]> git.pld-linux.org Git - packages/apparmor-docs.git/blob - apparmor-docs.spec
- new, based on spec from package
[packages/apparmor-docs.git] / apparmor-docs.spec
1 Summary:        Novell AppArmor Host Application Security Suite Documentation package
2 Name:           apparmor-docs
3 Version:        2.0
4 Release:        1
5 Group:          Documentation
6 Source0:        %{name}-%{version}-57.tar.gz
7 License:        GPL
8 URL:            http://forge.novell.com/modules/xfmod/project/?apparmor
9 BuildRequires:  perl-tools-pod
10 Provides:       subdomain-docs
11 Obsoletes:      subdomain-docs
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This package contains documentation for the AppArmor Host Application
17 Security Suite. This package is part of a suite of tools that used to
18 be named SubDomain.
19
20 %prep
21 %setup -q
22
23 %build
24 %{__make} all
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 %{__make} install_manpages \
29         DESTDIR=$RPM_BUILD_ROOT \
30         MANDIR=%{_mandir}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc *.[0-9].*html immunix.css
38 %{_mandir}/man?/*
This page took 0.072791 seconds and 4 git commands to generate.