]> git.pld-linux.org Git - packages/net-tools.git/commitdiff
- updated to 1.56, net-tools-1_56-1
authorkloczek <kloczek@pld-linux.org>
Tue, 30 May 2000 01:25:44 +0000 (01:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec adapterized,
- two new subpackages: slattach and plipconfig.

Changed files:
    net-tools.spec -> 1.23

net-tools.spec

index 49993a5cf87dfb461df727d700bfbd15df96c7cd..2105acd8d890b65c55495a2d225cef206c99bfba 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Basic Networking Tools
 Summary(pl):   Podstawowe narzêdzia do obs³ugi i konfiguracji sieci
 Name:          net-tools
-Version:       1.55
+Version:       1.56
 Release:       1
 License:       GPL
 Group:         Networking/Admin
@@ -17,14 +17,41 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     slattach
 
 %description
-This is a collection of the basic tools necessary for setting up networking
-on a Linux machine. It includes ifconfig, route, netstat, rarp, and some
-other minor tools.
+This is a collection of the basic tools necessary for setting up
+networking on a Linux machine. It includes ifconfig, route, netstat,
+rarp, and some other minor tools.
 
 %description -l pl
-Pakiet ten zawiera zbiór podstawowych narzêdzi do konfigurowania sieci.
-Znajduj± siê tutaj: ifconfig, route, netstat, rarp oraz inne - mniej wa¿ne
-aplikacje.
+Pakiet ten zawiera zbiór podstawowych narzêdzi do konfigurowania
+sieci. Znajduj± siê tutaj: ifconfig, route, netstat, rarp oraz inne -
+mniej wa¿ne aplikacje.
+
+%package -n slattach
+Summary:       slattach - attach a network interface to a serial line
+Group:         Networking/Admin
+Group(pl):     Sieciowe/Administracyjne
+Requires:      %{name} = %{version}
+
+%description -n slattach
+Slattach is a tiny little program that can be used to put a normal
+terminal ("serial") line into one of several "network" modes, thus
+allowing you to use it for point-to-point links to other computers.
+
+%package -n plipconfig
+Summary:       plipconfig - fine tune PLIP device parameters
+Group:         Networking/Admin
+Group(pl):     Sieciowe/Administracyjne
+Requires:      %{name} = %{version}
+
+%description -n plipconfig
+Plipconfig is used to (hopefully) improve PLIP performance by
+changing the default timing parameters used by the PLIP protocol.
+Results are dependent on the parallel port hardware, cable, and
+the CPU speed of each machine on each end of the PLIP link.
+
+If the single interface argument is given, plipconfig displays
+the status of the given interface only. Otherwise, it will try
+to set the options.
 
 %prep
 %setup  -q 
@@ -62,12 +89,46 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc READ*.gz
 
-%attr(755,root,root) /sbin/*
 %attr(755,root,root) /bin/*
+%attr(755,root,root) /sbin/arp
+%attr(755,root,root) /sbin/ifconfig
+%attr(755,root,root) /sbin/mii-tool
+%attr(755,root,root) /sbin/rarp
+%attr(755,root,root) /sbin/route
+
+%lang(de) %{_mandir}/de_DE/man[15]/*
+%lang(de) %{_mandir}/de_DE/man8/arp.8*
+%lang(de) %{_mandir}/de_DE/man8/ifconfig.8*
+%lang(de) %{_mandir}/de_DE/man8/netstat.8*
+%lang(de) %{_mandir}/de_DE/man8/rarp.8*
+%lang(de) %{_mandir}/de_DE/man8/route.8*
+%lang(fr) %{_mandir}/fr_FR/man[15]/*
+%lang(fr) %{_mandir}/fr_FR/man8/arp.8*
+%lang(fr) %{_mandir}/fr_FR/man8/ifconfig.8*
+%lang(fr) %{_mandir}/fr_FR/man8/netstat.8*
+%lang(fr) %{_mandir}/fr_FR/man8/rarp.8*
+%lang(fr) %{_mandir}/fr_FR/man8/route.8*
+%lang(pt) %{_mandir}/pt_BR/man*/*
+%lang(pl) %{_mandir}/pl/man*/*
 
-%lang(de_DE) %{_mandir}/de_DE/man*/*
-%lang(fr_FR) %{_mandir}/fr_FR/man*/*
-%lang(pt_BR) %{_mandir}/pt_BR/man*/*
-%lang(pl)    %{_mandir}/pl/man*/*
+%{_mandir}/man[15]/*
+%{_mandir}/man8/arp.8*
+%{_mandir}/man8/ifconfig.8*
+%{_mandir}/man8/netstat.8*
+%{_mandir}/man8/mii-tool.8*
+%{_mandir}/man8/rarp.8*
+%{_mandir}/man8/route.8*
 
-%{_mandir}/man*/*
+%files -n slattach
+%defattr(644,root,root,755)
+%attr(755,root,root) /sbin/slattach
+%lang(de) %{_mandir}/de_DE/man8/slattach.8*
+%lang(fr) %{_mandir}/fr_FR/man8/slattach.8*
+%{_mandir}/man8/slattach.8*
+
+%files -n plipconfig
+%defattr(644,root,root,755)
+%attr(755,root,root) /sbin/plipconfig
+%lang(de) %{_mandir}/de_DE/man8/plipconfig.8*
+%lang(fr) %{_mandir}/fr_FR/man8/plipconfig.8*
+%{_mandir}/man8/plipconfig.8*
This page took 0.078555 seconds and 4 git commands to generate.