]> git.pld-linux.org Git - packages/apparmor-docs.git/commitdiff
- new, based on spec from package
authorzbyniu <zbyniu@pld-linux.org>
Sat, 2 Dec 2006 00:13:17 +0000 (00:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apparmor-docs.spec -> 1.1

apparmor-docs.spec [new file with mode: 0644]

diff --git a/apparmor-docs.spec b/apparmor-docs.spec
new file mode 100644 (file)
index 0000000..84c739a
--- /dev/null
@@ -0,0 +1,38 @@
+Summary:       Novell AppArmor Host Application Security Suite Documentation package
+Name:          apparmor-docs
+Version:       2.0
+Release:       1
+Group:         Documentation
+Source0:       %{name}-%{version}-57.tar.gz
+License:       GPL
+URL:           http://forge.novell.com/modules/xfmod/project/?apparmor
+BuildRequires: perl-tools-pod
+Provides:      subdomain-docs
+Obsoletes:     subdomain-docs
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains documentation for the AppArmor Host Application
+Security Suite. This package is part of a suite of tools that used to
+be named SubDomain.
+
+%prep
+%setup -q
+
+%build
+%{__make} all
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install_manpages \
+       DESTDIR=$RPM_BUILD_ROOT \
+       MANDIR=%{_mandir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.[0-9].*html immunix.css
+%{_mandir}/man?/*
This page took 0.111652 seconds and 4 git commands to generate.