dslinux/user/net-tools/RPM README net-tools-1.45-config.patch net-tools.spec

amadeus dslinux_amadeus at user.in-berlin.de
Thu Aug 31 11:32:18 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/net-tools/RPM
In directory antilope:/tmp/cvs-serv14346/user/net-tools/RPM

Added Files:
	README net-tools-1.45-config.patch net-tools.spec 
Log Message:
Add some more applications

--- NEW FILE: net-tools.spec ---
Summary: Basic Networking Tools
Name: net-tools
Version: 1.50
Release: 1
Copyright: GPL
Group: Networking/Admin
Source: http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-%{version}.tar.gz
Patch0: net-tools-1.45-config.patch
BuildRoot: /var/tmp/%{name}-root

%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
various other tools.

%prep
%setup  -q
%patch0 -p1 -b .config

%build
make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/bin
mkdir -p $RPM_BUILD_ROOT/sbin
mkdir -p $RPM_BUILD_ROOT/usr/man/man1
mkdir -p $RPM_BUILD_ROOT/usr/man/man5
mkdir -p $RPM_BUILD_ROOT/usr/man/man8

make BASEDIR=$RPM_BUILD_ROOT install

( cd $RPM_BUILD_ROOT/sbin
  strip arp ifconfig rarp route slattach plipconfig ipmaddr iptunnel
  cd ../bin
  strip hostname netstat
) 

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/sbin/arp
/sbin/ifconfig
/sbin/rarp
/sbin/route
/sbin/slattach
/sbin/plipconfig
/sbin/ipmaddr
/sbin/iptunnel
/bin/domainname
/bin/dnsdomainname
/bin/hostname
/bin/netstat
/bin/nisdomainname
/bin/ypdomainname
/usr/man/man[158]/*
/usr/man/pt_BR/man[18]/*
/usr/man/fr_FR/man[18]/*
/usr/share/locale/*/LC_MESSAGES/net-tools.mo

%changelog
* Sun Jan 10 1999 Phil Blundell <philb at gnu.org>
- update to 1.50
- add new stuff to %files and strip it in %install

* Thu Nov 26 1998 Phil Blundell <pb at nexus.co.uk>
- update to 1.48.

* Thu Nov 12 1998 Jeff Johnson <jbj at redhat.com>
- update to 1.47.

* Wed Sep  2 1998 Jeff Johnson <jbj at redhat.com>
- update to 1.46

* Thu Jul  9 1998 Jeff Johnson <jbj at redhat.com>
- build root
- include ethers.5

* Thu Jun 11 1998 Aron Griffis <agriffis at coat.com>
- upgraded to 1.45
- patched hostname.c to initialize buffer
- patched ax25.c to use kernel headers

* Fri May 01 1998 Prospector System <bugs at redhat.com>
- translations modified for de, fr, tr

* Fri Feb 27 1998 Jason Spangler <jasons at usemail.com>
- added config patch

* Fri Feb 27 1998 Jason Spangler <jasons at usemail.com>
- changed to net-tools 1.432
- removed old glibc 2.1 patch
 
* Wed Oct 22 1997 Erik Troan <ewt at redhat.com>
- added extra patches for glibc 2.1

* Tue Oct 21 1997 Erik Troan <ewt at redhat.com>
- included complete set of network protocols (some were removed for
  initial glibc work)

* Wed Sep 03 1997 Erik Troan <ewt at redhat.com>
- updated glibc patch for glibc 2.0.5

* Thu Jun 19 1997 Erik Troan <ewt at redhat.com>
- built against glibc
- updated to 1.33

--- NEW FILE: net-tools-1.45-config.patch ---
diff -C 2 -P net-tools/config.h net-tools-new/config.h
*** net-tools/config.h	Wed Dec 31 18:00:00 1969
--- net-tools-new/config.h	Fri Feb 27 20:21:30 1998
***************
*** 0 ****
--- 1,40 ----
+ /*
+ * config.h	Automatically generated configuration includefile
+ *
+ * NET-TOOLS	A collection of programs that form the base set of the
+ *		NET-3 Networking Distribution for the LINUX operating
+ *		system.
+ *
+ *		DO  NOT  EDIT  DIRECTLY
+ *
+ * Version:	Generated from "config.in 1.04 (96-04-24)"
+ */
+ 
+ /* 
+  * 
+  * Protocol Families.
+  * 
+  */
+ #define HAVE_AFUNIX 1
+ #define HAVE_AFINET 1
+ #define HAVE_AFINET6 0
+ #define HAVE_AFIPX 1
+ #define HAVE_AFATALK 1
+ #define HAVE_AFAX25 1
+ #define HAVE_AFNETROM 1
+ 
+ /* 
+  * 
+  * Device Hardware types.
+  * 
+  */
+ #define HAVE_HWETHER 1
+ #define HAVE_HWARC 1
+ #define HAVE_HWSLIP 1
+ #define HAVE_HWPPP 1
+ #define HAVE_HWTUNNEL 1
+ #define HAVE_HWTR 1
+ #define HAVE_HWAX25 1
+ #define HAVE_HWNETROM 1
+ #define HAVE_HWFR 1
+ #define HAVE_HWSIT 0

--- NEW FILE: README ---
This directory contains some files that may be of use to people who want
to build a net-tools RPM.





More information about the dslinux-commit mailing list