]> git.pld-linux.org Git - packages/iproute2.git/blobdiff - iproute2.spec
- fix BR
[packages/iproute2.git] / iproute2.spec
index 002886b8d534d3907486e648c78dbe4b55257c4d..13f6870e108455303018c08712f483fc69aa0f4f 100644 (file)
@@ -13,17 +13,19 @@ 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
-Version:       2.6.6
+%define        sdate   040608
+Version:       2.6.7
 Release:       0.1
 License:       GPL
 Vendor:                Stephen Hemminger <shemminger@osdl.org>
 Group:         Networking/Admin
-Source0:       http://developer.osdl.org/dev/iproute2/download/%{name}-%{version}.tar.bz2
-# Source0-md5: b70b6b9de4b1a901ee20fea2ae7bd3b1
-Patch0:                %{name}-llh.patch
+Source0:       http://developer.osdl.org/dev/iproute2/download/%{name}-%{version}-ss%{sdate}.tar.gz
+# Source0-md5: 28196897deb1a45295cd606bd911a33d
+Patch0:                %{name}-db.patch
+Patch1:                %{name}-arp.patch
 URL:           http://developer.osdl.org/dev/iproute2/
 BuildRequires: bison
-BuildRequires: linux-libc-headers >= 7:2.6.5.1-4
+BuildRequires: linux-libc-headers >= 7:2.6.6.0-2
 %if %{with doc}
 BuildRequires: psutils
 BuildRequires: sgml-tools
@@ -75,11 +77,12 @@ a przestrzeni
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__make} \
        CC="%{__cc}" \
-       OPT="%{rpmcflags}" \
+       CCOPTS="-D_GNU_SOURCE %{rpmcflags}" \
        %{!?with_tc:SUBDIRS="lib ip misc" LDFLAGS="%{rpmldflags}"}
 
 %{?with_doc:%{__make} -C doc}
@@ -94,7 +97,11 @@ install etc/iproute2/rt_protos \
        etc/iproute2/rt_scopes \
        etc/iproute2/rt_tables \
        $RPM_BUILD_ROOT%{_sysconfdir}
-install man/*  $RPM_BUILD_ROOT%{_mandir}/man8
+
+install man/man8/*     $RPM_BUILD_ROOT%{_mandir}/man8
+echo ".so tc-pbfifo.8" > $RPM_BUILD_ROOT%{_mandir}/man8/tc-bfifo.8
+echo ".so tc-pbfifo.8" > $RPM_BUILD_ROOT%{_mandir}/man8/tc-pfifo.8
+
 install lib/libnetlink.a $RPM_BUILD_ROOT%{_libdir}
 install include/libnetlink.h $RPM_BUILD_ROOT%{_includedir}
 
This page took 0.042205 seconds and 4 git commands to generate.