OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 30-May-2003 21:02:01
Branch: HEAD Handle: 2003053020015802
Modified files:
openpkg-src/sgml sgml.spec
openpkg-web news.txt
Log:
make sure the catalog is not destroyed on upgrades
Summary:
Revision Changes Path
1.25 +5 -3 openpkg-src/sgml/sgml.spec
1.4656 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sgml/sgml.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 sgml.spec
--- openpkg-src/sgml/sgml.spec 16 Jan 2003 16:38:47 -0000 1.24
+++ openpkg-src/sgml/sgml.spec 30 May 2003 19:02:00 -0000 1.25
@@ -32,8 +32,8 @@
Distribution: OpenPKG [PLUS]
Group: SGML
License: PD
-Version: 20030116
-Release: 20030116
+Version: 20030530
+Release: 20030530
# list of sources
Source0: mkcatalog
@@ -64,7 +64,9 @@
%{l_shtool} install -c -m 755 -e 's;@l_prefix@;%{l_prefix};g' \
-e 's;@l_prefix@;%{l_prefix};' \
%{SOURCE mkcatalog} $RPM_BUILD_ROOT%{l_prefix}/bin/
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
+ %{l_files_std} \
+ '%config %{l_prefix}/share/sgml/catalog'
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4655 -r1.4656 news.txt
--- openpkg-web/news.txt 30 May 2003 18:57:41 -0000 1.4655
+++ openpkg-web/news.txt 30 May 2003 19:01:58 -0000 1.4656
@@ -1,3 +1,4 @@
+30-May-2003: Upgraded package: P<sgml-20030530-20030530>
30-May-2003: Upgraded package: P<xfig-3.2.4-20030530>
30-May-2003: Upgraded package: P<xboard-4.2.6-20030530>
30-May-2003: Upgraded package: P<vcg-1.30.3.17-20030530>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]