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 Date: 15-Jan-2003 17:35:56
Branch: HEAD Handle: 2003011516355501
Modified files:
openpkg-src/sqlite sqlite.spec
openpkg-web news.txt
Log:
switch to %option
Summary:
Revision Changes Path
1.34 +8 -14 openpkg-src/sqlite/sqlite.spec
1.2830 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 3 Jan 2003 10:55:02 -0000 1.33
+++ openpkg-src/sqlite/sqlite.spec 15 Jan 2003 16:35:56 -0000 1.34
@@ -23,17 +23,6 @@
## SUCH DAMAGE.
##
-# package options
-%ifndef with_utf8
-%define with_utf8 no
-%endif
-%ifndef with_assert
-%define with_assert no
-%endif
-%ifndef with_readline
-%define with_readline no
-%endif
-
# package information
Name: sqlite
Summary: SQL Lite
@@ -44,7 +33,12 @@
Group: Database
License: PD
Version: 2.7.5
-Release: 20021228
+Release: 20030115
+
+# package options
+%option with_utf8 no
+%option with_assert no
+%option with_readline no
# list of sources
Source0: http://www.hwaci.com/sw/sqlite/sqlite-%{version}.tar.gz
@@ -52,8 +46,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021020
-PreReq: OpenPKG, openpkg >= 20021020
+BuildPreReq: OpenPKG, openpkg >= 20030114
+PreReq: OpenPKG, openpkg >= 20030114
%if "%{with_readline}" == "yes"
BuildPreReq: readline
%endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2829 -r1.2830 news.txt
--- openpkg-web/news.txt 15 Jan 2003 16:34:44 -0000 1.2829
+++ openpkg-web/news.txt 15 Jan 2003 16:35:55 -0000 1.2830
@@ -1,3 +1,4 @@
+15-Jan-2003: Upgraded package: P<sqlite-2.7.5-20030115>
15-Jan-2003: Upgraded package: P<ethereal-0.9.8-20030115>
15-Jan-2003: Upgraded package: P<gif2png-2.4.6-20030115>
15-Jan-2003: Upgraded package: P<librsync-0.9.5-20030115>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]