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:55:59
Branch: HEAD Handle: 2002123019555701
Modified files:
openpkg-src/tcl tcl.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.26 +5 -8 openpkg-src/tcl/tcl.spec
1.2457 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tcl/tcl.spec
============================================================================
$ cvs diff -u -r1.25 -r1.26 tcl.spec
--- openpkg-src/tcl/tcl.spec 23 Oct 2002 06:52:13 -0000 1.25
+++ openpkg-src/tcl/tcl.spec 30 Dec 2002 19:55:58 -0000 1.26
@@ -29,9 +29,7 @@
%define V_level 1
# package options
-%ifndef with_x11
-%define with_x11 %{l_test -p x11}
-%endif
+%option with_x11 %{l_test -p x11}
# package information
Name: tcl
@@ -43,7 +41,7 @@
Group: Language
License: GPL
Version: %{V_major}.%{V_minor}.%{V_level}
-Release: 20021023
+Release: 20021230
# 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
@@ -52,8 +50,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021230
+PreReq: OpenPKG, openpkg >= 20021230
%if "%{with_x11}" == "yes"
BuildPreReq: X11
PreReq: X11
@@ -65,8 +63,7 @@
The Tool Command Language (TCL), optionally including the
popular TCL Widget Toolkit (Tk).
- Options:
- --define 'with_x11 %{with_x11}'
+ %options
%prep
%setup0 -q -c -n tcl-%{V_major}.%{V_minor}.%{V_level}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2456 -r1.2457 news.txt
--- openpkg-web/news.txt 30 Dec 2002 19:55:43 -0000 1.2456
+++ openpkg-web/news.txt 30 Dec 2002 19:55:57 -0000 1.2457
@@ -1,3 +1,4 @@
+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>
30-Dec-2002: Upgraded package: P<spegla-1.1p4-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]