]> git.pld-linux.org Git - packages/apparmor-docs.git/blob - apparmor-docs.spec
- up to 2.0.1-237; epoch 1
[packages/apparmor-docs.git] / apparmor-docs.spec
1 %define         _ver 2.0.1
2 %define         _svnrel 237
3 Summary:        Novell AppArmor Host Application Security Suite Documentation package
4 Summary(pl.UTF-8):      Pakiet z dokumentacją Novell AppArmor Host Application Security Suite
5 Name:           apparmor-docs
6 Version:        %{_ver}.%{_svnrel}
7 Release:        1
8 Epoch:          1
9 Group:          Documentation
10 Source0:        http://forgeftp.novell.com/apparmor/Development%20-%20March%2007%20-%20SnapShot/%{name}-%{_ver}-%{_svnrel}.tar.gz
11 # Source0-md5:  7c7874c998f97bcc0671db4ad87db46d
12 License:        GPL
13 URL:            http://forge.novell.com/modules/xfmod/project/?apparmor
14 BuildRequires:  perl-tools-pod
15 Provides:       subdomain-docs
16 Obsoletes:      subdomain-docs
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This package contains documentation for the AppArmor Host Application
22 Security Suite. This package is part of a suite of tools that used to
23 be named SubDomain.
24
25 %description -l pl.UTF-8
26 Ten pakiet zawiera dokumentację dla AppArmor Host Application Security
27 Suite. Jest częścią zestawu narzędzi znanych wcześniej pod nazwą
28 SubDomain.
29
30 %prep
31 %setup -q -n %{name}-%{_ver}
32
33 %build
34 %{__make} all
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install_manpages \
40         DESTDIR=$RPM_BUILD_ROOT \
41         MANDIR=%{_mandir}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc *.[0-9].*html immunix.css
49 %{_mandir}/man?/*
This page took 0.076511 seconds and 3 git commands to generate.