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:27:15
Branch: HEAD Handle: 2003010311271302
Modified files:
openpkg-src/gcc33 gcc33.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.6 +9 -11 openpkg-src/gcc33/gcc33.spec
1.2519 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc33/gcc33.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 gcc33.spec
--- openpkg-src/gcc33/gcc33.spec 31 Dec 2002 18:55:33 -0000 1.5
+++ openpkg-src/gcc33/gcc33.spec 3 Jan 2003 11:27:15 -0000 1.6
@@ -29,12 +29,6 @@
%define V_snap_comp 20021230
%define V_snap_dash 2002-12-30
-# package options
-%option with_cxx yes
-%option with_optimize yes
-%option with_binutils yes
-%option with_threads yes
-
# package information
Name: gcc33
Summary: GNU Compiler Collection (3.3)
@@ -45,7 +39,13 @@
Group: Language
License: GPL
Version: %{V_major}s%{V_snap_comp}
-Release: 20021231
+Release: 20030103
+
+# package options
+%option with_cxx yes
+%option with_optimize yes
+%option with_binutils yes
+%option with_threads yes
# list of sources
Source0:
ftp://gcc.gnu.org/pub/gcc/snapshots/%{V_snap_dash}/gcc-%{V_snap_comp}.tar.bz2
@@ -53,8 +53,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230, make
-PreReq: OpenPKG, openpkg >= 20021230
+BuildPreReq: OpenPKG, openpkg >= 20030103, make
+PreReq: OpenPKG, openpkg >= 20030103
%if "%{with_binutils}" == "yes"
BuildPreReq: binutils >= 2.13
PreReq: binutils >= 2.13
@@ -65,8 +65,6 @@
%description
The GNU Compiler Collection (GCC) provides a standard conforming and
highly portable ISO C and ISO C++ compiler.
-
- %options -p13
%prep
%setup -q -n gcc-%{V_snap_comp}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2518 -r1.2519 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:26:18 -0000 1.2518
+++ openpkg-web/news.txt 3 Jan 2003 11:27:13 -0000 1.2519
@@ -1,3 +1,4 @@
+03-Jan-2003: New package: P<gcc33-3.3s20021230-20030103>
03-Jan-2003: New package: P<gcc-3.2.1-20030103>
03-Jan-2003: New package: P<fsl-1.0.6-20030103>
03-Jan-2003: New package: P<emacs-21.2-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]