From 30c56940d000856317726f62a2c1bd70c30a9917 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 00:00:11 +0100 Subject: [PATCH] automatic version update by autodist [release 3.14-1mamba;Mon Feb 24 2014] --- README.md | 2 ++ iw.spec | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 iw.spec diff --git a/README.md b/README.md index fc3ddf0..fdb3cdd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # iw +A tool to use nl80211. + diff --git a/iw.spec b/iw.spec new file mode 100644 index 0000000..300b944 --- /dev/null +++ b/iw.spec @@ -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 +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 3.14-1mamba +- automatic version update by autodist + +* Mon Jan 20 2014 Automatic Build System 3.13-1mamba +- automatic version update by autodist + +* Tue Oct 29 2013 Silvan Calarco 3.11-1mamba +- update to 3.11 + +* Mon Jan 07 2013 Automatic Build System 3.8-1mamba +- automatic version update by autodist + +* Sat Oct 27 2012 Automatic Build System 3.7-1mamba +- automatic version update by autodist + +* Wed Aug 15 2012 Automatic Build System 3.6-1mamba +- automatic version update by autodist + +* Thu Jun 14 2012 Automatic Build System 3.4-1mamba +- automatic version update by autodist + +* Wed Sep 28 2011 Silvan Calarco 3.1-1mamba +- package created by autospec