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:
parent
0562a8676f
commit
320d08d065
@ -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
|
Fri Sep 16 12:02:37 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
14
crda.spec
14
crda.spec
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
Url: http://linuxwireless.org/en/developers/Regulatory/CRDA
|
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
|
The crda binary provides access to the wireless-regdb to the kernel
|
||||||
through udev.
|
through udev.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Luis R. Rodriguez <mcgrof@gmail.com>
|
|
||||||
Johannes Berg <johannes@sipsolutions.net>
|
|
||||||
Michael Green <Michael.Green@Atheros.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make all_noverify
|
make all_noverify %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT 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/crda.8.gz
|
||||||
/usr/share/man/man8/regdbdump.8.gz
|
/usr/share/man/man8/regdbdump.8.gz
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user