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:26:19
Branch: HEAD Handle: 2003010311261801
Modified files:
openpkg-src/gcc gcc.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.41 +9 -11 openpkg-src/gcc/gcc.spec
1.2518 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.spec
============================================================================
$ cvs diff -u -r1.40 -r1.41 gcc.spec
--- openpkg-src/gcc/gcc.spec 30 Dec 2002 22:03:56 -0000 1.40
+++ openpkg-src/gcc/gcc.spec 3 Jan 2003 11:26:19 -0000 1.41
@@ -28,12 +28,6 @@
%define V_short 3.2.1
%define V_long 3.2.1
-# package options
-%option with_cxx yes
-%option with_optimize yes
-%option with_binutils yes
-%option with_threads yes
-
# package information
Name: gcc
Summary: GNU Compiler Collection
@@ -44,7 +38,13 @@
Group: Language
License: GPL
Version: %{V_short}
-Release: 20021230
+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/releases/gcc-%{V_long}/gcc-%{V_long}.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_long}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2517 -r1.2518 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:25:22 -0000 1.2517
+++ openpkg-web/news.txt 3 Jan 2003 11:26:18 -0000 1.2518
@@ -1,3 +1,4 @@
+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>
03-Jan-2003: New package: P<flex-2.5.4a-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]