]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - iproute2/iproute2.nm
less: Update to version 481
[people/amarx/ipfire-3.x.git] / iproute2 / iproute2.nm
index 31dd9da53de192c7061672429fd40aa091138028..27d8dea926389e9f2be420250da3ab31f183c4ef 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = iproute2
-version    = 3.4.0
-release    = 1
+version    = 3.14.0
+release    = 2
 
 groups     = Networking/Tools
 url        = http://www.linuxfoundation.org/en/Net:Iproute2
@@ -13,8 +13,8 @@ license    = GPLv2+
 summary    = Advanced IP routing and network device configuration tools.
 
 description
-       The iproute package contains networking utilities (ip and rtmon, for \
-       example) which are designed to use the advanced networking \
+       The iproute package contains networking utilities (ip and rtmon, for
+       example) which are designed to use the advanced networking
        capabilities of the Linux 2.4.x and 2.6.x kernel.
 end
 
@@ -24,15 +24,14 @@ sources    = %{thisapp}.tar.xz
 build
        requires
                bison
-               db4-devel
                flex
+               libdb-devel
                libnl-devel
                linux-atm-devel >= 2.5.1
-               iptables-devel
        end
 
        prepare_cmds
-               sed -e "s/_VERSION_/%{version}/" man/man8/ss.8
+               sed -e "s/^LIBDIR=/LIBDIR?=/" -i Makefile
        end
 
        export RPM_OPT_FLAGS = %{CFLAGS}
@@ -52,18 +51,15 @@ build
                        %{BUILDROOT}%{sysconfdir}/iproute2
 
                # Install binaries.
-               for bin in genl/genl ip/{ifcfg,ip,routef,routel,rtmon,rtpr} tc/tc \
-                               misc/{arpd,ifstat,lnstat,nstat,rtacct,ss}; do
+               for bin in bridge/bridge genl/genl ip/{ifcfg,ip,routef,routel,rtmon,rtpr} \
+                               tc/tc misc/{arpd,ifstat,lnstat,nstat,rtacct,ss}; do
                        install -v -m 755 ${bin} %{BUILDROOT}%{sbindir}
                done
                ln -svf lnstat %{BUILDROOT}%{sbindir}/ctstat
                ln -svf lnstat %{BUILDROOT}%{sbindir}/rtstat
 
                # Install libs.
-               for lib in tc/q_atm.so tc/m_xt.so; do
-                       install -v -m 755 ${lib} %{BUILDROOT}%{libdir}/tc
-               done
-               ln -svf m_xt.so %{BUILDROOT}%{libdir}/tc/m_ipt.so
+               install -v -m 755 tc/q_atm.so %{BUILDROOT}%{libdir}/tc
 
                # libnetlink
                install -v -m 644 include/libnetlink.h %{BUILDROOT}%{includedir}