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: 17-Feb-2005 16:20:58
Branch: HEAD Handle: 2005021715205700
Modified files:
openpkg-src/jabberd jabberd.spec
Log:
try to fix building on various platforms
Summary:
Revision Changes Path
1.29 +5 -4 openpkg-src/jabberd/jabberd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/jabberd/jabberd.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 jabberd.spec
--- openpkg-src/jabberd/jabberd.spec 1 Jan 2005 10:50:45 -0000 1.28
+++ openpkg-src/jabberd/jabberd.spec 17 Feb 2005 15:20:57 -0000 1.29
@@ -38,7 +38,7 @@
Group: Network
License: JOSL/GPL
Version: %{V_major}%{V_minor}
-Release: 20041201
+Release: 20050217
# package options
%option with_mysql no
@@ -53,10 +53,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, config
PreReq: OpenPKG, openpkg >= 20040130, perl
-BuildPreReq: pth, openssl, libidn
-PreReq: pth, openssl, libidn
+BuildPreReq: pth, openssl, libidn, libiconv
+PreReq: pth, openssl, libidn, libiconv
BuildPreReq: db
PreReq: db
%if "%{with_mysql}" == "yes"
@@ -91,6 +91,7 @@
%prep
%setup -q -n jabberd-%{version}
%patch -p0
+ %{l_prefix}/bin/config install
%{l_shtool} subst \
-e 's;exec perl;exec %{l_prefix}/bin/perl;' \
tools/jabberd.in
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]