]> git.pld-linux.org Git - packages/crda.git/blame - crda.spec
- up to 1.1.2
[packages/crda.git] / crda.spec
CommitLineData
1d75db49
AM
1Summary: udev helper: Central Regulatory Domain Agent
2Name: crda
84a002e3 3Version: 1.1.2
4Release: 1
677a3b8a 5License: ISC
1d75db49 6Group: Networking/Daemons
84a002e3 7Source0: http://linuxwireless.org/download/crda/%{name}-%{version}.tar.bz2
8# Source0-md5: 5226f65aebacf94baaf820f8b4e06df4
677a3b8a 9BuildRequires: libgcrypt-devel
97b85302 10BuildRequires: libnl-devel >= 1:3.0
1d75db49
AM
11BuildRequires: python
12BuildRequires: python-M2Crypto
677a3b8a 13BuildRequires: wireless-regdb
1d75db49 14Requires: udev-core
677a3b8a 15Requires: wireless-regdb
1d75db49
AM
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19CRDA acts as the udev helper for communication between the kernel and
20userspace for regulatory compliance. It relies on nl80211 for
21communication. CRDA is intended to be run only through udev
22communication from the kernel. The user should never have to run it
23manually except if debugging udev issues.
24
25%prep
24cf033a 26%setup -q
1d75db49
AM
27
28%build
29%{__make} \
97b85302
AM
30 V=1 \
31 CC="%{__cc}" \
677a3b8a 32 REG_BIN=%{_datadir}/crda/regulatory.bin
1d75db49
AM
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37%{__make} install \
38 DESTDIR=$RPM_BUILD_ROOT
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc README
46%attr(755,root,root) /sbin/crda
47%attr(755,root,root) /sbin/regdbdump
48%{_mandir}/man8/*
49/lib/udev/rules.d/85-regulatory.rules
This page took 0.036972 seconds and 4 git commands to generate.