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
|
||||||
|
11
iw.spec
11
iw.spec
@ -1,5 +1,5 @@
|
|||||||
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
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user