Sophie

Sophie

distrib > Mandriva > cooker > i586 > by-pkgid > 0b326e09b1d26b2c88c693cd3042a48f > files > 2

crda-1.1.2-2.src.rpm

Name:		crda
Version:	1.1.2
Release:	2
Summary:	Software to upload wireless regulatory information into kernel
License:	ISC
Group:		System/Configuration/Hardware
URL:		http://linuxwireless.org/en/developers/Regulatory/CRDA
Source:		http://wireless.kernel.org/download/crda/crda-%{version}.tar.bz2
BuildRequires:	libgcrypt-devel
BuildRequires:	libnl3-devel
BuildRequires:	python-m2crypto
BuildRequires:	wireless-regdb
Requires:	udev
Requires:	wireless-regdb

%description
CRDA acts as the udev helper for communication between the kernel and
userspace for regulatory compliance. It relies on nl80211 for
communication. CRDA is intended to be run only through udev
communication from the kernel. The user should never have to run it
manually except if debugging udev issues.

%prep
%setup -q

%build
# (tpg) use libnl3
sed -i -e 's#NLLIBS += -lnl-genl#NLLIBS += -lnl-genl-3#g' Makefile

%setup_compile_flags
%make V=1

%install
%makeinstall_std
mkdir -p %{buildroot}%{_prefix}/lib/crda

%files
%doc LICENSE
%dir %{_prefix}/lib/crda
%{_mandir}/man8/crda.8*
%{_mandir}/man8/regdbdump.8*
/lib/udev/rules.d/85-regulatory.rules
%defattr(0755,root,root,0755)
/sbin/crda
/sbin/regdbdump


%changelog
* Fri Jul 20 2012 Tomasz Pawel Gajc <tpg@mandriva.org> 1.1.2-2
+ Revision: 810354
- link against libnl3
- compile with our ldflags
- spec file clean

* Mon Jan 09 2012 Andrey Bondrov <abondrov@mandriva.org> 1.1.2-1
+ Revision: 758806
- New version 1.1.2

* Tue May 03 2011 Oden Eriksson <oeriksson@mandriva.com> 1.1.1-3
+ Revision: 663425
- mass rebuild

* Tue Nov 30 2010 Oden Eriksson <oeriksson@mandriva.com> 1.1.1-2mdv2011.0
+ Revision: 603858
- rebuild

* Sat Mar 20 2010 Emmanuel Andry <eandry@mandriva.org> 1.1.1-1mdv2010.1
+ Revision: 525464
- New version 1.1.1

* Tue Mar 16 2010 Oden Eriksson <oeriksson@mandriva.com> 1.1.0-2mdv2010.1
+ Revision: 522420
- rebuilt for 2010.1

* Tue Jul 14 2009 Thomas Backlund <tmb@mandriva.org> 1.1.0-1mdv2010.0
+ Revision: 396005
- update to 1.1.0

* Tue Jan 27 2009 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 1.0.1-1mdv2009.1
+ Revision: 334144
- Updated to version 1.0.1

* Wed Jan 21 2009 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 0.9.5-1mdv2009.1
+ Revision: 332343
- Add requires to udev.
- import crda