Accepting request 83160 from hardware

- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build (forwarded request 83139 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crda?expand=0&rev=11
This commit is contained in:
Lars Vogdt 2011-09-19 13:57:15 +00:00 committed by Git OBS Bridge
commit d5f3fe4960
2 changed files with 15 additions and 16 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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
- Select libnl-1_1-devel
-------------------------------------------------------------------
Fri Mar 5 01:35:46 CET 2010 - ro@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package crda (Version 1.1.1)
# spec file for package crda
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Url: http://linuxwireless.org/en/developers/Regulatory/CRDA
@ -27,7 +26,7 @@ Group: Hardware/Wifi
License: BSD3c(or similar)
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libgcrypt-devel libnl-devel pkg-config python python-m2crypto udev wireless-regdb
BuildRequires: libgcrypt-devel libnl-1_1-devel pkg-config python python-m2crypto udev wireless-regdb
Requires: wireless-regdb
Supplements: kernel >= 2.6.29
@ -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