]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libsepol/libsepol.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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
8release = 1
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
802ea3af
MT
29 install_cmds
30 # Remove binaries
31 rm -rf %{BUILDROOT}/usr/bin
b7b53e02 32
802ea3af
MT
33 # Remove manpages from binaries
34 rm -rf %{BUILDROOT}/usr/share/man/man8
35 end
36end
b7b53e02 37
802ea3af
MT
38packages
39 package %{name}
40 end
1f9bc2f0 41
802ea3af
MT
42 package %{name}-devel
43 template DEVEL
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end