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: 02-Jul-2003 21:37:54
Branch: HEAD Handle: 2003070220375301
Modified files:
openpkg-src/xmlto xmlto.spec
openpkg-web news.txt
Log:
use mktemp command which fixes this package under Solaris
Summary:
Revision Changes Path
1.7 +6 -4 openpkg-src/xmlto/xmlto.spec
1.5173 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xmlto/xmlto.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 xmlto.spec
--- openpkg-src/xmlto/xmlto.spec 5 Jun 2003 15:00:53 -0000 1.6
+++ openpkg-src/xmlto/xmlto.spec 2 Jul 2003 19:37:54 -0000 1.7
@@ -33,7 +33,7 @@
Group: SGML
License: GPL
Version: 0.0.14
-Release: 20030605
+Release: 20030702
# list of sources
Source0: http://cyberelk.net/tim/data/xmlto/stable/xmlto-%{version}.tar.bz2
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, libxml, libxslt, docbook, getopt
-PreReq: OpenPKG, openpkg >= 20030103, libxml, libxslt, docbook, getopt
+BuildPreReq: OpenPKG, openpkg >= 20030103, libxml, libxslt, docbook, getopt, mktemp
+PreReq: OpenPKG, openpkg >= 20030103, libxml, libxslt, docbook, getopt, mktemp
AutoReq: no
AutoReqProv: no
@@ -71,7 +71,9 @@
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
- --with-bash=%{l_bash}
+ --with-bash=%{l_bash} \
+ --with-getopt=%{l_prefix}/bin/getopt \
+ --with-mktemp=%{l_prefix}/bin/mktemp
%{l_make} %{l_mflags -O}
%install
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5172 -r1.5173 news.txt
--- openpkg-web/news.txt 2 Jul 2003 19:32:58 -0000 1.5172
+++ openpkg-web/news.txt 2 Jul 2003 19:37:53 -0000 1.5173
@@ -1,3 +1,4 @@
+02-Jul-2003: Upgraded package: P<xmlto-0.0.14-20030702>
02-Jul-2003: New package: P<mktemp-1.5-20030702>
02-Jul-2003: Upgraded package: P<xmlstarlet-0.4.0-20030702>
02-Jul-2003: Upgraded package: P<tripwire-2.3.1.2-20030702>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]