OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src openpkg-web Date: 05-Jun-2003 17:59:01 Branch: HEAD Handle: 2003060516590001 Modified files: openpkg-src/instant instant.spec openpkg-web news.txt Log: adapt for new SGML catalogs Summary: Revision Changes Path 1.22 +7 -3 openpkg-src/instant/instant.spec 1.4742 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/instant/instant.spec ============================================================================ $ cvs diff -u -r1.21 -r1.22 instant.spec --- openpkg-src/instant/instant.spec 3 Jan 2003 10:52:36 -0000 1.21 +++ openpkg-src/instant/instant.spec 5 Jun 2003 15:59:01 -0000 1.22 @@ -33,7 +33,7 @@ Group: SGML License: BSD Version: 1.0 -Release: 20020315 +Release: 20030605 # list of sources Source0: instant-%{version}.tar.gz @@ -87,11 +87,15 @@ %post if [ $1 -eq 1 ]; then - $RPM_INSTALL_PREFIX/bin/mkcatalog -q install transpec + $RPM_INSTALL_PREFIX/bin/sgmlcatalog \ + -p "-//OSF//DTD transpec" \ + -x \ + -i transpec fi %preun if [ $1 -eq 0 ]; then - $RPM_INSTALL_PREFIX/bin/mkcatalog -q deinstall transpec + $RPM_INSTALL_PREFIX/bin/sgmlcatalog \ + -d transpec fi @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.4741 -r1.4742 news.txt --- openpkg-web/news.txt 5 Jun 2003 15:24:25 -0000 1.4741 +++ openpkg-web/news.txt 5 Jun 2003 15:59:00 -0000 1.4742 @@ -1,3 +1,4 @@ +05-Jun-2003: Upgraded package: P<instant-1.0-20030605> 05-Jun-2003: Upgraded package: P<mysql4-4.0.13-20030605> 05-Jun-2003: Upgraded package: P<xmlto-0.0.14-20030605> 05-Jun-2003: Upgraded package: P<docbook-4.2-20030605> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]