From b66b6b5e4047eeb48d2f3ae845b913977d132132 Mon Sep 17 00:00:00 2001 From: drago01 Date: Sat, 10 Jan 2009 18:32:35 +0000 Subject: [PATCH] Update to 0.9.7 --- .cvsignore | 2 +- iw.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 76e05a8..5062210 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -iw-0.9.6.tar.bz2 +iw-0.9.7.tar.bz2 diff --git a/iw.spec b/iw.spec index d95d430..3033aa9 100644 --- a/iw.spec +++ b/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 0.9.7-1 +- Update to 0.9.7 + * Sun Oct 26 2008 Adel Gadllah 0.9.6-1 - Update to 0.9.6 diff --git a/sources b/sources index cfbb4c3..9ccf512 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3cadc8f3388bedb26653c28075c711e iw-0.9.6.tar.bz2 +52fa948eb5e2cb525fc884d6e58cdd88 iw-0.9.7.tar.bz2