source: projects/specs/trunk/n/net-tools/net-tools-vl.spec @ 521

Revision 521, 5.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: The basic tools for setting up networking.
2Summary(ja): ネットワークをセットアップするための基本的なツール
3Name: net-tools
4Version: 1.60
5Release: 13%{?_dist_release}
6License: GPL
7Group: System Environment/Base
8Source0: http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-%{version}.tar.bz2
9Source1: net-tools-%{version}-config.h
10Source2: net-tools-%{version}-config.make
11Source3: ether-wake.c
12Patch4: net-tools-1.57-bug22040.patch
13Patch5: net-tools-1.60-miiioctl.patch
14Patch6: net-tools-1.60-manydevs.patch
15Patch7: net-tools-1.60-virtualname.patch
16Patch8: net-tools-1.60-cycle.patch
17Patch9: net-tools-1.60-x25_sr.patch
18Patch10: net-tools-1.60-gcc33.patch
19Patch11: net-tools-1.60-label.patch
20# source/patch for Vine
21Source100: net-tools-1.60-ja.po
22Patch100: net-tools-1.54-japo.patch
23BuildRoot: %{_tmppath}/%{name}-root
24Vendor: Project Vine
25Distribution: Vine Linux
26
27%description
28The net-tools package contains the basic tools needed for setting up
29networking:  ethers, route and others.
30
31%description -l ja
32net-tools パッケージはネットワークをセットアップする基本的なツールを
33含んでいます: イーサーネット, ルーティングやその他
34
35%prep
36%setup -q
37%patch4 -p 1 -b .bug22040
38%patch5 -p 1 -b .miiioctl
39%patch6 -p 0 -b .manydevs
40%patch7 -p 1 -b .virtualname
41%patch8 -p 1 -b .cycle
42%patch9 -p1 -b .x25
43%patch10 -p1 -b .gcc33
44%patch11 -p0 -b .label
45%patch100 -p1 -b .nls
46
47cp %SOURCE1 ./config.h
48cp %SOURCE2 ./config.make
49cp %SOURCE3 .
50cp %SOURCE100 po/ja.po
51
52%build
53make
54gcc $RPM_OPT_FLAGS -o ether-wake ether-wake.c
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59make BASEDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
60
61install -m 755 ether-wake %{buildroot}/sbin
62
63rm %{buildroot}/sbin/rarp
64rm %{buildroot}%{_mandir}/man8/rarp.8*
65
66%find_lang %{name}
67
68%clean
69rm -rf $RPM_BUILD_ROOT
70
71%files -f %{name}.lang
72%defattr(-,root,root)
73/bin/*
74/sbin/*
75%{_mandir}/man[158]/*
76%lang(de_DE)    %{_mandir}/de_DE/man[158]/*
77%lang(fr_FR)    %{_mandir}/fr_FR/man[158]/*
78%lang(pt_BR)    %{_mandir}/pt_BR/man[158]/*
79
80%changelog
81* Wed Sep 10 2008 Shu KONNO <owa@bg.wakwak.com> 1.60-13vl5
82- applied new versioning policy, spec in utf-8
83- added net-tools-1.60-label.patch
84
85* Fri Aug 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.60-12vl2
86- add patches to build with current environment
87  - x25_sr.patch (patch9)
88  - gcc33.patch (patch10)
89  - update ether-wake.c (source3)
90
91* Sat May 31 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.60-12vl1
92- update and replaced ja.po
93- sync with RedHat Rawhide 1.60-12
94
95  - Fri Feb 07 2003 Phil Knirsch <pknirsch@redhat.com>
96  - Fixed -s parameter.
97  - Fix /proc statistics for -nic operation.
98  - Fixed -i operation in general.
99
100  - Tue Dec 17 2002 Phil Knirsch <pknirsch@redhat.com> 1.60-9
101  - Copyright -> License.
102
103  - Tue Aug 06 2002 Phil Knirsch <pknirsch@redhat.com>
104  - Added patch from Norm for a corrected output.
105
106  - Fri Apr 12 2002 Jeremy Katz <katzj@redhat.com>
107  - fix nstrcmp() to be correct in the case where there are many devices
108    of the same type, eg, "eth10" > "eth1"  (#61436)
109
110  - Tue Jul 31 2001 Bill Nottingham <notting@redhat.com>
111  - do *not* use SIOCDEVPRIVATE for MII ioctls
112
113  - Fri Jun  1 2001 Preston Brown <pbrown@redhat.com>
114  - include wake-on-lan wakeup utility, ether-wake by Donald Becker
115
116* Sat May 12 2001 <sagami@vinelinux.org>
117- 1.60-4vl1: follow up with RH 1.60-1
118
119* Tue May 23 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
120- sync with RH 6.2
121
122* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
123- rebuild for sparc baud rates > 38400.
124
125* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
126- fix description
127
128* Fri Jan 14 2000 Jeff Johnson <jbj@redhat.com>
129- fix "netstat -ci" (#6904).
130- document more netstat options (#7429).
131
132* Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com>
133- update to 1.54.
134- enable "everything but DECnet" including IPv6.
135
136* Mon Oct 11 1999 Norihito Ohmori <ohmori@flatout.org>
137- ported from net-tools-1.51 with Japanese catalog
138  by Yasuyuki Furukawa
139
140* Sun Aug 29 1999 Jeff Johnson <jbj@redhat.com>
141- update to 1.53.
142
143* Wed Jul 28 1999 Jeff Johnson <jbj@redhat.com>
144- plug "netstat -c" fd leak (#3620).
145
146* Thu Jun 17 1999 Jeff Johnson <jbj@redhat.com>
147- plug potential buffer overruns.
148
149* Sat Jun 12 1999 John Hardin <jhardin@wolfenet.com>
150- patch to recognize ESP and GRE protocols for VPN masquerade
151
152* Fri Apr 23 1999 Jeff Johnson <jbj@redhat.com>
153- update to 1.52.
154
155* Thu Mar 25 1999 Jeff Johnson <jbj@redhat.com>
156- update interface statistics continuously (#1323)
157
158* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
159- auto rebuild in the new build environment (release 2)
160
161* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
162- update to 1.51.
163- strip binaries.
164
165* Tue Feb  2 1999 Jeff Johnson <jbj@redhat.com>
166- update to 1.50.
167- added slattach/plipconfig/ipmaddr/iptunnel commands.
168- enabled translated man pages.
169
170* Tue Dec 15 1998 Jakub Jelinek <jj@ultra.linux.cz>
171- update to 1.49.
172
173* Sat Dec  5 1998 Jeff Johnson <jbj@redhat.com>
174- update to 1.48.
175
176* Thu Nov 12 1998 Jeff Johnson <jbj@redhat.com>
177- update to 1.47.
178
179* Wed Sep  2 1998 Jeff Johnson <jbj@redhat.com>
180- update to 1.46
181
182* Thu Jul  9 1998 Jeff Johnson <jbj@redhat.com>
183- build root
184- include ethers.5
185
186* Thu Jun 11 1998 Aron Griffis <agriffis@coat.com>
187- upgraded to 1.45
188- patched hostname.c to initialize buffer
189- patched ax25.c to use kernel headers
190
191* Fri May 01 1998 Prospector System <bugs@redhat.com>
192- translations modified for de, fr, tr
193
194* Fri Feb 27 1998 Jason Spangler <jasons@usemail.com>
195- added config patch
196
197* Fri Feb 27 1998 Jason Spangler <jasons@usemail.com>
198- changed to net-tools 1.432
199- removed old glibc 2.1 patch
200 
201* Wed Oct 22 1997 Erik Troan <ewt@redhat.com>
202- added extra patches for glibc 2.1
203
204* Tue Oct 21 1997 Erik Troan <ewt@redhat.com>
205- included complete set of network protocols (some were removed for
206  initial glibc work)
207
208* Wed Sep 03 1997 Erik Troan <ewt@redhat.com>
209- updated glibc patch for glibc 2.0.5
210
211* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
212- built against glibc
213- updated to 1.33
Note: See TracBrowser for help on using the repository browser.