diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f9686b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/iw-4.3.tar.xz diff --git a/.iw.metadata b/.iw.metadata new file mode 100644 index 0000000..d117acb --- /dev/null +++ b/.iw.metadata @@ -0,0 +1 @@ +1ca0cbf00c99069b7445507cddf6f7f4d227b097 SOURCES/iw-4.3.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/iw.spec b/SPECS/iw.spec new file mode 100644 index 0000000..e9990d7 --- /dev/null +++ b/SPECS/iw.spec @@ -0,0 +1,199 @@ +Name: iw +Version: 4.3 +Release: 2%{?dist} +Summary: A nl80211 based wireless configuration tool + +Group: System Environment/Base +License: ISC +URL: http://wireless.kernel.org/en/users/Documentation/iw +Source0: http://www.kernel.org/pub/software/network/iw/iw-%{version}.tar.xz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: kernel-headers >= 2.6.24 +BuildRequires: libnl-devel >= 1.0 +BuildRequires: pkgconfig + +%description +iw is a new nl80211 based CLI configuration utility for wireless devices. +Currently you can only use this utility to configure devices which +use a mac80211 driver as these are the new drivers being written - +only because most new wireless devices being sold are now SoftMAC. + +%prep +%setup -q + + +%build +export CFLAGS="%{optflags}" +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%{_sbindir}/%{name} +%{_datadir}/man/man8/iw.* +%doc COPYING + +%changelog +* Thu May 31 2018 John W. Linville - 4.3-2 +- Update URL in package header + +* Tue Apr 5 2016 John W. Linville - 4.3-1 +- Update to 4.3 + +* Wed Jul 30 2014 John W. Linville - 3.10-6 +- Minor spec file change to make the build more reliable + +* Mon Jul 14 2014 John W. Linville - 3.10-5 +- Correct some bogus dates in the changelog +- Move /sbin/iw to /usr/sbin/iw + +* Fri Jan 24 2014 Daniel Mach - 3.10-4 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 3.10-3 +- Mass rebuild 2013-12-27 + +* Tue Oct 15 2013 John W. Linville 3.10-2.1 +- Bump release for RHEL versioning rules + +* Mon May 6 2013 John W. Linville 3.10-2 +- Update URL for source download + +* Mon May 6 2013 John W. Linville 3.10-1 +- Update to 3.10 + +* Thu Feb 14 2013 Fedora Release Engineering - 3.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Jan 2 2013 John W. Linville 3.8-1 +- Update to 3.8 + +* Wed Oct 17 2012 John W. Linville 3.7-1 +- Update to 3.7 + +* Mon Aug 13 2012 John W. Linville 3.6-1 +- Update to 3.6 + +* Thu Jul 19 2012 Fedora Release Engineering - 3.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jun 28 2012 John W. Linville 3.5-1 +- Update to 3.5 + +* Wed Jun 13 2012 John W. Linville 3.4-1 +- Update to 3.4 + +* Wed Jan 18 2012 John W. Linville 3.3-1 +- Update to 3.3 + +* Fri Jan 13 2012 Fedora Release Engineering - 3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Nov 7 2011 John W. Linville 3.2-1 +- Update to 3.2 + +* Wed Sep 14 2011 John W. Linville 3.1-1 +- Update to 3.1 + +* Sun Mar 13 2011 Adel Gadllah 0.9.22-1 +- Update to 0.9.22 + +* Wed Feb 09 2011 Fedora Release Engineering - 0.9.21-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Sep 29 2010 jkeating - 0.9.21-2 +- Rebuilt for gcc bug 634757 + +* Sun Sep 26 2010 Adel Gadllah 0.9.21-1 +- Update to 0.9.21 + +* Wed Jul 14 2010 John W. Linville 0.9.20-1 +- Update to 0.9.20 + +* Thu Jan 14 2010 John W. Linville 0.9.19-2 +- Correct license tag from BSD to ISC + +* Thu Jan 14 2010 John W. Linville 0.9.19-1 +- Update to 0.9.19 + +* Mon Dec 21 2009 John W. Linville 0.9.18-4 +- Remove unnecessary explicit Requires of libnl -- oops! + +* Mon Dec 21 2009 John W. Linville 0.9.18-3 +- Add libnl to Requires + +* Fri Dec 18 2009 John W. Linville 0.9.18-2 +- BuildRequires kernels-headers instead of kernel-devel + +* Wed Dec 2 2009 John W. Linville 0.9.18-1 +- Update to 0.9.18 + +* Thu Oct 1 2009 John W. Linville 0.9.17-3 +- Install in /sbin + +* Fri Sep 4 2009 John W. Linville 0.9.17-2 +- Revert "separate commands into sections", section type conflicts on ppc64 + +* Fri Sep 4 2009 John W. Linville 0.9.17-1 +- Update to 0.9.17 + +* Mon Aug 17 2009 Adel Gadllah 0.9.16-1 +- Update to 0.9.16 + +* Fri Jul 24 2009 Fedora Release Engineering - 0.9.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Adel Gadllah 0.9.15-1 +- Update to 0.9.15 + +* Wed May 13 2009 Adel Gadllah 0.9.14-1 +- Update to 0.9.14 + +* Sat May 2 2009 John W. Linville 0.9.13-1 +- Update to 0.9.13 + +* Wed Apr 15 2009 John W. Linville 0.9.12-1 +- Update to 0.9.12 + +* Mon Apr 6 2009 John W. Linville 0.9.11-1 +- Update to 0.9.11 + +* Wed Feb 25 2009 Fedora Release Engineering - 0.9.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Jan 10 2009 Adel Gadllah 0.9.7-1 +- Update to 0.9.7 + +* Sun Oct 26 2008 Adel Gadllah 0.9.6-1 +- Update to 0.9.6 + +* Sun Sep 28 2008 Adel Gadllah 0.9.5-3 +- Use offical tarball + +* Sun Sep 28 2008 Adel Gadllah 0.9.5-2 +- Fix BuildRequires + +* Sun Sep 28 2008 Adel Gadllah 0.9.5-1 +- Update to 0.9.5 + +* Tue Jul 22 2008 Adel Gadllah 0.0-0.3.20080703gitf6fc7dc +- Add commitid to version +- Use versioned buildrequires for kernel-devel + +* Thu Jul 3 2008 Adel Gadllah 0.0-0.2.20080703git +- Add tarball instructions +- Fix install +- Fix changelog + +* Thu Jul 3 2008 Adel Gadllah 0.0-0.1.20080703git +- Initial build