]> git.pld-linux.org Git - packages/net-tools.git/commitdiff
- release 5, net-tools-1_57-5
authorkloczek <kloczek@pld-linux.org>
Sat, 30 Dec 2000 23:40:19 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- recompile in curent build enviroment (seems on some systems netstat
  sometimes segfaults),
- merged rawhide patches:
-- bug9215: MTU (and other) option(s) not parsed correctly,
-- bug9129: allow more granularity iwth --numeric,
- some modyfications for using new rpm automation.

Changed files:
    net-tools.spec -> 1.30

net-tools.spec

index fcf165ee526dadddc7d0922a9628e6ddcd31799c..0edf6988bf420a570a5284a98ba1f45445f01073 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.57
-Release:       4
+Release:       5
 License:       GPL
 Group:         Networking/Admin
 Group(de):     Netzwerkwesen/Administration
@@ -14,6 +14,8 @@ Patch0:               %{name}-config.patch
 Patch1:                %{name}-man.patch
 Patch2:                %{name}-mandir.patch
 Patch3:                %{name}-ipvs.patch
+Patch4:                %{name}-bug9129.patch
+Patch5:                %{name}-bug9215.patch
 URL:           http://www.tazenda.demon.co.uk/phil/net-tools/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: gettext-devel
@@ -64,12 +66,15 @@ options.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 %{__make} COPTS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -Wall" I18N=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_mandir}/pl/man8
 
 %{__make} install \
        BASEDIR=$RPM_BUILD_ROOT \
@@ -77,7 +82,6 @@ rm -rf $RPM_BUILD_ROOT
        mandir=%{_mandir} \
        I18N=1
 
-install -d $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
 
@@ -90,8 +94,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc READ*.gz
-
+%doc *.gz
 %attr(755,root,root) /bin/*
 %attr(755,root,root) /sbin/arp
 %attr(755,root,root) /sbin/ifconfig
This page took 0.47621 seconds and 4 git commands to generate.