]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
lldpd: Update to version 0.7.1
authorThomas Ebert <thomas.ebert@ipfire.org>
Fri, 8 Mar 2013 17:32:51 +0000 (18:32 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Mar 2013 19:01:16 +0000 (20:01 +0100)
lldpd/lldpd.nm

index 0c6bec82502324ab6a8ec4cb545901d1d5858d1b..5c41e053ebe36338657a4b4025b13457c64dd50c 100644 (file)
@@ -4,11 +4,11 @@
 ###############################################################################
 
 name       = lldpd
-version    = 0.5.4
-release    = 2
+version    = 0.7.1
+release    = 1
 
 groups     = Networking/Tools
-url        = https://trac.luffy.cx/lldpd/
+url        = http://vincentbernat.github.com/lldpd/
 license    = GPL
 summary    = Utilities for the Link Layer Discovery Protocol.
 
@@ -17,17 +17,20 @@ description
        the IEEE standard 802.1AB Link Layer Discovery Protocol.
 end
 
-source_dl  =
+source_dl = http://media.luffy.cx/files/lldpd/
 
 build
        requires
+               libevent-devel
                libxml2-devel
                pkg-config
+               readline-devel
                shadow-utils
                zlib-devel
        end
 
        configure_options += \
+               --with-readline \
                --with-xml \
                --with-privsep-user=lldpd \
                --with-privsep-group=lldpd
@@ -79,6 +82,10 @@ packages
                end
        end
 
+       package %{name}-devel
+               template DEVEL
+       end
+
        package %{name}-debuginfo
                template DEBUGINFO
        end