]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame_incremental - libcap-ng/libcap-ng.nm
Merge remote-tracking branch 'stevee/openldap'
[people/pmueller/ipfire-3.x.git] / libcap-ng / libcap-ng.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libcap-ng
7version = 0.6.6
8release = 2
9
10groups = System/Libraries
11url = http://people.redhat.com/sgrubb/libcap-ng
12license = LGPLv2+
13summary = An alternate posix capabilities library.
14
15description
16 Libcap-ng is a library that makes using posix capabilities
17 easier.
18end
19
20source_dl = http://people.redhat.com/sgrubb/libcap-ng/
21
22build
23 requires
24 libattr-devel
25 python
26 end
27
28 install_cmds
29 # Move libraries to lib
30 mkdir -pv %{BUILDROOT}/%{lib}
31 mv -vf %{BUILDROOT}%{libdir}/libcap-ng.so.* %{BUILDROOT}/%{lib}/
32
33 # Recreate symlink
34 ln -svf ../../%{lib}/libcap-ng.so.0 %{BUILDROOT}%{libdir}/libcap-ng.so
35 end
36
37 # XXX Testsuite is broken by the package developers
38 #def test
39 # make check
40 #end
41end
42
43packages
44 package %{name}
45
46 package %{name}-devel
47 template DEVEL
48 end
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
53end