]> git.pld-linux.org Git - packages/libapparmor.git/blame - libapparmor.spec
- new, based on spec from package
[packages/libapparmor.git] / libapparmor.spec
CommitLineData
b29a015c 1%define _ver 2.0
2%define _svnrel 6288
3Summary: Library to provide key AppArmor symbols
4Name: libapparmor
5Version: %{_ver}.%{_svnrel}
6Release: 0.8
7License: LGPL
8Group: Libraries
9Source0: http://forge.novell.com/modules/xfcontent/private.php/apparmor/Development%20-%20April%20Snapshot/%{name}-%{_ver}-%{_svnrel}.tar.gz
10# Source0-md5: e7f5e6f8663919d5998469e842442509
11URL: http://forge.novell.com/modules/xfmod/project/?apparmor
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15This package provides the libapparmor library, which contains the
16change_hat(2) symbol, used for sub-process confinement by AppArmor.
17Applications that wish to make use of change_hat(2) need to link
18against this library. This package is part of a suite of tools that
19used to be named SubDomain.
20
21%package devel
22Summary: Header files for libapparmor library
23