mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
Set keyword expansion on files. Removed no longer necessary license
files (they should be included with the relavent individual packages). Made package build in new novell forge environment.
This commit is contained in:
parent
3c3c085d1a
commit
ac53d2c30e
19 changed files with 24 additions and 32 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile 6225 2006-02-04 00:25:12Z steve $
|
||||
# $Id$
|
||||
# ----------------------------------------------------------------------
|
||||
# Copyright (c) 2004, 2005 NOVELL (All rights reserved)
|
||||
#
|
||||
|
@ -49,11 +49,7 @@ MANPAGES = change_hat.2 \
|
|||
apparmor_parser.8 apparmor_status.8 mod_apparmor.8
|
||||
OLD_MANPAGES = subdomain.d.5 subdomain.vim.5 \
|
||||
subdomain.7 subdomain_parser.8
|
||||
DOCUMENTS = licenses/COPYING \
|
||||
licenses/Immunix_Commercial_License.html \
|
||||
licenses/Immunix_Commercial_License.txt \
|
||||
*.pdf \
|
||||
immunix.css
|
||||
DOCUMENTS = immunix.css
|
||||
PAPERS=$(wildcard papers/*)
|
||||
|
||||
HTMLMANPAGES=$(foreach manpage, ${MANPAGES}, ${manpage}.html)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: apparmor-docs.spec.in 6269 2006-02-16 20:29:51Z dominic $
|
||||
# $Id$
|
||||
# ----------------------------------------------------------------------
|
||||
# Copyright (c) 2004, 2005 NOVELL (All rights reserved)
|
||||
#
|
||||
|
@ -26,7 +26,7 @@
|
|||
Summary: Novell AppArmor Host Application Security Suite Documentation package
|
||||
Name: apparmor-docs
|
||||
Version: @@immunix_version@@
|
||||
Release: 3.4
|
||||
Release: 4
|
||||
Group: Applications/System
|
||||
Source0: %{name}-%{version}-@@repo_version@@.tar.gz
|
||||
License: Other License(s), see package
|
||||
|
@ -44,10 +44,6 @@ This package is part of a suite of tools that used to be named SubDomain.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
for file in gpl.txt lesser.txt
|
||||
do
|
||||
cp -a licenses/${file} .
|
||||
done
|
||||
|
||||
%build
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||
|
@ -66,14 +62,14 @@ make install_manpages DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
|
|||
%{_mandir}/man5/*
|
||||
%{_mandir}/man7/*
|
||||
%{_mandir}/man8/*
|
||||
%doc book.apparmor.admin-online.pdf
|
||||
%doc gpl.txt
|
||||
%doc lesser.txt
|
||||
# html versions of the manpages
|
||||
%doc *.[0-9].*html
|
||||
%doc immunix.css
|
||||
|
||||
%changelog
|
||||
* Tue Apr 11 2006 Steve Beattie <sbeattie@use.de>
|
||||
- push to novell forge svn (resets repo number alas)
|
||||
- eliminate unnecessary licenses and binary documents
|
||||
* Thu Feb 16 2006 Dominic Reynolds <dreynolds@suse.de> 2.0-3.4
|
||||
- Updated manual from doc group - includes new naming changes.
|
||||
* Mon Jan 30 2006 Steve Beattie <sbeattie@suse.de> 2.0-3.2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: apparmor.d.pod 6225 2006-02-04 00:25:12Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: apparmor.pod 6226 2006-02-04 00:29:34Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: apparmor.vim.pod 6225 2006-02-04 00:25:12Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: apparmor_parser.pod 6225 2006-02-04 00:25:12Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: apparmor_status.pod 6225 2006-02-04 00:25:12Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: autodep.pod 6203 2006-02-02 22:03:41Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: change_hat.pod 6203 2006-02-02 22:03:41Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: complain.pod 6203 2006-02-02 22:03:41Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: enforce.pod 6203 2006-02-02 22:03:41Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: genprof.pod 6203 2006-02-02 22:03:41Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: immunix.pod 5820 2005-11-30 19:51:33Z sarnold $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: logprof.conf.pod 6203 2006-02-02 22:03:41Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: logprof.pod 6203 2006-02-02 22:03:41Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: mod_apparmor.pod 6225 2006-02-04 00:25:12Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: raceguard.pod 5820 2005-11-30 19:51:33Z sarnold $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: subdomain.conf.pod 6203 2006-02-02 22:03:41Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: unconfined.pod 6203 2006-02-02 22:03:41Z steve $
|
||||
# $Id$
|
||||
# This publication is intellectual property of Novell Inc. Its contents
|
||||
# can be duplicated, either in part or in whole, provided that a copyright
|
||||
# label is visibly located on each copy.
|
||||
|
|
Loading…
Add table
Reference in a new issue