Author: pluto Date: Sun Jul 17 11:04:59 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed R:, release 2 for Th. sgml-common ################################################## /var/tmp/rpm-tmp.9447[10]: /usr/bin/xmlcatalog: not found error: post(sgml-common-0.6.3-5.noarch) scriptlet failed, exit status 127
---- Files affected: SPECS: docbook-style-xsl.spec (1.67 -> 1.68) ---- Diffs: ================================================================ Index: SPECS/docbook-style-xsl.spec diff -u SPECS/docbook-style-xsl.spec:1.67 SPECS/docbook-style-xsl.spec:1.68 --- SPECS/docbook-style-xsl.spec:1.67 Sat Feb 19 12:21:47 2005 +++ SPECS/docbook-style-xsl.spec Sun Jul 17 13:04:54 2005 @@ -4,7 +4,7 @@ Summary(pt_BR): Stylesheets modulares do Norman Walsh para DocBook Name: docbook-style-xsl Version: 1.68.1 -Release: 1 +Release: 2 License: (C) 1997, 1998 Norman Walsh (Free) Vendor: Norman Walsh http://nwalsh.com/ Group: Applications/Publishing/XML @@ -12,8 +12,8 @@ # Source0-md5: f4985efbc0f3411af8106928f8752fc5 URL: http://docbook.sourceforge.net/projects/xsl/index.html BuildRequires: libxml2-progs -Requires(post,postun): /usr/bin/xmlcatalog -Requires(post,postun): /etc/xml/catalog +Requires(pre,postun): /usr/bin/xmlcatalog +Requires(pre,postun): /etc/xml/catalog Requires: /etc/xml/catalog Requires: sgml-common >= 0.5 AutoReqProv: no @@ -99,13 +99,11 @@ %post if ! grep -q %{catalog} /etc/xml/catalog ; then %xmlcat_add %{catalog} - fi %preun if [ "$1" = "0" ] ; then %xmlcat_del %{catalog} - fi %files @@ -127,6 +125,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.68 2005/07/17 11:04:54 pluto +- fixed R:, release 2 for Th. + + sgml-common ################################################## + /var/tmp/rpm-tmp.9447[10]: /usr/bin/xmlcatalog: not found + error: post(sgml-common-0.6.3-5.noarch) scriptlet failed, exit status 127 + Revision 1.67 2005/02/19 11:21:47 qboosh - updated to 1.68.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/docbook-style-xsl.spec?r1=1.67&r2=1.68&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
