]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - libsepol/libsepol.nm
gnupg2: Fix wrong name field.
[people/arne_f/ipfire-3.x.git] / libsepol / libsepol.nm
CommitLineData
b7b53e02 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
b7b53e02
SS
4###############################################################################
5
802ea3af
MT
6name = libsepol
7version = 2.0.41
e626536c 8release = 2
b7b53e02 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.selinuxproject.org
12license = LGPLv2+
13summary = SELinux binary policy manipulation library.
b7b53e02 14
802ea3af 15description
b7b53e02
SS
16 libsepol provides an API for the manipulation of SELinux binary \
17 policies.
802ea3af
MT
18end
19
20source_dl =
21sources = %{thisapp}.tgz
22
23build
24 build
25 make clean
26 make CFLAGS="%{CFLAGS}" %{PARALELLISMFLAGS}
27 end
b7b53e02 28
e626536c
MT
29 make_install_targets += LIBDIR="%{BUILDROOT}%{libdir}" \
30 SHLIBDIR="%{BUILDROOT}/%{lib}"
31
802ea3af
MT
32 install_cmds
33 # Remove binaries
34 rm -rf %{BUILDROOT}/usr/bin
b7b53e02 35
802ea3af
MT
36 # Remove manpages from binaries
37 rm -rf %{BUILDROOT}/usr/share/man/man8
38 end
39end
b7b53e02 40
802ea3af
MT
41packages
42 package %{name}
43 end
1f9bc2f0 44
802ea3af
MT
45 package %{name}-devel
46 template DEVEL
47 end
1f9bc2f0
MT
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
802ea3af 52end