]> git.pld-linux.org Git - packages/net-tools.git/commitdiff
- release 2, net-tools-1_53-2
authorkloczek <kloczek@pld-linux.org>
Fri, 19 Nov 1999 06:52:13 +0000 (06:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixes for pl man pages (install witp proper file name and gzip).

Changed files:
    net-tools.spec -> 1.17

net-tools.spec

index 1d529caf7fef46deb7191621d7ce86f1a826bc3d..eb0c07c95faef5f4f13cfae0b9ddcbbe0336c4b8 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Basic Networking Tools
 Summary(pl):   Podstawowe narzêdzia do obs³ugi i konfiguracji sieci
 Name:          net-tools
 Version:       1.53
-Release:       1
+Release:       2
 Copyright:     GPL
 Group:         Networking/Admin
 Group(pl):     Sieciowe/Administracja
@@ -47,9 +47,11 @@ make install \
 strip $RPM_BUILD_ROOT/{bin/*,sbin/*}
 
 install -d $RPM_BUILD_ROOT%{_mandir}/pl/man8
-install %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/pl/man8
+install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man8/ifconfig.8
+install %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/pl/man8/netstat.8
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man{1,5,8}/* READ*
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/{man{1,5,8}/*,*/man*/*} \
+       READ*
 
 %find_lang %{name}
 
This page took 0.10985 seconds and 4 git commands to generate.