]> git.pld-linux.org Git - packages/iproute2.git/blobdiff - iproute2.spec
- up to 2.6.16
[packages/iproute2.git] / iproute2.spec
index e82dae25d2ab905abf837fa2adc699877cd3289e..69f2731c668fbb7d87bc8e840481bab7c1343012 100644 (file)
@@ -13,29 +13,31 @@ Summary(es):        Herramientas para encaminamiento avanzado y configuraci
 Summary(pl):   Narzêdzie do kontrolowania Sieci w kernelach
 Summary(pt_BR):        Ferramentas para roteamento avançado e configuração de interfaces de rede
 Name:          iproute2
-%define        sdate   050330
+%define        sdate   060323
 # do not use ,,2.6.X'' as version here, put whole number like 2.6.8
-Version:       2.6.11
-Release:       0.1
+Version:       2.6.16
+Release:       1
 License:       GPL
 Vendor:                Stephen Hemminger <shemminger@osdl.org>
 Group:         Networking/Admin
-#Source0:      http://developer.osdl.org/dev/iproute2/download/%{name}-%{version}-ss%{sdate}.tar.gz
 Source0:       http://developer.osdl.org/dev/iproute2/download/%{name}-%{version}-%{sdate}.tar.gz
-# Source0-md5: e705f26b5ae93e0332e46ae3ff15d934
-#Source0:      http://developer.osdl.org/dev/iproute2/download/%{name}-%{sdate}.tar.gz
-Patch0:         %{name}-build.patch
+# Source0-md5: f31d4516b35bbfeaa72c762f5959e97c
+Patch0:                %{name}-build.patch
 Patch1:                %{name}-arp.patch
+Patch2:                %{name}-lex.patch
+Patch3:                %{name}-iptables.patch
+Patch4:                %{name}-iptables64.patch
 # extensions
-Patch10:        %{name}-2.2.4-wrr.patch
-Patch11:        %{name}-2.2.4-esfq.patch
-URL:           http://developer.osdl.org/dev/iproute2/
+Patch10:       %{name}-2.2.4-wrr.patch
+Patch11:       esfq-%{name}.patch
+URL:           http://linux-net.osdl.org/index.php/Iproute2
 BuildRequires: bison
 BuildRequires: db-devel
+BuildRequires: flex
 %if %{with atm}
 BuildRequires: linux-atm-devel
 %endif
-BuildRequires: linux-libc-headers >= 7:2.6.11.2-2
+BuildRequires: linux-libc-headers >= 7:2.6.12.0-13
 %if %{with doc}
 BuildRequires: psutils
 BuildRequires: sgml-tools
@@ -53,10 +55,10 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _sysconfdir     /etc/iproute2
 
 %description
-Linux maintains compatibility with the basic configuration
-utilities of the network (ifconfig, route) but a new utility is
-required to exploit the new characteristics and features of the
-kernel. This package includes the new utilities.
+Linux maintains compatibility with the basic configuration utilities
+of the network (ifconfig, route) but a new utility is required to
+exploit the new characteristics and features of the kernel. This
+package includes the new utilities.
 
 %description -l es
 Linux mantiene compatibilidad con los utilitarios estándares de
@@ -88,16 +90,19 @@ a przestrzeni
 
 %prep
 %setup -q -n %{name}-%{version}-%{sdate}
-rm -rf include-glibc
+rm -rf include-glibc include/linux
 %patch0 -p1
 %patch1 -p1
-
+%patch2 -p1
+%ifarch "%{_lib}" == "lib64"
+%patch4 -p1
+%else
+%patch3 -p1
+%endif
 %patch10 -p1
 %patch11 -p1
 
 %build
-rm -rf include/linux
-
 %{__make} \
        %{?with_uClibc:CC="%{_target_cpu}-uclibc-gcc"}%{!?with_uClibc:CC="%{__cc}"} \
        OPT="%{rpmcflags}" \
@@ -128,10 +133,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README README.iproute2+tc RELNOTES %{?with_doc:doc/*.ps}
+%doc README README.decnet README.iproute2+tc README.lnstat RELNOTES
+%doc ChangeLog %{?with_doc:doc/*.ps}
 %attr(755,root,root) %{_sbindir}/*
 %dir %{_sysconfdir}
-%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 %{_mandir}/man8/*
 
 %files -n libnetlink-devel
This page took 0.036849 seconds and 4 git commands to generate.