]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
libnftl: Update to version 1.0.3
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Dec 2014 01:56:50 +0000 (02:56 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Dec 2014 01:56:50 +0000 (02:56 +0100)
libnftnl/libnftnl.nm

index 147303ca8dffa5ff53cc33e38779e11ae56b7afe..c810e9096577754267873d49f6a016e1a37cfdcb 100644 (file)
@@ -4,10 +4,8 @@
 ###############################################################################
 
 name       = libnftnl
-version    = 1.0.0
-snapshot   = 20140412
-release    = 1.%{snapshot}
-thisapp    = %{name}-%{snapshot}
+version    = 1.0.3
+release    = 1
 
 groups     = Networking/Tools
 url        = http://netfilter.org/projects/libnftnl
@@ -19,20 +17,12 @@ description
        libmnl.
 end
 
-source_dl  = http://ftp.netfilter.org/pub/libnftnl/snapshot/
+source_dl  = http://ftp.netfilter.org/pub/libnftnl/
 sources    = %{thisapp}.tar.bz2
 
 build
        requires
-               autoconf
-               autogen
-               automake
                libmnl-devel
-               libtool
-       end
-
-       prepare_cmds
-               ./autogen.sh
        end
 end