]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - libcap-ng/libcap-ng.nm
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / libcap-ng / libcap-ng.nm
index fae925bb5f6c8c715d720f4e71ded91a327a28a9..4db224a9a599836b6db09ce8eca3580a1b633c27 100644 (file)
@@ -4,11 +4,11 @@
 ###############################################################################
 
 name       = libcap-ng
-version    = 0.6.6
-release    = 1
+version    = 0.8.3
+release    = 1.1
 
 groups     = System/Libraries
-url        = http://people.redhat.com/sgrubb/libcap-ng
+url        = https://people.redhat.com/sgrubb/libcap-ng
 license    = LGPLv2+
 summary    = An alternate posix capabilities library.
 
@@ -17,32 +17,20 @@ description
        easier.
 end
 
-source_dl  = http://people.redhat.com/sgrubb/libcap-ng/
+source_dl  = https://people.redhat.com/sgrubb/libcap-ng/
 
 build
        requires
                libattr-devel
-               python
        end
 
-       install_cmds
-               # Move libraries to lib
-               mkdir -pv %{BUILDROOT}/lib
-               mv -vf %{BUILDROOT}/usr/lib/libcap-ng.so.* %{BUILDROOT}/lib/
-
-               # Recreate symlink
-               ln -svf ../../lib/libcap-ng.so.0 %{BUILDROOT}/usr/lib/libcap-ng.so
+       test
+               make check
        end
-
-       # XXX Testsuite is broken by the package developers
-       #def test
-       #       make check
-       #end
 end
 
 packages
        package %{name}
-       end
 
        package %{name}-devel
                template DEVEL