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