]> git.pld-linux.org Git - packages/iproute2.git/blame - iproute2.spec
- check-files cleanup
[packages/iproute2.git] / iproute2.spec
CommitLineData
4d4e8753 1#
0a1f6d9e 2# TODO:
6f4820ce
ER
3# - fix build @ uClibc
4# - fix iface_descr patch
0a1f6d9e 5#
4d4e8753 6# Conditional build
c2f906a7
PS
7%bcond_without doc # don't build documentation
8%bcond_without tc # don't build tc program (it breaks static linkage)
3679d517 9%bcond_without atm # disable ATM support for tc
c2f906a7 10%bcond_with uClibc # do some hacks to build with uClibc
6f4820ce
ER
11%bcond_with iface_descr # build with interface description support
12
9fc1dfd7 13Summary: Advanced IP routing and network device configuration tools
d2344512 14Summary(es.UTF-8): Herramientas para encaminamiento avanzado y configuración de interfaces de red
3679d517 15Summary(pl.UTF-8): Narzędzie do konfigurowania sieci
d2344512 16Summary(pt_BR.UTF-8): Ferramentas para roteamento avançado e configuração de interfaces de rede
354f4215 17Name: iproute2
36ba6b20 18Version: 3.5.1
c2884fcb 19Release: 2
3679d517 20License: GPL v2+
354f4215 21Group: Networking/Admin
a7f458f6 22Source0: http://kernel.org/pub/linux/utils/net/iproute2/%{name}-%{version}.tar.xz
36ba6b20 23# Source0-md5: d4425b44edd5eacd6099e672e4baacbf
4c4edaba 24Patch0: %{name}-build.patch
3f9edb83 25Patch1: %{name}-arp.patch
e3fc76c4 26Patch3: %{name}-iptables.patch
27Patch4: %{name}-iptables64.patch
93591f64 28Patch5: %{name}-LDFLAGS.patch
207621e4 29# extensions
af6313ca 30Patch10: %{name}-2.2.4-wrr.patch
00a4c5cb 31Patch11: esfq-%{name}.patch
91d521f5 32Patch12: 001-net-dev-iface-descr-0.1.diff
99e81fa6 33Patch13: %{name}-q_atm_c.patch
8f6469c2 34Patch14: %{name}-q_srr.v0.4.patch
26ae64ee 35Patch15: %{name}-ip_route_get.patch
e4e29140 36URL: http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
4ef82693 37BuildRequires: bison
4c573c73 38BuildRequires: db-devel
e3fc76c4 39BuildRequires: flex
fa272163 40BuildRequires: iptables-devel >= 0:1.4.5
af2a3173 41# for netlink/* headers used in ip
d2ceac66 42BuildRequires: libnl1-devel
d072516f 43%if %{with atm}
76ab126a 44BuildRequires: linux-atm-devel
d072516f 45%endif
1525a420 46BuildRequires: linux-libc-headers >= 7:2.6.12.0-15
61f3b6a3
PS
47%if %{with doc}
48BuildRequires: psutils
49BuildRequires: sgml-tools
38a6c613 50BuildRequires: texlive-dvips
51BuildRequires: texlive-fonts-cmsuper
52BuildRequires: texlive-fonts-jknappen
53BuildRequires: texlive-latex
54BuildRequires: texlive-tex-babel
61f3b6a3 55%endif
fa272163 56Requires: iptables-libs >= 0:1.4.5
b84ea0a7 57Obsoletes: ifstat
e1c03590 58Obsoletes: iproute
4c4edaba 59BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
8ca003ed 60
9ea83253 61%define _sbindir /sbin
62%define _sysconfdir /etc/iproute2
c2827c7c 63
8ca003ed 64%description
0d5db0b4
JB
65The iproute package contains networking utilities (ip, tc and rtmon,
66for example) which are designed to use the advanced networking
6f4820ce 67capabilities of the Linux 2.4.x and 2.6.x kernel.
e316d7c9 68
70fcbc5f
JR
69%description -l es.UTF-8
70Linux mantiene compatibilidad con los utilitarios estándares de
71configuración de la red, pero se necesitan nuevos utilitarios para
72usar los recursos y características del nuevo núcleo. Este paquete
e316d7c9 73incluye los nuevos utilitarios.
323e0978 74
70fcbc5f 75%description -l pl.UTF-8
0d5db0b4
JB
76Ten pakiet zawiera programy (m.in. ip, tc, rtmon) pozwalające na
77kontrolę routingu i innych aspektów dotyczących sieci z wykorzystaniem
78zaawansowanych możliwości jąder Linuksa 2.4.x i 2.6.x.
e316d7c9 79
70fcbc5f
JR
80%description -l pt_BR.UTF-8
81O Linux mantém compatibilidade com os utilitários padrão de
82configuração da rede, mas novos utilitários são necessários para fazer
83uso das características e recursos da nova kernel. This package
e316d7c9 84includes the new utilities.
323e0978 85
49c78676
JK
86%package -n libnetlink-devel
87Summary: Library for the netlink interface
d2344512 88Summary(pl.UTF-8): Biblioteka do interfejsu netlink
49c78676
JK
89Group: Development/Libraries
90
91%description -n libnetlink-devel
92This library provides an interface for kernel-user netlink interface.
93
70fcbc5f
JR
94%description -n libnetlink-devel -l pl.UTF-8
95Ta biblioteka udostępnia interfejs do interfejsu netlink między jądrem
96a przestrzenią użytkownika.
a52556c3 97
9fc1dfd7
ER
98%package doc
99Summary: ip and tc documentation with examples
3679d517 100Summary(pl.UTF-8): Dokumentacja do ip i tc z przykładami
9fc1dfd7
ER
101License: GPL v2+
102Group: Applications/System
103
104%description doc
105The iproute documentation contains howtos and examples of settings.
106
3679d517
JB
107%description doc -l pl.UTF-8
108Dokumentacja do iproute zawiera "howto" oraz przykłady ustawień.
109
8ca003ed 110%prep
50efb828 111%setup -q
4c4edaba
JB
112#rm -rf include/linux
113%patch0 -p1
039e8f2b 114%patch1 -p1
36f42953 115
039e8f2b
BZ
116%if "%{_lib}" == "lib64"
117%patch4 -p1
118%else
119%patch3 -p1
120%endif
121%patch5 -p1
91d521f5
PG
122
123# extensions:
6234a9fe 124%patch10 -p1
039e8f2b 125%patch11 -p1
6f4820ce 126%{?with_iface_descr:%patch12 -p1}
99e81fa6 127%patch13 -p0
8f6469c2 128%patch14 -p1
26ae64ee 129%patch15 -p1
d1f6ab22 130
8ca003ed 131%build
dd97cf21 132%{__make} \
93591f64 133%if %{with uClibc}
134 CC="%{_target_cpu}-uclibc-gcc" \
135 LD="%{_target_cpu}-uclibc-gcc" \
136%else
137 CC="%{__cc}" \
138 LD="%{__cc}" \
139%endif
f2b536a2 140 HOSTCC="%{__cc}" \
2dffe0e0 141 CCOPTS="%{rpmcflags} %{rpmcppflags}" \
4e7688ae 142 LDFLAGS="%{rpmldflags} -Wl,-export-dynamic" \
e7a772a9 143 LIBDIR=%{_libdir} \
93591f64 144 %{!?with_tc:SUBDIRS="lib ip misc"}
207621e4 145
1b109167 146%{?with_doc:%{__make} -C doc}
8ca003ed 147
5e896a68
AM
148# make sure we don't produce broken ip binary
149./ip/ip link add type vlan help 2>&1 | grep -q "VLANID :=" || exit 1
150
8ca003ed
AM
151%install
152rm -rf $RPM_BUILD_ROOT
c2884fcb
AM
153install -d $RPM_BUILD_ROOT%{_includedir}
154
155%{__make} install \
156 LIBDIR=%{_libdir} \
157 DESTDIR=$RPM_BUILD_ROOT
158
fa272163 159# arpd is not packaged here
c2884fcb 160%{__rm} $RPM_BUILD_ROOT%{_sbindir}/arpd $RPM_BUILD_ROOT%{_mandir}/man8/arpd.8
0a1f6d9e 161
6f4820ce
ER
162cp -a lib/libnetlink.a $RPM_BUILD_ROOT%{_libdir}
163cp -a include/libnetlink.h $RPM_BUILD_ROOT%{_includedir}
354f4215 164
9fc1dfd7
ER
165%if %{with doc}
166install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
167cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
168%endif
169
f6154b08
JB
170%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/iproute2
171
8ca003ed
AM
172%clean
173rm -rf $RPM_BUILD_ROOT
174
175%files
176%defattr(644,root,root,755)
4a1111f1 177%doc README README.decnet README.iproute2+tc README.distribution README.lnstat
c2884fcb 178%attr(755,root,root) %{_sbindir}/bridge
a7f458f6 179%attr(755,root,root) %{_sbindir}/ctstat
c2884fcb
AM
180%attr(755,root,root) %{_sbindir}/genl
181%attr(755,root,root) %{_sbindir}/ifcfg
e1c03590
ER
182%attr(755,root,root) %{_sbindir}/ifstat
183%attr(755,root,root) %{_sbindir}/ip
184%attr(755,root,root) %{_sbindir}/lnstat
185%attr(755,root,root) %{_sbindir}/nstat
c2884fcb 186%attr(755,root,root) %{_sbindir}/routef
e1c03590
ER
187%attr(755,root,root) %{_sbindir}/routel
188%attr(755,root,root) %{_sbindir}/rtacct
189%attr(755,root,root) %{_sbindir}/rtmon
c2884fcb 190%attr(755,root,root) %{_sbindir}/rtpr
a7f458f6 191%attr(755,root,root) %{_sbindir}/rtstat
e1c03590 192%attr(755,root,root) %{_sbindir}/ss
dd519f44 193%dir %{_sysconfdir}
c2884fcb
AM
194%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ematch_map
195%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/group
196%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rt_dsfield
e1c03590
ER
197%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rt_protos
198%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rt_realms
199%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rt_scopes
200%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rt_tables
a0cc6116 201%{_mandir}/man8/bridge.8*
3679d517 202%{_mandir}/man8/ip.8*
4ca3a812 203%{_mandir}/man8/ip-*.8*
a7f458f6 204%{_mandir}/man8/ctstat.8*
3679d517 205%{_mandir}/man8/lnstat.8*
2dffe0e0
AM
206%{_mandir}/man8/nstat.8*
207%{_mandir}/man8/routef.8*
3679d517
JB
208%{_mandir}/man8/routel.8*
209%{_mandir}/man8/rtacct.8*
210%{_mandir}/man8/rtmon.8*
a7f458f6 211%{_mandir}/man8/rtstat.8*
3679d517 212%{_mandir}/man8/ss.8*
9fc1dfd7 213%if %{with tc}
3679d517 214%attr(755,root,root) %{_sbindir}/tc
9fc1dfd7
ER
215%dir %{_libdir}/tc
216%attr(755,root,root) %{_libdir}/tc/*.so
c2884fcb 217%{_libdir}/tc/*.dist
3679d517
JB
218%{_mandir}/man8/tc.8*
219%{_mandir}/man8/tc-*.8*
9fc1dfd7 220%endif
49c78676
JK
221
222%files -n libnetlink-devel
223%defattr(644,root,root,755)
c529e3fb
JB
224%{_libdir}/libnetlink.a
225%{_includedir}/libnetlink.h
e1c03590 226%{_mandir}/man3/libnetlink.3*
9fc1dfd7
ER
227
228%if %{with doc}
229%files doc
230%defattr(644,root,root,755)
4ca3a812 231%doc doc/*.ps
9fc1dfd7
ER
232%{_examplesdir}/%{name}-%{version}
233%endif
This page took 0.113034 seconds and 4 git commands to generate.