47 lines
1.3 KiB
RPMSpec
47 lines
1.3 KiB
RPMSpec
|
Name: wireless-regdb
|
||
|
Version: 2013.11.27
|
||
|
Release: 1mamba
|
||
|
Summary: Wireless Central Regulatory Domain Database
|
||
|
Group: System/Kernel and Hardware
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://linuxwireless.org/download/wireless-regdb/
|
||
|
Source: https://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-%{version}.tar.xz
|
||
|
License: BSD
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
Wireless Central Regulatory Domain Database.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_prefix}/lib/crda/pubkeys/linville.key.pub.pem
|
||
|
%{_prefix}/lib/crda/regulatory.bin
|
||
|
%{_mandir}/man5/regulatory.bin.5.gz
|
||
|
%doc LICENSE README
|
||
|
|
||
|
%changelog
|
||
|
* Sat Jan 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2013.11.27-1mamba
|
||
|
- update to 2013.11.27
|
||
|
|
||
|
* Mon Jan 21 2013 Automatic Build System <autodist@mambasoft.it> 2013.01.11-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Wed Sep 28 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2011.04.28-1mamba
|
||
|
- package created by autospec
|