diff --git a/wireless_tools.spec b/wireless_tools.spec index 7db8cef..5970e75 100644 --- a/wireless_tools.spec +++ b/wireless_tools.spec @@ -1,14 +1,14 @@ -#% define pre_ver .pre5 +%define majver %(echo %version | cut -d. -f1) Name: wireless_tools -Version: 29 -Release: 3mamba +Version: 30.pre9 +Release: 1mamba Summary: A set of tools allowing to manipulate the Wireless Extensions Group: System/Kernel and Hardware Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 Patch0: %{name}-29-iwlib_h_fix.patch 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. %prep -%setup -q -n wireless_tools.%{version} +%setup -q -n wireless_tools.%{majver} sed -i "s|\(BUILD_STATIC = y\)|#\1|" Makefile %patch0 -p1 @@ -84,6 +84,8 @@ install -D -m 0644 %{S:1} %{buildroot}%{_sysconfdir}/iftab %{_mandir}/man8/iwlist.* %{_mandir}/man8/iwpriv.* %{_mandir}/man8/iwspy.* +%lang(cs) %{_mandir}/cs/man*/* +%lang(fr) %{_mandir}/fr.*/man*/* %files -n libiw %defattr(-,root,root) @@ -103,6 +105,9 @@ install -D -m 0644 %{S:1} %{buildroot}%{_sysconfdir}/iftab %{_mandir}/man8/ifrename.* %changelog +* Thu Sep 18 2014 Silvan Calarco 30.pre9-1mamba +- update to 30.pre9 + * Wed May 06 2009 Silvan Calarco 29-3mamba - added patch to iwlib.h to fix xsupplicant build