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: 03-Jan-2003 12:45:29
Branch: HEAD Handle: 2003010311452702
Modified files:
openpkg-src/vim vim.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.142 +5 -5 openpkg-src/vim/vim.spec
1.2541 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/vim/vim.spec
============================================================================
$ cvs diff -u -r1.141 -r1.142 vim.spec
--- openpkg-src/vim/vim.spec 3 Jan 2003 10:55:36 -0000 1.141
+++ openpkg-src/vim/vim.spec 3 Jan 2003 11:45:29 -0000 1.142
@@ -28,9 +28,6 @@
%define V_vs 61
%define V_pl 270
-# package options
-%option with_x11 no
-
# package information
Name: vim
Summary: The Vi (Improved) Text Editor
@@ -43,6 +40,9 @@
Version: %{V_vl}.%{V_pl}
Release: 20030103
+# package options
+%option with_x11 no
+
# list of sources
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}-src1.tar.gz
Source1: ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}-src2.tar.gz
@@ -60,8 +60,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230
-PreReq: OpenPKG, openpkg >= 20021230
+BuildPreReq: OpenPKG, openpkg >= 20030103
+PreReq: OpenPKG, openpkg >= 20030103
%if "%{with_x11}" == "yes"
BuildPreReq: X11, gtk
PreReq: X11, gtk
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2540 -r1.2541 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:44:36 -0000 1.2540
+++ openpkg-web/news.txt 3 Jan 2003 11:45:27 -0000 1.2541
@@ -1,3 +1,4 @@
+03-Jan-2003: New package: P<vim-6.1.270-20030103>
03-Jan-2003: New package: P<tcl-8.4.1-20030103>
03-Jan-2003: New package: P<sudo-1.6.6-20030103>
03-Jan-2003: New package: P<sendmail-8.12.7-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]