mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Kill some bogus readme text
Pull in conversion to texlive-latex from openSUSE Mark manpages as documentation (I didn't know files outside of /usr/share/doc/packages/%{name}-%{version} could be marked as such).
This commit is contained in:
parent
dc4e5485f1
commit
9bfe436dff
2 changed files with 14 additions and 24 deletions
|
@ -1,25 +1,6 @@
|
|||
Package Contents
|
||||
------------------
|
||||
README - This file.
|
||||
|
||||
subdomain_parser - This program loads the subdomain database into
|
||||
the kernel via the sysctl(2) interface.
|
||||
subdomain.5 - Man page explaining the structure of the
|
||||
subdomain profile file.
|
||||
change_hat.2 - Man page explaining the usage of the change_hat
|
||||
syscall.
|
||||
|
||||
subdomain_parser takes all of its input from STDIN. Thus, if you want to
|
||||
use it to load a description file, you want to do something like:
|
||||
|
||||
./subdomain_parser < /path/to/database/file
|
||||
|
||||
Of course, you can use cat, etc. to load the contents of multiple files at
|
||||
the same time.
|
||||
|
||||
subdomain_parser allows you to add, replace, and remove definitions
|
||||
through the use of command line options. The default is to add.
|
||||
`subdomain_parser --help` shows what the command line options are.
|
||||
The apparmor_parser allows you to add, replace, and remove AppArmor
|
||||
policy through the use of command line options. The default is to add.
|
||||
`apparmor_parser --help` shows what the command line options are.
|
||||
|
||||
You can also find more information at
|
||||
<http://forge.novell.com/modules/xfmod/project/?apparmor>.
|
||||
|
|
|
@ -52,11 +52,18 @@ Provides: subdomain_parser subdomain-parser
|
|||
Provides: subdomain-parser-demo subdomain-parser-common subdomain-leaf-cert
|
||||
Provides: libimnxcert
|
||||
%define apparmor_bin_prefix /lib/apparmor
|
||||
BuildRequires: bison flex te_latex latex2html w3m
|
||||
BuildRequires: bison flex latex2html w3m
|
||||
%if 0%{?suse_version} > 1020
|
||||
BuildRequires: texlive-latex
|
||||
%else
|
||||
BuildRequires: te_latex
|
||||
%endif
|
||||
|
||||
%package -n apparmor-docs
|
||||
Summary: AppArmor documentation package
|
||||
Group: Applications/System
|
||||
Provides: subdomain-docs
|
||||
Obsoletes: subdomain-docs
|
||||
|
||||
%description
|
||||
AppArmor Parser is a userlevel program that is used to load in program
|
||||
|
@ -102,7 +109,7 @@ make install DESTDIR=${RPM_BUILD_ROOT} \
|
|||
%dir %attr(-, root, root) %{apparmor_bin_prefix}
|
||||
%{apparmor_bin_prefix}/rc.apparmor.functions
|
||||
%{_prefix}/share/locale/*/*/apparmor-parser.mo
|
||||
%{_mandir}/man*/*
|
||||
%doc %{_mandir}/man*/*
|
||||
|
||||
%files -n apparmor-docs
|
||||
%defattr(-,root,root)
|
||||
|
@ -166,6 +173,8 @@ fi
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
- Sat Apr 21 2007 - aj@suse.de
|
||||
- Use texlive for building.
|
||||
* Fri Apr 13 2007 - sbeattie@suse.de
|
||||
- Resurrect apparmor-docs as subpackage of apparmor-parser
|
||||
- Add text version of techdoc
|
||||
|
|
Loading…
Add table
Reference in a new issue