rpms/docbook-dtds/devel docbook-dtds.spec,1.23,1.24

Ondrej Vasik ovasik at fedoraproject.org
Fri Aug 29 12:56:33 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/docbook-dtds/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10294

Modified Files:
	docbook-dtds.spec 
Log Message:
rebuild with F9 spec file to fix some heavy-weight black magic causing failures of sgml documents


Index: docbook-dtds.spec
===================================================================
RCS file: /cvs/extras/rpms/docbook-dtds/devel/docbook-dtds.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- docbook-dtds.spec	11 Jul 2008 10:54:44 -0000	1.23
+++ docbook-dtds.spec	29 Aug 2008 12:56:03 -0000	1.24
@@ -1,6 +1,6 @@
 Name: docbook-dtds
 Version: 1.0
-Release: 38%{?dist}
+Release: 39%{?dist}
 Group: Applications/Text
 
 Summary: SGML and XML document type definitions for DocBook
@@ -39,8 +39,10 @@
 # later.
 Requires: sgml-common >= 0.6.3-4
 # We provide the directory layout expected by 0.6.3-5 or later of
-# xml-common.  Earlier versions won't understand.
-Requires: xml-common >= 0.6.3-8
+# xml-common.  Earlier versions won't understand. Additionally 
+# require xml-common >= 0.6.3-24 to workaround issue with F9 
+# install+update and empty xmlcatalog
+Requires: xml-common >= 0.6.3-24
 
 BuildRoot: %{_tmppath}/%{name}-%{version}
 
@@ -620,8 +622,8 @@
 # SGML one.  We need to do this (*sigh*) because xmlcatalog messes up
 # the order of the lines, and SGML tools don't like to see XML things
 # they aren't expecting.
-CATALOG=/etc/sgml/catalog
 CAT_DIR=/usr/share/sgml/docbook/
+CATALOG=/etc/sgml/catalog
 SGML=$(cat -n ${CATALOG} | grep sgml-docbook | head -1 | (read n line;echo $n))
 XML=$(cat -n ${CATALOG} | grep xml-docbook | head -1 | (read n line; echo $n))
 # Do they need switching around?
@@ -1483,9 +1485,13 @@
 fi
 
 %changelog
+* Fri Aug 29 2008 Ondrej Vasik <ovasik at redhat.com> - 1.0-39
+- rebuild with F9 spec file to fix some heavy-weight black 
+  magic causing failures of sgml documents 
+
 * Fri Jul 11 2008 Ondrej Vasik <ovasik at redhat.com> - 1.0-38
 - fixed typo in post scriptlet(causing mishandling of DocBook 
-  4.4 and 4.5 DTDs)-#453513
+  4.4 and 4.5 DTDs,#453513)
 
 * Wed Jul 09 2008 Ondrej Vasik <ovasik at redhat.com> - 1.0-37
 - use full paths in xmlcatalog registration




More information about the scm-commits mailing list