]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - nftables/nftables.nm
bird: Update to 2.0.2
[ipfire-3.x.git] / nftables / nftables.nm
index bd100dfe6c075fbfa17d1c043cac5d6c508bfd46..bca58c5f1d5e80f4c40be14575d45c56ca839540 100644 (file)
@@ -4,10 +4,8 @@
 ###############################################################################
 
 name       = nftables
-version    = 0.100
-snapshot   = 20150531
-release    = 3.%{snapshot}
-thisapp    = %{name}-%{snapshot}
+version    = 0.9.0
+release    = 1
 
 groups     = Networking/Tools
 url        = http://netfilter.org/projects/nftables/
@@ -18,14 +16,12 @@ description
        %{summary}
 end
 
-source_dl  = http://ftp.netfilter.org/pub/nftables/snapshot/
+source_dl  = http://ftp.netfilter.org/pub/nftables/
 sources    = %{thisapp}.tar.bz2
 
 build
        requires
-               autoconf
                autogen
-               automake
                bison
                docbook2X
                docbook-xsl
@@ -33,13 +29,9 @@ build
                gmp-devel
                libtool
                libmnl-devel
-               libnftnl-devel >= 1.0.3-1.20150531
+               libnftnl-devel >= 1.0.5
                readline-devel
        end
-
-       prepare_cmds
-               ./autogen.sh
-       end
 end
 
 packages