Browse Source

use mktemp command which fixes this package under Solaris

master
parent
commit
4ddcc0c9c9
  1. 10
      xmlto/xmlto.spec

10
xmlto/xmlto.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
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 @@ Source0: http://cyberelk.net/tim/data/xmlto/stable/xmlto-%{version}.tar.bz2
# 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 @@ AutoReqProv: no
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

Loading…
Cancel
Save