OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-Oct-2006 10:57:17
Branch: HEAD Handle: 2006101509571600
Modified files:
openpkg-src/xmlto xmlto.spec
Log:
A few package fixes. Thanks to Michael Schloh.
Summary:
Revision Changes Path
1.21 +9 -4 openpkg-src/xmlto/xmlto.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xmlto/xmlto.spec
============================================================================
$ cvs diff -u -r1.20 -r1.21 xmlto.spec
--- openpkg-src/xmlto/xmlto.spec 13 Oct 2006 17:36:09 -0000 1.20
+++ openpkg-src/xmlto/xmlto.spec 15 Oct 2006 08:57:16 -0000 1.21
@@ -33,7 +33,7 @@
Group: XML
License: GPL
Version: 0.0.18
-Release: 20061013
+Release: 20061015
# list of sources
Source0:
http://cyberelk.net/tim/data/xmlto/stable/xmlto-%{version}.tar.bz2
@@ -41,8 +41,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, libxml, libxslt, docbook,
getopt, mktemp
-PreReq: OpenPKG, openpkg >= 20040130, libxml, libxslt, docbook,
getopt, mktemp
+BuildPreReq: OpenPKG, openpkg >= 20040130
+PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: libxml, libxslt, tetex, docbook, getopt, mktemp
+PreReq: libxml, libxslt, tetex, docbook, getopt, mktemp
AutoReq: no
AutoReqProv: no
@@ -65,9 +67,12 @@
-e 's;/bin/bash;@BASH@;g' \
xmlto.in
%{l_shtool} subst \
- -e 's;/usr/bin/\([a-z]*\);`which \1`;g' \
+ -e 's;/usr/bin/\([a-z0-9\-\.]*\);`which \1`;g' \
format/docbook/txt
%{l_shtool} subst \
+ -e 's;sh \("\$(dirname "\$0")\);%{l_bash} \1;g' \
+ format/docbook/dvi format/docbook/pdf format/docbook/ps
+ %{l_shtool} subst \
-e 's;bash ;$(BASH) ;g' \
Makefile.in
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]