SPECS: apparmor-docs.spec (NEW) - new, based on spec from package
zbyniu
zbyniu at pld-linux.org
Sat Dec 2 01:13:23 CET 2006
Author: zbyniu Date: Sat Dec 2 00:13:22 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, based on spec from package
---- Files affected:
SPECS:
apparmor-docs.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/apparmor-docs.spec
diff -u /dev/null SPECS/apparmor-docs.spec:1.1
--- /dev/null Sat Dec 2 01:13:22 2006
+++ SPECS/apparmor-docs.spec Sat Dec 2 01:13:17 2006
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+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?/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/12/02 00:13:17 zbyniu
+- new, based on spec from package
+
================================================================
More information about the pld-cvs-commit
mailing list