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 15:52:47
Branch: HEAD Handle: 2002123014524601
Modified files:
openpkg-src/fsl fsl.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.27 +5 -8 openpkg-src/fsl/fsl.spec
1.2436 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/fsl/fsl.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 fsl.spec
--- openpkg-src/fsl/fsl.spec 9 Nov 2002 19:03:22 -0000 1.26
+++ openpkg-src/fsl/fsl.spec 30 Dec 2002 14:52:47 -0000 1.27
@@ -24,9 +24,7 @@
##
# package options
-%ifndef with_fsl_debug
-%define with_fsl_debug no
-%endif
+%option with_fsl_debug no
# package information
Name: fsl
@@ -38,7 +36,7 @@
Group: System
License: MIT-style
Version: 1.0.6
-Release: 20021109
+Release: 20021230
# list of sources
Source0: ftp://ftp.ossp.org/pkg/lib/fsl/fsl-%{version}.tar.gz
@@ -47,8 +45,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021230, gcc
+PreReq: OpenPKG, openpkg >= 20021230
AutoReq: no
AutoReqProv: no
@@ -62,8 +60,7 @@
third-party programs without the requirement to change the source code
of the program.
- Options:
- --define 'with_fsl_debug %{with_fsl_debug}'
+ %options
%prep
%setup -q
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2435 -r1.2436 news.txt
--- openpkg-web/news.txt 30 Dec 2002 14:52:00 -0000 1.2435
+++ openpkg-web/news.txt 30 Dec 2002 14:52:46 -0000 1.2436
@@ -1,3 +1,4 @@
+30-Dec-2002: Upgraded package: P<fsl-1.0.6-20021230>
30-Dec-2002: Upgraded package: P<flex-2.5.4a-20021230>
30-Dec-2002: Upgraded package: P<emacs-21.2-20021230>
30-Dec-2002: Upgraded package: P<bison-1.35-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]