Accepting request 316710 from hardware
fix license string according to comment in sr#314329 (forwarded request 316709 from seife) OBS-URL: https://build.opensuse.org/request/show/316710 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crda?expand=0&rev=25
This commit is contained in:
commit
6677765470
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa8a7fe92f0765986c421a5b6768a185375ac210393df0605ee132f6754825f0
|
|
||||||
size 38697
|
|
3
crda-3.18.tar.xz
Normal file
3
crda-3.18.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43fcb9679f8b75ed87ad10944a506292def13e4afb194afa7aa921b01e8ecdbf
|
||||||
|
size 61516
|
16
crda.changes
16
crda.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 28 10:57:08 UTC 2015 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- update to version 3.18:
|
||||||
|
* user visible: add pubkey of new wireless-regdb maintainer to
|
||||||
|
make crda work at all with newer wireless-regdb
|
||||||
|
* synchronize code with latest kernel changes
|
||||||
|
* crda: add AUTO-BW rule flag support
|
||||||
|
* crda: parse/print CAC time
|
||||||
|
* code restructuring and bug fixes
|
||||||
|
*** License is now copyleft-next-0.3.0 ***
|
||||||
|
- packaging:
|
||||||
|
* add V=1 to make calls for rpmlint happiness
|
||||||
|
* use %%optflags for compilation
|
||||||
|
* shared library libreg.so is now used by the tools
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 24 20:21:37 UTC 2013 - crrodriguez@opensuse.org
|
Sun Nov 24 20:21:37 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
21
crda.spec
21
crda.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package crda
|
# spec file for package crda
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,11 +22,11 @@ Url: http://linuxwireless.org/en/developers/Regulatory/CRDA
|
|||||||
|
|
||||||
Name: crda
|
Name: crda
|
||||||
Summary: 802.11 central regulatory domain agent
|
Summary: 802.11 central regulatory domain agent
|
||||||
License: ISC
|
License: SUSE-Copyleft-Next-0.3.0
|
||||||
Group: Hardware/Wifi
|
Group: Hardware/Wifi
|
||||||
Version: 1.1.3
|
Version: 3.18
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: http://linuxwireless.org/download/%{name}/%{name}-%{version}.tar.bz2
|
Source: http://kernel.org/pub/software/network/crda/crda-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -44,21 +44,30 @@ through udev.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
# make install calls 'ldconfig' and fails if it cannot run it...
|
||||||
|
ln -s /bin/true ldconfig
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make all_noverify %{?_smp_mflags}
|
export CFLAGS="%{optflags}"
|
||||||
|
make all_noverify %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT SBINDIR=%{_sbindir}/ UDEV_RULE_DIR=%{_udevrulesdir} install
|
# to find ldconfig...
|
||||||
|
export PATH=.:$PATH
|
||||||
|
make DESTDIR=$RPM_BUILD_ROOT SBINDIR=%{_sbindir}/ UDEV_RULE_DIR=%{_udevrulesdir} LIBDIR=%{_libdir} install
|
||||||
#UsrMerge
|
#UsrMerge
|
||||||
mkdir $RPM_BUILD_ROOT/sbin
|
mkdir $RPM_BUILD_ROOT/sbin
|
||||||
ln -sf %{_sbindir}/{crda,regdbdump} $RPM_BUILD_ROOT/sbin
|
ln -sf %{_sbindir}/{crda,regdbdump} $RPM_BUILD_ROOT/sbin
|
||||||
#EndUserMerge
|
#EndUserMerge
|
||||||
|
|
||||||
|
# clean up unneeded stuff...
|
||||||
|
rm -r %{buildroot}/usr/include/reglib
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_sbindir/crda
|
%_sbindir/crda
|
||||||
%_sbindir/regdbdump
|
%_sbindir/regdbdump
|
||||||
|
%_libdir/libreg.so
|
||||||
#UsrMerge
|
#UsrMerge
|
||||||
/sbin/crda
|
/sbin/crda
|
||||||
/sbin/regdbdump
|
/sbin/regdbdump
|
||||||
|
Loading…
Reference in New Issue
Block a user