OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Peter Smej
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 14-Feb-2003 11:28:02
Branch: HEAD Handle: 2003021410280002
Modified files:
openpkg-re/vcheck vc.sitecopy
openpkg-src/sitecopy sitecopy.spec
openpkg-web news.txt
Log:
upgrading package: sitecopy 0.11.4 -> 0.12.0
Summary:
Revision Changes Path
1.2 +1 -1 openpkg-re/vcheck/vc.sitecopy
1.25 +17 -5 openpkg-src/sitecopy/sitecopy.spec
1.3305 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.sitecopy
============================================================================
$ cvs diff -u -r1.1 -r1.2 vc.sitecopy
--- openpkg-re/vcheck/vc.sitecopy 15 Mar 2002 18:34:25 -0000 1.1
+++ openpkg-re/vcheck/vc.sitecopy 14 Feb 2003 10:28:00 -0000 1.2
@@ -2,7 +2,7 @@
}
prog sitecopy = {
- version = 0.11.4
+ version = 0.12.0
url = http://www.lyra.org/sitecopy/
regex = sitecopy-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sitecopy/sitecopy.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 sitecopy.spec
--- openpkg-src/sitecopy/sitecopy.spec 3 Jan 2003 10:54:55 -0000 1.24
+++ openpkg-src/sitecopy/sitecopy.spec 14 Feb 2003 10:28:02 -0000 1.25
@@ -32,8 +32,8 @@
Distribution: OpenPKG [BASE]
Group: Web
License: GPL
-Version: 0.11.4
-Release: 20020820
+Version: 0.12.0
+Release: 20030214
# list of sources
Source0: http://www.lyra.org/sitecopy/sitecopy-%{version}.tar.gz
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, openssl, make, gcc
+BuildPreReq: OpenPKG, openpkg >= 20020206, openssl, make, gcc, libxml, expat
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no
@@ -53,17 +53,29 @@
%setup -q
%build
+ # fix broken archive
+ %{l_shtool} subst \
+ -e 's;@PACKAGE@;@PACKAGE_NAME@;' \
+ -e 's;@VERSION@;@PACKAGE_VERSION@;' \
+ -e 's; FAQ ; ;' \
+ Makefile.in
+ # avoid picking up installed library
+ %{l_shtool} subst -e 's;-lneon;\$neon_bundled_builddir/libneon.a;' configure
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags} -I%{l_prefix}/include/libxml2" \
+ LDFLAGS="%{l_ldflags} -L%{l_prefix}/lib" \
./configure \
--prefix=%{l_prefix} \
--with-ssl=%{l_prefix} \
- --with-included-expat \
- --with-included-neon \
+ --with-included-neon \
+ --with-libxml2 \
--without-gnome \
--disable-rsh \
--disable-nls
+ %{l_shtool} subst -e 's;lib/getopt1;lib/getopt1.o lib/getopt;' Makefile
%{l_make} %{l_mflags -O}
+
%install
rm -rf $RPM_BUILD_ROOT
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3304 -r1.3305 news.txt
--- openpkg-web/news.txt 14 Feb 2003 10:11:06 -0000 1.3304
+++ openpkg-web/news.txt 14 Feb 2003 10:28:00 -0000 1.3305
@@ -1,3 +1,4 @@
+14-Feb-2003: Upgraded package: P<sitecopy-0.12.0-20030214>
14-Feb-2003: New package: P<rdesktop-1.2.0-20030214>
14-Feb-2003: Upgraded package: P<cadaver-0.21.0-20030214>
14-Feb-2003: Upgraded package: P<perl-xml-20030214-20030214>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]