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:44:37
Branch: HEAD Handle: 2003010311443601
Modified files:
openpkg-src/tcl tcl.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.29 +6 -6 openpkg-src/tcl/tcl.spec
1.2540 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tcl/tcl.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 tcl.spec
--- openpkg-src/tcl/tcl.spec 3 Jan 2003 10:55:12 -0000 1.28
+++ openpkg-src/tcl/tcl.spec 3 Jan 2003 11:44:37 -0000 1.29
@@ -28,9 +28,6 @@
%define V_minor 4
%define V_level 1
-# package options
-%option with_x11 %{l_test -p x11}
-
# package information
Name: tcl
Summary: Tool Command Language (TCL)
@@ -41,7 +38,10 @@
Group: Language
License: GPL
Version: %{V_major}.%{V_minor}.%{V_level}
-Release: 20021230
+Release: 20030103
+
+# package options
+%option with_x11 %{l_test -p x11}
# list of sources
Source0:
ftp://ftp.scriptics.com/pub/tcl/tcl%{V_major}_%{V_minor}/tcl%{V_major}.%{V_minor}.%{V_level}-src.tar.gz
@@ -50,8 +50,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
PreReq: X11
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2539 -r1.2540 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:43:44 -0000 1.2539
+++ openpkg-web/news.txt 3 Jan 2003 11:44:36 -0000 1.2540
@@ -1,3 +1,4 @@
+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>
03-Jan-2003: New package: P<spegla-1.1p4-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]