automatic version update by autodist [release 3.14-1mamba;Mon Feb 24 2014]
This commit is contained in:
parent
ec21f5a734
commit
30c56940d0
64
iw.spec
Normal file
64
iw.spec
Normal file
@ -0,0 +1,64 @@
|
||||
Name: iw
|
||||
Version: 3.14
|
||||
Release: 1mamba
|
||||
Summary: A tool to use nl80211.
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://linuxwireless.org/download/iw/
|
||||
Source: https://www.kernel.org/pub/software/network/iw/iw-%{version}.tar.xz
|
||||
#Source: http://linuxwireless.org/download/iw/iw-%{version}.tar.bz2
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libnl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
A tool to use nl80211.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sbindir}/iw
|
||||
%{_mandir}/man8/iw.8.gz
|
||||
%doc COPYING README
|
||||
|
||||
%changelog
|
||||
* Mon Feb 24 2014 Automatic Build System <autodist@mambasoft.it> 3.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 20 2014 Automatic Build System <autodist@mambasoft.it> 3.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 29 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.11-1mamba
|
||||
- update to 3.11
|
||||
|
||||
* Mon Jan 07 2013 Automatic Build System <autodist@mambasoft.it> 3.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 27 2012 Automatic Build System <autodist@mambasoft.it> 3.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 15 2012 Automatic Build System <autodist@mambasoft.it> 3.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 14 2012 Automatic Build System <autodist@mambasoft.it> 3.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 28 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user