89 lines
2.7 KiB
RPMSpec
89 lines
2.7 KiB
RPMSpec
Name: iw
|
|
Version: 5.0.1
|
|
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
|
|
* Fri Feb 08 2019 Automatic Build System <autodist@mambasoft.it> 5.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 08 2018 Automatic Build System <autodist@mambasoft.it> 4.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 23 2016 Automatic Build System <autodist@mambasoft.it> 4.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 30 2016 Automatic Build System <autodist@mambasoft.it> 4.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 01 2016 Automatic Build System <autodist@mambasoft.it> 4.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri May 08 2015 Automatic Build System <autodist@mambasoft.it> 4.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Apr 01 2015 Automatic Build System <autodist@mambasoft.it> 4.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Oct 23 2014 Automatic Build System <autodist@mambasoft.it> 3.17-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|