]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- start doing gcc 3.2.1 (cvs)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 22 Oct 2002 22:17:00 +0000 (22:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.111

gcc.spec

index 626adb1a3cd303f292f66188d06c683cd8bd1092..516680c5af8016c4bdadae03cf93bd02c9e4ac46 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -5,17 +5,17 @@
 #
 %define                DASHED_SNAP     %{nil}
 %define                SNAP            %(echo %{DASHED_SNAP} | sed -e "s#-##g")
-%define                GCC_VERSION     3.2
+%define                GCC_VERSION     3.2.1
 %define                KSI_VERSION     pre55
 
 Summary:       GNU Compiler Collection
 Summary(pl):   Kolekcja kompilatorów GNU
 Name:          gcc
 Version:       %{GCC_VERSION}
-Release:       9
+Release:       0.1
 License:       GPL
 Group:         Development/Languages
-Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{GCC_VERSION}/%{name}-%{GCC_VERSION}.tar.bz2
+Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{GCC_VERSION}/%{name}-3.2.tar.bz2
 Source1:       ftp://ftp.pld.org.pl/people/malekith/ksi/ksi-%{KSI_VERSION}.tar.gz
 Patch0:                %{name}-slibdir.patch
 Patch1:                %{name}-paths.patch
@@ -84,6 +84,9 @@ Patch59:      gcc32-locale_in_ctype_members.patch
 Patch60:       gcc32-locale_in_ctype_members_header.patch
 Patch61:       gcc32-libstdc++-glibc.patch
 
+Patch100:      gcc-pre-3.2.1.patch.gz
+
+
 BuildRequires: bison
 BuildRequires: texinfo >= 4.1
 BuildRequires: zlib-devel
@@ -518,8 +521,10 @@ Preprocesor C umo
   odpowiada fragment pliku wynikowego.
 
 %prep
-%setup -q -a1 -n %{name}-%{GCC_VERSION}
+%setup -q -a1 -n %{name}-3.2
 mv ksi-%{KSI_VERSION} gcc/ksi
+%patch100 -p1
+
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -528,10 +533,10 @@ mv ksi-%{KSI_VERSION} gcc/ksi
 %ifarch %{ix86}
 %patch5 -p0
 %endif
-%patch6 -p1
+#%patch6 -p1
 %patch7 -p1
-%patch8 -p1
-%patch9 -p1
+#%patch8 -p1
+#%patch9 -p1
 %patch10 
 %patch11 
 %patch12 
This page took 0.075679 seconds and 4 git commands to generate.