This commit is contained in:
parent
ccff4b15e2
commit
fe9128c89d
@ -13,6 +13,7 @@ $0 [-a|-d] [--add|--del] [-c|--catalog /etc/xml/CATALOG] CATALOG_FRAGMENT_FILE"
|
||||
|
||||
ROOTCATALOG=/etc/xml/catalog
|
||||
mode=add
|
||||
echo=true
|
||||
while test $# -gt 0; do
|
||||
# while true ; do
|
||||
case "$1" in
|
||||
@ -84,7 +85,7 @@ END{print "</catalog>"}'
|
||||
|
||||
del_entry () {
|
||||
pattern=$FOR_ROOT_CAT
|
||||
echo $pattern
|
||||
$echo $pattern
|
||||
if [ -r $ROOTCATALOG ]; then
|
||||
# Either delete <group>...</group>
|
||||
# or <!-- pac_start: ... -->...<!-- pac_end: ... -->
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 10:59:15 CET 2007 - ke@suse.de
|
||||
|
||||
- Fix debug code in edit-xml-catalog. Reported by Andreas Hanke and
|
||||
Dirk Mueller [# 237652].
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 14 16:40:32 CEST 2006 - ke@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sgml-skel (Version 0.6)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -14,12 +14,12 @@ Name: sgml-skel
|
||||
BuildRequires: libxml2
|
||||
Summary: Helper Scripts for the SGML System
|
||||
Version: 0.6
|
||||
Release: 281
|
||||
Release: 305
|
||||
Group: Productivity/Publishing/SGML
|
||||
Requires: libxml2
|
||||
PreReq: /bin/awk
|
||||
#Provides:
|
||||
License: GPL
|
||||
License: GNU General Public License (GPL)
|
||||
# URL:
|
||||
Source0: http://www.suse.de/~ke/%{name}/%{name}-%{version}.tar.bz2
|
||||
# :pserver:anoncvs@sources.redhat.com:/cvs/docbook-tools
|
||||
@ -91,6 +91,9 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%dir /var/lib/sgml
|
||||
|
||||
%changelog -n sgml-skel
|
||||
* Mon Jan 29 2007 - ke@suse.de
|
||||
- Fix debug code in edit-xml-catalog. Reported by Andreas Hanke and
|
||||
Dirk Mueller [# 237652].
|
||||
* Mon Aug 14 2006 - ke@suse.de
|
||||
- Provide /etc/xml/catalog.
|
||||
- SuSEconfig.sgml-skel: Remove it. It was required to solve on update
|
||||
@ -152,16 +155,16 @@ rm -fr $RPM_BUILD_ROOT
|
||||
- Add install-catalog.sh (from CVS:docbook-tools/sgml-common).
|
||||
* Mon May 27 2002 - ke@suse.de
|
||||
- Update to version 0.5:
|
||||
- New scripts: sgml2xmlcat.sh (re-written, replacement for
|
||||
- New scripts: sgml2xmlcat.sh (re-written, replacement for
|
||||
sgmlcat2x.sh) and parse-sgml-catalog.sh to normalized SGML Open
|
||||
catalogs.
|
||||
* Mon May 06 2002 - ke@suse.de
|
||||
- Add sgmlcat2x.sh to parse normalized traditional SGML catalog files.
|
||||
* Mon Aug 27 2001 - ke@suse.de
|
||||
- Update to version 0.2 (now it's a proper package):
|
||||
- Recognize ISO identifiers (additionally to '-//' and '+//' owner
|
||||
- Recognize ISO identifiers (additionally to '-//' and '+//' owner
|
||||
tags).
|
||||
- Handle language and version field.
|
||||
- More error checking.
|
||||
- Handle language and version field.
|
||||
- More error checking.
|
||||
* Thu Mar 22 2001 - ke@suse.de
|
||||
- New package.
|
||||
|
Loading…
Reference in New Issue
Block a user