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: 18-Jan-2008 08:44:37
Branch: HEAD Handle: 2008011807443600
Modified files:
openpkg-src/subversion subversion.spec
Log:
try to use expat only and only external one
Summary:
Revision Changes Path
1.139 +5 -4 openpkg-src/subversion/subversion.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/subversion/subversion.spec
============================================================================
$ cvs diff -u -r1.138 -r1.139 subversion.spec
--- openpkg-src/subversion/subversion.spec 17 Jan 2008 20:53:23 -0000
1.138
+++ openpkg-src/subversion/subversion.spec 18 Jan 2008 07:44:36 -0000
1.139
@@ -40,7 +40,7 @@
Group: SCM
License: Apache/BSD
Version: %{V_opkg}
-Release: 20080117
+Release: 20080118
# package options
%option with_cvs2svn no
@@ -68,8 +68,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20060823, make, libtool, sed, pkgconfig
PreReq: OpenPKG, openpkg >= 20060823
-BuildPreReq: diffutils, libxml, db, openssl, zlib, libiconv, expat
-PreReq: diffutils, libxml, db, openssl, zlib, libiconv, expat
+BuildPreReq: diffutils, db, openssl, zlib, libiconv, expat
+PreReq: diffutils, db, openssl, zlib, libiconv, expat
%if "%{with_cvs2svn}" == "yes"
PreReq: rcs, python, python::with_dbm = yes
%endif
@@ -165,8 +165,8 @@
--with-dbm=db45 \
--with-ssl=openssl \
--with-zlib \
+ --without-libxml2 \
--without-gssapi \
- --with-libxml2 \
%if "%{with_apache}" == "yes"
--with-apxs \
--disable-mod-activation \
@@ -271,6 +271,7 @@
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/apu-config
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/apr.exp
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/aprutil.exp
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/libexpat.*
rm -rf $RPM_BUILD_ROOT%{l_prefix}/libexec/subversion/neon
rmdir $RPM_BUILD_ROOT%{l_prefix}/libexec/subversion >/dev/null 2>&1 ||
true
rm -rf $RPM_BUILD_ROOT%{l_prefix}/include/apr-0
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]