]> git.pld-linux.org Git - packages/iproute2.git/blob - iproute2.spec
- fixed %doc (*.tex files are really included now).
[packages/iproute2.git] / iproute2.spec
1 Summary:        Utility to control Networking behavior in 2.2.X kernels
2 Summary(pl):    Narzêdzie do kontrolowania Sieci w kernelach 2.2
3 Name:           iproute2
4 Version:        2.2.4
5 Release:        1
6 Vendor:         Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7 Copyright:      GPL
8 Group:          Networking/Admin
9 Group(pl):      Sieciowe/Administracyjne
10 Source:         ftp://ftp.inr.ac.ru/ip-routing/%{name}-%{version}-now-ss990417.tar.gz
11 Patch0:         iproute2-make.patch
12 Patch1:         iproute2-readme.patch
13 BuildRoot:      /tmp/%{name}-%{version}-root
14
15 %description
16 This package contains the ip, tc and the rtmon tool that allow control of
17 routing and other aspects of networking.
18   
19 %description -l pl
20 Ten pakiet zawiera programy pozwalaj±ce na kontrolê routingu i innych 
21 aspektów dotycz±cych sieci.
22   
23 %prep
24 %setup -q -n %{name}
25 %patch0 -p1
26 %patch1 -p1
27
28 %build
29 make OPT="$RPM_OPT_FLAGS"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 install -d $RPM_BUILD_ROOT/{sbin,etc/iproute2}
35
36 install -s ip/ip ip/rtmon ip/rtacct tc/tc $RPM_BUILD_ROOT/sbin
37
38 install etc/iproute2/rt_protos \
39         etc/iproute2/rt_realms \
40         etc/iproute2/rt_scopes \
41         etc/iproute2/rt_tables \
42         $RPM_BUILD_ROOT/etc/iproute2
43
44 gzip -9nf READ* RELNOTES
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc {README,README.ip-sysctl,README.iproute2+tc}.gz
52 %doc {README.multidomain-httpd,README.policy-routing,RELNOTES}.gz
53 %doc doc/flowlabels.tex doc/ip-tunnels.tex
54
55 %attr(755,root,root) /sbin/*
56 /etc/iproute2
57
58 %changelog
59 * Sat May  1 1999 Piotr Czerwiñski <pius@pld.org.pl>
60   [2.2.4-1]
61 - new upstream release (990417),
62 - patches corrected,
63 - added /etc/iproute2/*,
64 - added more documentation,
65 - recompiled on rpm 3,
66 - cosmetic changes for common l&f.
67
68 * Fri Feb 19 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
69 - new upstream release
70 - gzipping instead bzipping
71
72 * Fri Jan 01 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
73 - new upstream release (981220).
74 - docs are now compressed
75
76 * Sat Nov 07 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
77 - new upstream release (981101),
78 - corrected patch.
79
80 * Wed Oct 14 1998 Arkadiusz Mi¶kiewicz <misiek@zsz2.starachowice.pl>
81 - initial rpm release.
This page took 0.0348 seconds and 3 git commands to generate.