]>
Commit | Line | Data |
---|---|---|
b5ddf7db | 1 | ############################################################################### |
802ea3af MT |
2 | # IPFire.org - An Open Source Firewall Solution # |
3 | # Copyright (C) - IPFire Development Team <info@ipfire.org> # | |
b5ddf7db SS |
4 | ############################################################################### |
5 | ||
802ea3af | 6 | name = libcap-ng |
e13ebdc4 | 7 | version = 0.8.3 |
fb0b5f5a | 8 | release = 1.1 |
b5ddf7db | 9 | |
802ea3af | 10 | groups = System/Libraries |
e13ebdc4 | 11 | url = https://people.redhat.com/sgrubb/libcap-ng |
802ea3af MT |
12 | license = LGPLv2+ |
13 | summary = An alternate posix capabilities library. | |
b5ddf7db | 14 | |
802ea3af | 15 | description |
49026b7d | 16 | Libcap-ng is a library that makes using posix capabilities |
802ea3af MT |
17 | easier. |
18 | end | |
19 | ||
e13ebdc4 | 20 | source_dl = https://people.redhat.com/sgrubb/libcap-ng/ |
802ea3af MT |
21 | |
22 | build | |
23 | requires | |
24 | libattr-devel | |
802ea3af MT |
25 | end |
26 | ||
12563579 SS |
27 | test |
28 | make check | |
29 | end | |
802ea3af MT |
30 | end |
31 | ||
32 | packages | |
33 | package %{name} | |
1f9bc2f0 | 34 | |
802ea3af MT |
35 | package %{name}-devel |
36 | template DEVEL | |
37 | end | |
1f9bc2f0 MT |
38 | |
39 | package %{name}-debuginfo | |
40 | template DEBUGINFO | |
41 | end | |
802ea3af | 42 | end |