]> git.pld-linux.org Git - packages/apparmor-utils.git/blame - apparmor-utils.spec
- new
[packages/apparmor-utils.git] / apparmor-utils.spec
CommitLineData
f647fde8 1%include /usr/lib/rpm/macros.perl
2%define _ver 2.0
3%define _svnrel 6379
4Summary: AppArmor userlevel utilities that are useful in creating AppArmor profiles
5Name: apparmor-utils
6Version: %{_ver}.%{_svnrel}
7Release: 0.1
8Group: Base
9Source0: http://forge.novell.com/modules/xfcontent/private.php/apparmor/Development%20-%20April%20Snapshot/%{name}-%{_ver}-%{_svnrel}.tar.gz
10# Source0-md5: 0144c81537fd724eaa6e23822edaaae1
11License: GPL
12URL: http://forge.novell.com/modules/xfmod/project/?apparmor
13BuildRequires: gettext-devel
14BuildRequires: rpm-perlprov
15Provides: subdomain-utils
16Obsoletes: subdomain-utils
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21This provides some useful programs to help create and manage AppArmor
22profiles. This package is part of a suite of tools that used to be
23named SubDomain.
24
25%prep
26%setup -q -n %{name}-%{_ver}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30%{__make} install \
31 DESTDIR=$RPM_BUILD_ROOT \
32 BINDIR=$RPM_BUILD_ROOT%{_sbindir} \
33 PERLDIR=$RPM_BUILD_ROOT%{perl_vendorlib}/Immunix
34
35%find_lang %{name}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files -f %{name}.lang
41%defattr(644,root,root,755)
42%dir %{_sysconfdir}/apparmor
43%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apparmor/*
44%attr(755,root,root) %{_sbindir}/*
45%{perl_vendorlib}/Immunix/*
46%dir /var/log/apparmor
This page took 0.038443 seconds and 4 git commands to generate.