update to 2013.11.27 [release 2013.11.27-1mamba;Sat Jan 04 2014]
This commit is contained in:
parent
00380453e4
commit
86d1b30368
46
wireless-regdb.spec
Normal file
46
wireless-regdb.spec
Normal file
@ -0,0 +1,46 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user