From a419bb4fe803b0a68a4219900a1acb6567004454 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:08:14 +0000 Subject: [PATCH] auto-import changelog data from net-tools-1.56-2.src.rpm Wed Jul 12 2000 Prospector - automatic rebuild Tue Jun 06 2000 Jeff Johnson - update to 1.56. - FHS packaging. Sat Apr 15 2000 Jeff Johnson - update to 1.55. Tue Mar 07 2000 Jeff Johnson - rebuild for sparc baud rates > 38400. Wed Feb 02 2000 Cristian Gafton - fix description Fri Jan 14 2000 Jeff Johnson - fix "netstat -ci" (#6904). - document more netstat options (#7429). Thu Jan 13 2000 Jeff Johnson - update to 1.54. - enable "everything but DECnet" including IPv6. Sun Aug 29 1999 Jeff Johnson - update to 1.53. Wed Jul 28 1999 Jeff Johnson - plug "netstat -c" fd leak (#3620). Thu Jun 17 1999 Jeff Johnson - plug potential buffer overruns. Sat Jun 12 1999 John Hardin - patch to recognize ESP and GRE protocols for VPN masquerade Fri Apr 23 1999 Jeff Johnson - update to 1.52. Thu Mar 25 1999 Jeff Johnson - update interface statistics continuously (#1323) Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 2) Fri Mar 19 1999 Jeff Johnson - update to 1.51. - strip binaries. Tue Feb 02 1999 Jeff Johnson - update to 1.50. - added slattach/plipconfig/ipmaddr/iptunnel commands. - enabled translated man pages. Tue Dec 15 1998 Jakub Jelinek - update to 1.49. Sat Dec 05 1998 Jeff Johnson - update to 1.48. Thu Nov 12 1998 Jeff Johnson - update to 1.47. Wed Sep 02 1998 Jeff Johnson - update to 1.46 Thu Jul 09 1998 Jeff Johnson - build root - include ethers.5 Thu Jun 11 1998 Aron Griffis - upgraded to 1.45 - patched hostname.c to initialize buffer - patched ax25.c to use kernel headers Fri May 01 1998 Prospector System - translations modified for de, fr, tr Fri Feb 27 1998 Jason Spangler - added config patch Fri Feb 27 1998 Jason Spangler - changed to net-tools 1.432 - removed old glibc 2.1 patch Wed Oct 22 1997 Erik Troan - added extra patches for glibc 2.1 Tue Oct 21 1997 Erik Troan - included complete set of network protocols (some were removed for initial glibc work) Wed Sep 03 1997 Erik Troan - updated glibc patch for glibc 2.0.5 Thu Jun 19 1997 Erik Troan - built against glibc - updated to 1.33 --- .cvsignore | 1 + net-tools.spec | 167 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 169 insertions(+) create mode 100644 net-tools.spec diff --git a/.cvsignore b/.cvsignore index e69de29..2a1c3b7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +net-tools-1.56.tar.bz2 diff --git a/net-tools.spec b/net-tools.spec new file mode 100644 index 0000000..27b74e6 --- /dev/null +++ b/net-tools.spec @@ -0,0 +1,167 @@ +Summary: The basic tools for setting up networking. +Name: net-tools +Version: 1.56 +Release: 2 +Copyright: GPL +Group: System Environment/Base +Source0: http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-%{version}.tar.bz2 +Source1: net-tools-1.54-config.h +Source2: net-tools-1.54-config.make +Patch0: net-tools-1.56-fhs.patch +# XXX dunno minimum required kernel version +#BuildRequires: kernel-headers >= 2.1.100 +BuildRoot: %{_tmppath}/%{name}-root + +%description +The net-tools package contains the basic tools needed for setting up +networking: ethers, route and others. + +%prep +%setup -q +%patch0 -p 1 -b .fhs + +cp %SOURCE1 ./config.h +cp %SOURCE2 ./config.make + +%build +make + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/{bin,sbin} +mkdir -p $RPM_BUILD_ROOT%{_mandir}/man{1,5,8} + +make BASEDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install + +{ cd $RPM_BUILD_ROOT + strip ./sbin/* ./bin/* || : +} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +/bin/dnsdomainname +/bin/domainname +/bin/hostname +/bin/netstat +/bin/nisdomainname +/bin/ypdomainname +/sbin/arp +/sbin/ifconfig +/sbin/ipmaddr +/sbin/iptunnel +/sbin/plipconfig +/sbin/rarp +/sbin/route +/sbin/slattach +%{_mandir}/man[158]/* +%lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/net-tools.mo +%lang(de) %{_mandir}/de_DE/man[158]/* +%lang(de) %{_datadir}/locale/de/LC_MESSAGES/net-tools.mo +%lang(et) %{_datadir}/locale/et_EE/LC_MESSAGES/net-tools.mo +%lang(fr) %{_mandir}/fr_FR/man[158]/* +%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/net-tools.mo +%lang(pt_BR) %{_mandir}/pt_BR/man[18]/* +%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/net-tools.mo + +%changelog +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Tue Jun 6 2000 Jeff Johnson +- update to 1.56. +- FHS packaging. + +* Sat Apr 15 2000 Jeff Johnson +- update to 1.55. + +* Tue Mar 7 2000 Jeff Johnson +- rebuild for sparc baud rates > 38400. + +* Wed Feb 02 2000 Cristian Gafton +- fix description + +* Fri Jan 14 2000 Jeff Johnson +- fix "netstat -ci" (#6904). +- document more netstat options (#7429). + +* Thu Jan 13 2000 Jeff Johnson +- update to 1.54. +- enable "everything but DECnet" including IPv6. + +* Sun Aug 29 1999 Jeff Johnson +- update to 1.53. + +* Wed Jul 28 1999 Jeff Johnson +- plug "netstat -c" fd leak (#3620). + +* Thu Jun 17 1999 Jeff Johnson +- plug potential buffer overruns. + +* Sat Jun 12 1999 John Hardin +- patch to recognize ESP and GRE protocols for VPN masquerade + +* Fri Apr 23 1999 Jeff Johnson +- update to 1.52. + +* Thu Mar 25 1999 Jeff Johnson +- update interface statistics continuously (#1323) + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 2) + +* Fri Mar 19 1999 Jeff Johnson +- update to 1.51. +- strip binaries. + +* Tue Feb 2 1999 Jeff Johnson +- update to 1.50. +- added slattach/plipconfig/ipmaddr/iptunnel commands. +- enabled translated man pages. + +* Tue Dec 15 1998 Jakub Jelinek +- update to 1.49. + +* Sat Dec 5 1998 Jeff Johnson +- update to 1.48. + +* Thu Nov 12 1998 Jeff Johnson +- update to 1.47. + +* Wed Sep 2 1998 Jeff Johnson +- update to 1.46 + +* Thu Jul 9 1998 Jeff Johnson +- build root +- include ethers.5 + +* Thu Jun 11 1998 Aron Griffis +- upgraded to 1.45 +- patched hostname.c to initialize buffer +- patched ax25.c to use kernel headers + +* Fri May 01 1998 Prospector System +- translations modified for de, fr, tr + +* Fri Feb 27 1998 Jason Spangler +- added config patch + +* Fri Feb 27 1998 Jason Spangler +- changed to net-tools 1.432 +- removed old glibc 2.1 patch + +* Wed Oct 22 1997 Erik Troan +- added extra patches for glibc 2.1 + +* Tue Oct 21 1997 Erik Troan +- included complete set of network protocols (some were removed for + initial glibc work) + +* Wed Sep 03 1997 Erik Troan +- updated glibc patch for glibc 2.0.5 + +* Thu Jun 19 1997 Erik Troan +- built against glibc +- updated to 1.33 diff --git a/sources b/sources index e69de29..fa63033 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +7a22914df825f616974373f56669a19a net-tools-1.56.tar.bz2