SHA256
1
0
forked from pool/crda

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
This commit is contained in:
Ismail Dönmez 2011-09-18 18:45:14 +00:00 committed by Git OBS Bridge
parent 0562a8676f
commit 320d08d065
2 changed files with 7 additions and 13 deletions

View File

@ -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

View File

@ -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 <mcgrof@gmail.com>
Johannes Berg <johannes@sipsolutions.net>
Michael Green <Michael.Green@Atheros.com>
%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