]> git.pld-linux.org Git - packages/net-tools.git/commitdiff
- updated to 1.55, net-tools-1_55-1
authorkloczek <kloczek@pld-linux.org>
Thu, 30 Mar 2000 03:51:17 +0000 (03:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec adapterized.

Changed files:
    net-tools.spec -> 1.20

net-tools.spec

index 62337705feeaa12f09901e2f1cc26c504711fea0..06768209080676c0c77a333bd85245e29ebb5e1b 100644 (file)
@@ -1,9 +1,9 @@
 Summary:       Basic Networking Tools
 Summary(pl):   Podstawowe narzêdzia do obs³ugi i konfiguracji sieci
 Name:          net-tools
-Version:       1.54
+Version:       1.55
 Release:       1
-Copyright:     GPL
+License:       GPL
 Group:         Networking/Admin
 Group(pl):     Sieciowe/Administracja
 Source0:       http://www.tazenda.demon.co.uk/phil/net-tools/%{name}-%{version}.tar.bz2
@@ -13,18 +13,18 @@ Patch0:             net-tools-config.patch
 Patch1:                net-tools-man.patch
 Patch2:                net-tools-mandir.patch
 URL:           http://www.tazenda.demon.co.uk/phil/net-tools/
-Buildroot:     /tmp/%{name}-%{version}-root
+Buildroot:     /tmp/%{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.
+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.   
+aplikacje.
 
 %prep
 %setup  -q 
@@ -40,7 +40,7 @@ rm -rf $RPM_BUILD_ROOT
 
 make install \
        BASEDIR=$RPM_BUILD_ROOT \
-       INSTALL="/usr/bin/install" \
+       INSTALL="%{_bindir}/install" \
        mandir=%{_mandir} \
        I18N=1
 
This page took 0.087566 seconds and 4 git commands to generate.