Update to 0.9.7

This commit is contained in:
drago01 2009-01-10 18:32:35 +00:00
parent 9440853a05
commit b66b6b5e40
3 changed files with 11 additions and 8 deletions

View File

@ -1 +1 @@
iw-0.9.6.tar.bz2 iw-0.9.7.tar.bz2

15
iw.spec
View File

@ -1,16 +1,16 @@
Name: iw Name: iw
Version: 0.9.6 Version: 0.9.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: A nl80211 based wireless configuration tool Summary: A nl80211 based wireless configuration tool
Group: System Environment/Base Group: System Environment/Base
License: BSD License: BSD
URL: http://www.linuxwireless.org/en/users/Documentation/iw URL: http://www.linuxwireless.org/en/users/Documentation/iw
Source0: http://wireless.kernel.org/download/iw/iw-%{version}.tar.bz2 Source0: http://wireless.kernel.org/download/iw/iw-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: kernel-devel >= 2.6.24 BuildRequires: kernel-devel >= 2.6.24
BuildRequires: libnl-devel BuildRequires: libnl-devel >= 1.0
BuildRequires: pkgconfig BuildRequires: pkgconfig
%description %description
@ -24,13 +24,12 @@ only because most new wireless devices being sold are now SoftMAC.
%build %build
cp defconfig .config
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
install -D -p -m 0755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name} make install DESTDIR=$RPM_BUILD_ROOT
%clean %clean
@ -40,9 +39,13 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_bindir}/%{name} %{_bindir}/%{name}
%{_datadir}/man/man8/iw.*
%doc COPYING %doc COPYING
%changelog %changelog
* Sat Jan 10 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.7-1
- Update to 0.9.7
* Sun Oct 26 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.6-1 * Sun Oct 26 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.6-1
- Update to 0.9.6 - Update to 0.9.6

View File

@ -1 +1 @@
d3cadc8f3388bedb26653c28075c711e iw-0.9.6.tar.bz2 52fa948eb5e2cb525fc884d6e58cdd88 iw-0.9.7.tar.bz2