56 lines
1.6 KiB
RPMSpec
56 lines
1.6 KiB
RPMSpec
Name: wireless-regdb
|
|
Version: 2014.06.13
|
|
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
|
|
* Sun Jul 20 2014 Automatic Build System <autodist@mambasoft.it> 2014.06.13-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Jul 04 2014 Automatic Build System <autodist@mambasoft.it> 2014.06.02-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jun 02 2014 Automatic Build System <autodist@mambasoft.it> 2014.05.29-1mamba
|
|
- automatic update by autodist
|
|
|
|
* 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
|