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: 03-Oct-2003 16:58:15
Branch: HEAD Handle: 2003100315581203
Modified files:
openpkg-src/docbook docbook.spec
openpkg-web news.txt
Log:
fix the file list (the exclusion of the top-level dir was removed
accidently recently)
Summary:
Revision Changes Path
1.65 +3 -2 openpkg-src/docbook/docbook.spec
1.6837 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/docbook/docbook.spec
============================================================================
$ cvs diff -u -r1.64 -r1.65 docbook.spec
--- openpkg-src/docbook/docbook.spec 29 Sep 2003 18:51:27 -0000 1.64
+++ openpkg-src/docbook/docbook.spec 3 Oct 2003 14:58:15 -0000 1.65
@@ -44,7 +44,7 @@
Group: SGML
License: BSD
Version: 4.2
-Release: 20030929
+Release: 20031003
# list of sources
Source0:
http://www.oasis-open.org/docbook/xml/%{V_dtd_xml}/docbook-xml-%{V_dtd_xml}.zip
@@ -179,7 +179,8 @@
) || exit $?
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
- %{l_files_std}
+ %{l_files_std} \
+ '%not %dir %{l_prefix}/share/sgml'
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6836 -r1.6837 news.txt
--- openpkg-web/news.txt 3 Oct 2003 14:56:21 -0000 1.6836
+++ openpkg-web/news.txt 3 Oct 2003 14:58:12 -0000 1.6837
@@ -1,3 +1,4 @@
+03-Oct-2003: Upgraded package: P<docbook-4.2-20031003>
03-Oct-2003: Upgraded package: P<docbook-4.2-1.3.1>
03-Oct-2003: Upgraded package: P<openjade-1.3.2-20031003>
03-Oct-2003: Upgraded package: P<opensp-1.5-20031003>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]