OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 28-Dec-2002 10:36:13
Branch: HEAD Handle: 2002122809361101
Modified files:
openpkg-re/vcheck vc.sqlite
openpkg-src/sqlite sqlite.spec
openpkg-web news.txt
Log:
upgrade to 2.75; fix %description; modernize flags
Summary:
Revision Changes Path
1.19 +1 -1 openpkg-re/vcheck/vc.sqlite
1.30 +11 -13 openpkg-src/sqlite/sqlite.spec
1.2394 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.sqlite
============================================================================
$ cvs diff -u -r1.18 -r1.19 vc.sqlite
--- openpkg-re/vcheck/vc.sqlite 18 Dec 2002 09:06:33 -0000 1.18
+++ openpkg-re/vcheck/vc.sqlite 28 Dec 2002 09:36:11 -0000 1.19
@@ -2,7 +2,7 @@
}
prog sqlite = {
- version = 2.7.4
+ version = 2.7.5
url = http://www.hwaci.com/sw/sqlite/download.html
regex = sqlite-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 20 Dec 2002 19:33:31 -0000 1.29
+++ openpkg-src/sqlite/sqlite.spec 28 Dec 2002 09:36:12 -0000 1.30
@@ -43,8 +43,8 @@
Distribution: OpenPKG [BASE]
Group: Database
License: PD
-Version: 2.7.4
-Release: 20021218
+Version: 2.7.5
+Release: 20021228
# list of sources
Source0: http://www.hwaci.com/sw/sqlite/sqlite-%{version}.tar.gz
@@ -52,8 +52,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021020
+PreReq: OpenPKG, openpkg >= 20021020
%if "%{with_readline}" == "yes"
BuildPreReq: readline
%endif
@@ -71,11 +71,10 @@
the server. The SQLite library reads and writes directly to and from
the database files on disk.
- Options: with_utf8=%{with_utf8}
- Options: with_assert=%{with_assert}
- Options: with_readline=%{with_readline}
-
Options: none
+ --define "with_utf8 %{with_utf8}"
+ --define "with_assert %{with_assert}"
+ --define "with_readline %{with_readline}"
%prep
%setup -q -n sqlite
@@ -84,11 +83,11 @@
%build
CC="%{l_cc}"
export CC
- CPPFLAGS=""
+ CPPFLAGS="%{l_cppflags}"
export CPPFLAGS
CFLAGS="%{l_cflags -O}"
export CFLAGS
- LDFLAGS=""
+ LDFLAGS="%{l_ldflags}"
export LDFLAGS
LIBS=""
export LIBS
@@ -96,9 +95,8 @@
CFLAGS="$CFLAGS -DNDEBUG=1"
%endif
%if "%{with_readline}" == "yes"
- CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include -I%{l_prefix}/include/readline"
- CFLAGS="$CFLAGS -I%{l_prefix}/include -I%{l_prefix}/include/readline"
- LDFLAGS="$LDFLAGS -L%{l_prefix}/lib"
+ CPPFLAGS="$CPPFLAGS %{l_cppflags readline}"
+ CFLAGS="$CFLAGS %{l_cppflags readline}"
LIBS="$LIBS -lreadline -ltermcap"
%endif
./configure \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2393 -r1.2394 news.txt
--- openpkg-web/news.txt 28 Dec 2002 09:23:44 -0000 1.2393
+++ openpkg-web/news.txt 28 Dec 2002 09:36:11 -0000 1.2394
@@ -1,3 +1,4 @@
+28-Dec-2002: Upgraded package: P<sqlite-2.7.5-20021218>
28-Dec-2002: Upgraded package: P<perl-parse-20021228-20021228>
27-Dez-2002: Upgraded package: P<xerces-c-2.1.0-20021227>
27-Dec-2002: Upgraded package: P<rsync-2.5.5-20021227>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]