- Modernise spec file with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/nasm?expand=0&rev=37
This commit is contained in:
parent
f9b3546123
commit
4a007efed2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 15 09:06:17 UTC 2018 - mpluskal@suse.com
|
||||
|
||||
- Modernise spec file with spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 15 06:49:13 UTC 2018 - adam.majer@suse.de
|
||||
|
||||
|
30
nasm.spec
30
nasm.spec
@ -22,7 +22,7 @@ Release: 0
|
||||
Summary: Netwide Assembler (An x86 Assembler)
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Other
|
||||
Url: http://www.nasm.us/
|
||||
URL: http://www.nasm.us/
|
||||
Source: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/nasm-%{version}.tar.xz
|
||||
Patch1: 9f45a77f4.patch
|
||||
BuildRequires: fdupes
|
||||
@ -49,11 +49,11 @@ make INSTALLROOT=%{buildroot} install rdf_install
|
||||
%fdupes %{buildroot}%{_mandir}
|
||||
|
||||
%check
|
||||
make test
|
||||
make %{?_smp_mflags} test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS CHANGES ChangeLog LICENSE README
|
||||
%license LICENSE
|
||||
%doc AUTHORS CHANGES ChangeLog README
|
||||
%{_bindir}/ldrdf
|
||||
%{_bindir}/nasm
|
||||
%{_bindir}/ndisasm
|
||||
@ -65,16 +65,16 @@ make test
|
||||
%{_bindir}/rdfdump
|
||||
%{_bindir}/rdflib
|
||||
%{_bindir}/rdx
|
||||
%{_mandir}/man1/ldrdf.1%{ext_man}
|
||||
%{_mandir}/man1/nasm.1%{ext_man}
|
||||
%{_mandir}/man1/ndisasm.1%{ext_man}
|
||||
%{_mandir}/man1/rdf2bin.1%{ext_man}
|
||||
%{_mandir}/man1/rdf2com.1%{ext_man}
|
||||
%{_mandir}/man1/rdf2ihx.1%{ext_man}
|
||||
%{_mandir}/man1/rdf2ith.1%{ext_man}
|
||||
%{_mandir}/man1/rdf2srec.1%{ext_man}
|
||||
%{_mandir}/man1/rdfdump.1%{ext_man}
|
||||
%{_mandir}/man1/rdflib.1%{ext_man}
|
||||
%{_mandir}/man1/rdx.1%{ext_man}
|
||||
%{_mandir}/man1/ldrdf.1%{?ext_man}
|
||||
%{_mandir}/man1/nasm.1%{?ext_man}
|
||||
%{_mandir}/man1/ndisasm.1%{?ext_man}
|
||||
%{_mandir}/man1/rdf2bin.1%{?ext_man}
|
||||
%{_mandir}/man1/rdf2com.1%{?ext_man}
|
||||
%{_mandir}/man1/rdf2ihx.1%{?ext_man}
|
||||
%{_mandir}/man1/rdf2ith.1%{?ext_man}
|
||||
%{_mandir}/man1/rdf2srec.1%{?ext_man}
|
||||
%{_mandir}/man1/rdfdump.1%{?ext_man}
|
||||
%{_mandir}/man1/rdflib.1%{?ext_man}
|
||||
%{_mandir}/man1/rdx.1%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user