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: 30-Dec-2002 20:58:06
Branch: HEAD Handle: 2002123019580501
Modified files:
openpkg-src/vim vim.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.137 +5 -8 openpkg-src/vim/vim.spec
1.2458 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/vim/vim.spec
============================================================================
$ cvs diff -u -r1.136 -r1.137 vim.spec
--- openpkg-src/vim/vim.spec 28 Dec 2002 19:12:06 -0000 1.136
+++ openpkg-src/vim/vim.spec 30 Dec 2002 19:58:06 -0000 1.137
@@ -29,9 +29,7 @@
%define V_pl 267
# package options
-%ifndef with_x11
-%define with_x11 no
-%endif
+%option with_x11 no
# package information
Name: vim
@@ -43,7 +41,7 @@
Group: Editor
License: Charityware
Version: %{V_vl}.%{V_pl}
-Release: 20021228
+Release: 20021230
# list of sources
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}-src1.tar.gz
@@ -124,8 +122,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020714
-PreReq: OpenPKG, openpkg >= 20020714
+BuildPreReq: OpenPKG, openpkg >= 20021230
+PreReq: OpenPKG, openpkg >= 20021230
%if "%{with_x11}" == "yes"
BuildPreReq: X11, gtk
PreReq: X11, gtk
@@ -141,8 +139,7 @@
multi windows and buffers, syntax highlighting, com- mand line editing,
filename completion, on-line help, and visual selection.
- Options:
- --define 'with_x11 %{with_x11}'
+ %options
%prep
%setup0 -q -c
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2457 -r1.2458 news.txt
--- openpkg-web/news.txt 30 Dec 2002 19:55:57 -0000 1.2457
+++ openpkg-web/news.txt 30 Dec 2002 19:58:05 -0000 1.2458
@@ -1,3 +1,4 @@
+30-Dec-2002: Upgraded package: P<vim-6.1.267-20021230>
30-Dec-2002: Upgraded package: P<tcl-8.4.1-20021230>
30-Dec-2002: Upgraded package: P<sudo-1.6.6-20021230>
30-Dec-2002: Upgraded package: P<sasl-2.1.10-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]