]> git.ipfire.org Git - ipfire-3.x.git/blob - acl/acl.nm
mc: Proper harden consaver binary
[ipfire-3.x.git] / acl / acl.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = acl
7 version = 2.3.1
8 release = 1
9
10 groups = System/Filesystems
11 url = https://savannah.nongnu.org/projects/acl
12 license = GPLv2+
13 summary = Access control list utilities.
14
15 description
16 This package contains the getfacl and setfacl utilities needed for
17 manipulating access control lists.
18 end
19
20 source_dl = https://download-mirror.savannah.gnu.org/releases/acl/
21
22 build
23 requires
24 gettext
25 libattr-devel
26 libtool
27 end
28
29 configure_options += \
30 --libexecdir=%{libdir} \
31 --disable-static
32
33 test
34 make check || true
35 end
36
37 install_cmds
38 # Fix library permissions
39 chmod 755 %{BUILDROOT}%{libdir}/libacl.so.*
40 end
41 end
42
43 packages
44 package %{name}
45
46 package libacl
47 template LIBS
48 end
49
50 package libacl-devel
51 template DEVEL
52
53 # Overwrite default dependency because the
54 # libs are in a subpackage.
55 requires = libacl=%{thisver}
56 end
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60
61 provides += libacl-debuginfo
62 end
63 end