Browse Source

upgrade to GCC 3.0.3

master
parent
commit
d7a0e4cf48
  1. 11
      gcc/gcc.spec

11
gcc/gcc.spec

@ -23,9 +23,9 @@
## SUCH DAMAGE. ## SUCH DAMAGE.
## ##
%define V_major 3.0.2 %define V_major 3.0.3
%define V_short 3.0.2 %define V_short 3.0.3
%define V_long 3.0.2 %define V_long 3.0.3
# package information # package information
Name: gcc Name: gcc
@ -37,7 +37,7 @@ Distribution: OpenPKG [REL]
Group: Language Group: Language
License: GPL License: GPL
Version: %{V_short} Version: %{V_short}
Release: 20011201 Release: 20011222
# list of sources # list of sources
Source0: ftp://gcc.gnu.org/pub/gcc/releases/%{V_long}/gcc-%{V_long}.tar.bz2 Source0: ftp://gcc.gnu.org/pub/gcc/releases/%{V_long}/gcc-%{V_long}.tar.bz2
@ -51,7 +51,8 @@ AutoReq: no
AutoReqProv: no AutoReqProv: no
%description %description
The GNU Compiler Collection (GCC) provides C and C++ compilers. The GNU Compiler Collection (GCC) provides a standard conforming and
highly portable ISO C and ISO C++ compiler.
%prep %prep
%setup -q -n gcc-%{V_long} %setup -q -n gcc-%{V_long}

Loading…
Cancel
Save