]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - acl/acl.nm
ppp: Reload systemd after install/update/uninstall.
[people/ms/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
10994779 7version = 2.2.51
ea9f2538 8release = 2
166a6c21 9
802ea3af
MT
10groups = System/Filesystems
11url = http://oss.sgi.com/projects/xfs/
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
10994779
SS
20source_dl = http://download-mirror.savannah.gnu.org/releases/acl/
21sources = %{thisapp}.src.tar.gz
802ea3af
MT
22
23build
24 requires
25 gettext
26 libattr-devel
27 libnfsidmap-devel
28 libtool
29 end
30
31 configure_options += \
ea9f2538 32 --libexecdir=%{libdir} \
c5313a38 33 --disable-static
802ea3af
MT
34
35 make_build_targets += LIBTOOL="libtool --tag=CC"
36
10994779
SS
37 test
38 make tests
39 end
40
ea9f2538 41 make_install_targets += install-dev install-lib
802ea3af
MT
42end
43
44packages
45 package %{name}
1f9bc2f0 46
802ea3af
MT
47 package libacl
48 template LIBS
49 end
1f9bc2f0 50
802ea3af
MT
51 package libacl-devel
52 template DEVEL
4cfe90a4
MT
53
54 # Overwrite default dependency because the
55 # libs are in a subpackage.
56 requires = libacl=%{thisver}
802ea3af 57 end
1f9bc2f0
MT
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61
62 provides += libacl-debuginfo
63 end
802ea3af 64end