bfd6e0dc8b
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=071de4e584caf36dfed8355792d332cc
140 lines
4.2 KiB
RPMSpec
140 lines
4.2 KiB
RPMSpec
#
|
|
# spec file for package iproute2 (Version 2.6.35+9)
|
|
#
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: iproute2
|
|
BuildRequires: bison db-devel flex ghostscript-fonts-std ghostscript-x11 libpng-devel libtiff-devel sgmltool texlive-latex xorg-x11-devel
|
|
License: GPLv2+
|
|
Group: Productivity/Networking/Routing
|
|
Provides: iproute
|
|
AutoReqProv: on
|
|
Version: 2.6.35+9
|
|
Release: 3
|
|
%define rversion 2.6.35+9
|
|
Summary: Advanced Routing
|
|
Url: http://developer.osdl.org/dev/iproute2/
|
|
Source0: %name-%rversion.tar.bz2
|
|
Patch0: %name-2.6.29-1-libdir-1.diff
|
|
Patch1: %name-2.6.29-1-HZ.diff
|
|
Patch2: %name-2.6.29-1-pdfdoc.diff
|
|
Patch5: %name-2.6.29-1-flushcheckuid.diff
|
|
Patch7: %name-2.6.29-1-warnings.diff
|
|
Patch8: %name-2.6.29-1-skbedit-memset.diff
|
|
Patch9: %name-2.6.29-1-iptunnel-fclose.diff
|
|
Patch10: %name-2.6.29-1-ss-pclose.diff
|
|
Patch13: %name-2.6.29-1-memleak.diff
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
This package provides the tools ip, tc, and rtmon needed to use the new
|
|
and advanced routing options of the Linux kernel. The SUSE Linux
|
|
distribution has used this package for network setup since SuSE Linux
|
|
8.0.
|
|
|
|
Authors:
|
|
--------
|
|
Alexey Kuznetsov <kuznet at ms2 dot inr dot ac dot ru>
|
|
Stephem Hemminger <shemminger at osdl dot org>
|
|
|
|
%package -n libnetlink-devel
|
|
License: GPLv2+
|
|
Summary: A Higher Level Interface to the Netlink Service
|
|
Group: Development/Libraries/C and C++
|
|
Provides: libnetlink = %version-%release
|
|
|
|
%description -n libnetlink-devel
|
|
libnetlink provides a higher level interface to rtnetlink(7).
|
|
|
|
%package doc
|
|
License: GPLv2+
|
|
Summary: Documentation to iproute2
|
|
Group: Documentation
|
|
%if 0%{?suse_version} >= 1130
|
|
BuildArch: noarch
|
|
%endif
|
|
|
|
%description doc
|
|
This package contains the PDF documentation from iproute2,
|
|
as well as examples and other outdated files.
|
|
|
|
%prep
|
|
%setup -q -n %name-%rversion
|
|
%patch0
|
|
%patch1
|
|
%patch2
|
|
%patch5
|
|
%patch7
|
|
%patch8
|
|
%patch9
|
|
%patch10
|
|
%patch13
|
|
find . -name *.orig -print0 | xargs -r0 rm -v
|
|
|
|
%build
|
|
# build with -fPIC. For details see
|
|
# https://bugzilla.novell.com/show_bug.cgi?id=388021
|
|
make %{?_smp_mflags} LIBDIR=/usr/share CCOPTS="-D_GNU_SOURCE $RPM_OPT_FLAGS -Wstrict-prototypes -fPIC"
|
|
cd doc
|
|
make pdf
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/{etc/,sbin/,usr/{sbin,share/man/man{3,8}}}
|
|
install -d $RPM_BUILD_ROOT/{/usr/include,%_libdir,/usr/share}
|
|
make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=/usr/share
|
|
install lib/libnetlink.a $RPM_BUILD_ROOT/%_libdir
|
|
install include/libnetlink.h $RPM_BUILD_ROOT/usr/include
|
|
mv $RPM_BUILD_ROOT/usr/sbin/ip $RPM_BUILD_ROOT/sbin
|
|
mkdir -p $RPM_BUILD_ROOT/bin
|
|
ln -sf /sbin/ip $RPM_BUILD_ROOT/bin/ip
|
|
rm $RPM_BUILD_ROOT/usr/sbin/ifcfg
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc README* RELNOTES
|
|
/usr/sbin/*
|
|
/sbin/*
|
|
/bin/ip
|
|
%_mandir/man8/*
|
|
%dir /etc/iproute2
|
|
%config(noreplace) /etc/iproute2/rt_dsfield
|
|
%config(noreplace) /etc/iproute2/rt_protos
|
|
%config(noreplace) /etc/iproute2/rt_scopes
|
|
%config(noreplace) /etc/iproute2/rt_realms
|
|
%config(noreplace) /etc/iproute2/rt_tables
|
|
%config(noreplace) /etc/iproute2/ematch_map
|
|
%dir /usr/share/tc
|
|
%attr(644,root,root)/usr/share/tc/*
|
|
|
|
%files doc
|
|
%defattr(-,root,root)
|
|
%doc doc/api-ip6-flowlabels.pdf doc/arpd.pdf doc/ip-cref.pdf
|
|
%doc doc/ip-tunnels.pdf doc/nstat.pdf doc/rtstat.pdf doc/ss.pdf
|
|
%doc ChangeLog examples/ ip/ifcfg ip/routef ip/routel
|
|
|
|
%files -n libnetlink-devel
|
|
%defattr(-,root,root)
|
|
/usr/include/*
|
|
%_mandir/man3/libnetlink*
|
|
%_libdir/lib*
|
|
|
|
%changelog
|