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: 05-Mar-2005 20:29:57
Branch: HEAD Handle: 2005030519295700
Modified files:
openpkg-src/sitecopy sitecopy.spec
Log:
upgrading package: sitecopy 0.14.3 -> 0.15.0
Summary:
Revision Changes Path
1.45 +6 -5 openpkg-src/sitecopy/sitecopy.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sitecopy/sitecopy.spec
============================================================================
$ cvs diff -u -r1.44 -r1.45 sitecopy.spec
--- openpkg-src/sitecopy/sitecopy.spec 5 Jan 2005 08:00:30 -0000
1.44
+++ openpkg-src/sitecopy/sitecopy.spec 5 Mar 2005 19:29:57 -0000
1.45
@@ -33,8 +33,8 @@
Class: BASE
Group: Web
License: GPL
-Version: 0.14.3
-Release: 20050105
+Version: 0.15.0
+Release: 20050305
# list of sources
Source0: http://www.lyra.org/sitecopy/sitecopy-%{version}.tar.gz
@@ -43,9 +43,9 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc
-BuildPreReq: openssl, libxml, expat, getopt
PreReq: OpenPKG, openpkg >= 20040130
-PreReq: openssl, libxml, expat, getopt
+BuildPreReq: openssl, neon, libxml, expat, getopt
+PreReq: openssl, neon, libxml, expat, getopt
AutoReq: no
AutoReqProv: no
@@ -74,7 +74,7 @@
--cache-file=./config.cache \
--prefix=%{l_prefix} \
--with-ssl \
- --with-included-neon \
+ --without-included-neon \
--with-libxml2 \
--without-gnome \
--disable-rsh \
@@ -86,6 +86,7 @@
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share
rm -rf $RPM_BUILD_ROOT%{l_prefix}/doc
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/fr
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]