iw/iw.spec

87 lines
2.3 KiB
RPMSpec
Raw Normal View History

2008-07-22 17:21:23 +00:00
Name: iw
2009-05-13 10:46:19 +00:00
Version: 0.9.14
2009-04-06 18:20:04 +00:00
Release: 1%{?dist}
2008-07-22 17:21:23 +00:00
Summary: A nl80211 based wireless configuration tool
Group: System Environment/Base
License: BSD
2009-01-10 18:32:35 +00:00
URL: http://www.linuxwireless.org/en/users/Documentation/iw
Source0: http://wireless.kernel.org/download/iw/iw-%{version}.tar.bz2
2008-07-22 17:21:23 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: kernel-devel >= 2.6.24
2009-01-10 18:32:35 +00:00
BuildRequires: libnl-devel >= 1.0
2008-09-28 13:15:10 +00:00
BuildRequires: pkgconfig
2008-07-22 17:21:23 +00:00
%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
2008-09-28 13:11:10 +00:00
%setup -q
2008-07-22 17:21:23 +00:00
%build
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
2009-01-10 18:32:35 +00:00
make install DESTDIR=$RPM_BUILD_ROOT
2008-07-22 17:21:23 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
2009-01-10 18:32:35 +00:00
%{_datadir}/man/man8/iw.*
2008-07-22 17:21:23 +00:00
%doc COPYING
%changelog
2009-05-13 10:46:19 +00:00
* Wed May 13 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.14-1
- Update to 0.9.14
2009-05-12 15:35:27 +00:00
* Tue May 2 2009 John W. Linville <linville@redhat.com> 0.9.13-1
- Update to 0.9.13
2009-04-15 17:37:23 +00:00
* Mon Apr 15 2009 John W. Linville <linville@redhat.com> 0.9.12-1
- Update to 0.9.12
2009-04-06 18:20:04 +00:00
* Mon Apr 6 2009 John W. Linville <linville@redhat.com> 0.9.11-1
- Update to 0.9.11
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-01-10 18:32:35 +00:00
* Sat Jan 10 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.7-1
- Update to 0.9.7
2008-10-26 14:15:19 +00:00
* Sun Oct 26 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.6-1
- Update to 0.9.6
2008-09-28 13:23:38 +00:00
* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-3
- Use offical tarball
2008-09-28 13:18:18 +00:00
* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-2
- Fix BuildRequires
2008-09-28 13:11:10 +00:00
* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-1
- Update to 0.9.5
2008-07-22 17:21:23 +00:00
* Tue Jul 22 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.3.20080703gitf6fc7dc
- Add commitid to version
- Use versioned buildrequires for kernel-devel
* Thu Jul 3 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.2.20080703git
- Add tarball instructions
- Fix install
- Fix changelog
* Thu Jul 3 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.1.20080703git
- Initial build