From 320d08d065a2a2b064ab1234c6930bfb2a6e5351adfb15ffab61ac9b572e15ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 18 Sep 2011 18:45:14 +0000 Subject: [PATCH] Accepting request 83139 from home:jengelh:bl-c - Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/83139 OBS-URL: https://build.opensuse.org/package/show/hardware/crda?expand=0&rev=10 --- crda.changes | 6 ++++++ crda.spec | 14 +------------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/crda.changes b/crda.changes index fad264d..3083dfc 100644 --- a/crda.changes +++ b/crda.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 17 23:59:07 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel build + ------------------------------------------------------------------- Fri Sep 16 12:02:37 UTC 2011 - jengelh@medozas.de diff --git a/crda.spec b/crda.spec index 97c8984..6a11768 100644 --- a/crda.spec +++ b/crda.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Url: http://linuxwireless.org/en/developers/Regulatory/CRDA @@ -35,19 +34,11 @@ Supplements: kernel >= 2.6.29 The crda binary provides access to the wireless-regdb to the kernel through udev. - - -Authors: --------- - Luis R. Rodriguez - Johannes Berg - Michael Green - %prep %setup -q %build -make all_noverify +make all_noverify %{?_smp_mflags} %install make DESTDIR=$RPM_BUILD_ROOT install @@ -60,7 +51,4 @@ make DESTDIR=$RPM_BUILD_ROOT install /usr/share/man/man8/crda.8.gz /usr/share/man/man8/regdbdump.8.gz -%clean -rm -rf %{buildroot} - %changelog