update to 30.pre9 [release 30.pre9-1mamba;Thu Sep 18 2014]
This commit is contained in:
parent
6536a3d621
commit
05d501a923
@ -1,14 +1,14 @@
|
|||||||
#% define pre_ver .pre5
|
%define majver %(echo %version | cut -d. -f1)
|
||||||
Name: wireless_tools
|
Name: wireless_tools
|
||||||
Version: 29
|
Version: 30.pre9
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: A set of tools allowing to manipulate the Wireless Extensions
|
Summary: A set of tools allowing to manipulate the Wireless Extensions
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
|
URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
|
||||||
Source0: http://pcmcia-cs.sourceforge.net/ftp/contrib/wireless_tools.%{version}%{?pre_ver}.tar.gz
|
Source0: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.%{version}.tar.gz
|
||||||
Source1: wireless_tools-ifrename_iftab
|
Source1: wireless_tools-ifrename_iftab
|
||||||
Patch0: %{name}-29-iwlib_h_fix.patch
|
Patch0: %{name}-29-iwlib_h_fix.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -42,7 +42,7 @@ Group: System/Tools
|
|||||||
Ifrename is a tool allowing you to assign a consistent name to each of your network interface.
|
Ifrename is a tool allowing you to assign a consistent name to each of your network interface.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n wireless_tools.%{version}
|
%setup -q -n wireless_tools.%{majver}
|
||||||
sed -i "s|\(BUILD_STATIC = y\)|#\1|" Makefile
|
sed -i "s|\(BUILD_STATIC = y\)|#\1|" Makefile
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
@ -84,6 +84,8 @@ install -D -m 0644 %{S:1} %{buildroot}%{_sysconfdir}/iftab
|
|||||||
%{_mandir}/man8/iwlist.*
|
%{_mandir}/man8/iwlist.*
|
||||||
%{_mandir}/man8/iwpriv.*
|
%{_mandir}/man8/iwpriv.*
|
||||||
%{_mandir}/man8/iwspy.*
|
%{_mandir}/man8/iwspy.*
|
||||||
|
%lang(cs) %{_mandir}/cs/man*/*
|
||||||
|
%lang(fr) %{_mandir}/fr.*/man*/*
|
||||||
|
|
||||||
%files -n libiw
|
%files -n libiw
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -103,6 +105,9 @@ install -D -m 0644 %{S:1} %{buildroot}%{_sysconfdir}/iftab
|
|||||||
%{_mandir}/man8/ifrename.*
|
%{_mandir}/man8/ifrename.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 30.pre9-1mamba
|
||||||
|
- update to 30.pre9
|
||||||
|
|
||||||
* Wed May 06 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 29-3mamba
|
* Wed May 06 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 29-3mamba
|
||||||
- added patch to iwlib.h to fix xsupplicant build
|
- added patch to iwlib.h to fix xsupplicant build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user