]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- argh, fixed version
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 25 Jun 2001 21:08:14 +0000 (21:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.81.2.31

gcc.spec

index fa0c72e0b76eb87cbc96fbc18ff0275bf4b6798b..0284d1feebb62928217f80b59f9f40be3dfaec80 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,3 +1,4 @@
+%define                GCC_VERSION     3.0
 %define                STDC_VERSION    3.0.0
 %define                GCJ_VERSION     3.0.0
 Summary:       GNU Compiler Collection
@@ -9,7 +10,7 @@ License:       GPL
 Group:         Development/Languages
 Group(de):     Entwicklung/Sprachen
 Group(pl):     Programowanie/Jêzyki
-Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{snap}/%{name}-%{version}.tar.bz2
+Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{GCC_VERSION}/%{name}-%{GCC_VERSION}.tar.bz2
 BuildRequires: bison
 BuildRequires: texinfo
 BuildRequires: zlib-devel
@@ -358,7 +359,7 @@ Preprocesor C umo
   odpowiada fragment pliku wynikowego.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{GCC_VERSION}
 
 %build
 cd gcc && autoconf; cd ..
This page took 0.112865 seconds and 4 git commands to generate.