Update to 0.9.7
This commit is contained in:
parent
9440853a05
commit
b66b6b5e40
@ -1 +1 @@
|
||||
iw-0.9.6.tar.bz2
|
||||
iw-0.9.7.tar.bz2
|
||||
|
15
iw.spec
15
iw.spec
@ -1,16 +1,16 @@
|
||||
Name: iw
|
||||
Version: 0.9.6
|
||||
Version: 0.9.7
|
||||
Release: 1%{?dist}
|
||||
Summary: A nl80211 based wireless configuration tool
|
||||
|
||||
Group: System Environment/Base
|
||||
License: BSD
|
||||
URL: http://www.linuxwireless.org/en/users/Documentation/iw
|
||||
Source0: http://wireless.kernel.org/download/iw/iw-%{version}.tar.bz2
|
||||
URL: http://www.linuxwireless.org/en/users/Documentation/iw
|
||||
Source0: http://wireless.kernel.org/download/iw/iw-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: kernel-devel >= 2.6.24
|
||||
BuildRequires: libnl-devel
|
||||
BuildRequires: libnl-devel >= 1.0
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
@ -24,13 +24,12 @@ only because most new wireless devices being sold are now SoftMAC.
|
||||
|
||||
|
||||
%build
|
||||
cp defconfig .config
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
install -D -p -m 0755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%clean
|
||||
@ -40,9 +39,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/man/man8/iw.*
|
||||
%doc COPYING
|
||||
|
||||
%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
|
||||
- Update to 0.9.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user