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