diff --git a/crda.changes b/crda.changes index b67a76b..3083dfc 100644 --- a/crda.changes +++ b/crda.changes @@ -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 diff --git a/crda.spec b/crda.spec index 6831c4b..6a11768 100644 --- a/crda.spec +++ b/crda.spec @@ -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 - 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