From 4a007efed2009170aaf408c947dfc8457a31c8154deb67f970dae2b55930f8a3 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 15 Mar 2018 09:06:42 +0000 Subject: [PATCH] - Modernise spec file with spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/nasm?expand=0&rev=37 --- nasm.changes | 5 +++++ nasm.spec | 30 +++++++++++++++--------------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/nasm.changes b/nasm.changes index f1061e3..d151247 100644 --- a/nasm.changes +++ b/nasm.changes @@ -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 diff --git a/nasm.spec b/nasm.spec index 7137597..54bffc5 100644 --- a/nasm.spec +++ b/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