]> git.pld-linux.org Git - packages/net-tools.git/blob - net-tools.spec
47a06696d43297866eb64be268bcdb1daf858d92
[packages/net-tools.git] / net-tools.spec
1 Summary:        Basic Networking Tools
2 Summary(pl):    Podstawowe narzêdzia do obs³ugi i konfiguracji sieci
3 Name:           net-tools
4 Version:        1.51
5 Release:        1
6 Copyright:      GPL
7 Group:          Networking/Admin
8 Group(pl):      Sieci/Administracja
9 Source:         %{name}-%{version}.tar.bz2
10 Patch0:         net-tools-config.patch
11 Patch1:         net-tools-man.patch
12 URL:            http://www.tazenda.demon.co.uk/phil/net-tools
13 Buildroot:      /tmp/%{name}-%{version}-root
14 Obsoletes:      slattach
15
16 %description
17 This is a collection of the basic tools necessary for setting up networking
18 on a Linux machine. It includes ifconfig, route, netstat, rarp, and
19 some other minor tools.
20
21 %description -l pl
22 Pakiet ten zawiera zbiór podstawowych narzêdzi do konfigurowania sieci.
23 Znajduj± siê tutaj: ifconfig, route, netstat, rarp oraz inne - mniej wa¿ne
24 aplikacje.   
25
26 %prep
27 %setup  -q 
28 %patch0 -p1
29 %patch1 -p1
30
31 %build
32 make COPTS="$RPM_OPT_FLAGS -Wall" 
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 make BASEDIR=$RPM_BUILD_ROOT install
38
39 strip $RPM_BUILD_ROOT/{bin/*,sbin/*}
40
41 gzip -nf9 $RPM_BUILD_ROOT/usr/man/{man1/*,man5/*,man8/*}
42 bzip2 -9 ABOUT-NLS READ*
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc ABOUT-NLS.bz2 READ*
50
51 %attr(755,root,root) /sbin/*
52 %attr(755,root,root) /bin/*
53 %attr(644,root, man) /usr/man/man[158]/*
54
55 %lang(pt) /usr/share/locale/pt_BR/LC_MESSAGES/*
56
57 %changelog
58 * Mon Nov 30 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
59   [1.48-1d]
60 - new upstream release
61 - added slattach and plipconfig
62
63 * Tue Sep 02 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
64   [1.47-1d]
65 - updated to 1.47,
66 - added sockek, glibc21 & config patches prepared by
67   Maciej W. Rozycki <macro@ds2.pg.gda.pl>,
68 - using $RPM_OPT_FLAGS.   
69
70 * Tue Sep 02 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
71   [1.46-1d]
72 - transaltion modified for pl,
73 - added Buildroot support,
74 - fixed permissions of all binaries,
75 - build from non root's account.
76
77 * Fri Jun 12 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
78   [1.45-1d]
79 - build against glibc-2.1,
80
81 * Fri Feb 27 1998 Jason Spangler <jasons@usemail.com>
82 - added config patch
83
84 * Fri Feb 27 1998 Jason Spangler <jasons@usemail.com>
85 - changed to net-tools 1.432
86 - removed old glibc 2.1 patch
87
88 * Wed Oct 22 1997 Erik Troan <ewt@redhat.com>
89 - added extra patches for glibc 2.1
90
91 * Tue Oct 21 1997 Erik Troan <ewt@redhat.com>
92 - included complete set of network protocols (some were removed for
93   initial glibc work)
94
95 * Wed Sep 03 1997 Erik Troan <ewt@redhat.com>
96 - updated glibc patch for glibc 2.0.5
97
98 * Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
99 - built against glibc
100 - updated to 1.33
This page took 0.023629 seconds and 2 git commands to generate.