Browse Source

upgrading package: gcc34 3.4s20030709 -> 3.4s20030723

Ralf S. Engelschall 22 years ago
parent
commit
729b8f672c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      gcc34/gcc34.spec

+ 4 - 4
gcc34/gcc34.spec

@@ -26,7 +26,7 @@
 #   package version
 %define       V_full         3.4
 %define       V_comp         34
-%define       V_snap         20030709
+%define       V_snap         20030723
 
 #   package information
 Name:         gcc34
@@ -38,7 +38,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Language
 License:      GPL
 Version:      %{V_full}s%{V_snap}
-Release:      20030723
+Release:      20030724
 
 #   package options
 %option       with_cxx       yes
@@ -48,7 +48,7 @@ Release:      20030723
 %option       with_gcc       no
 
 #   list of sources
-Source0:      ftp://gcc.gnu.org/pub/gcc/snapshots/%{V_full}-%{V_snap}/gcc-%{V_snap}.tar.bz2
+Source0:      ftp://gcc.gnu.org/pub/gcc/snapshots/%{V_full}-%{V_snap}/gcc-%{V_full}-%{V_snap}.tar.bz2
 Patch0:       gcc34.patch
 
 #   build information
@@ -71,7 +71,7 @@ Provides:     gcc = %{version}-%{release}
     highly portable ISO C and ISO C++ compiler.
 
 %prep
-    %setup -q -n gcc-%{V_snap}
+    %setup -q -n gcc-%{V_full}-%{V_snap}
     %patch -p0
     %{l_shtool} subst -v -s \
         -e "s;PREFIX_INCLUDE_DIR;PREFIX_INCLUDE_DIR_DISABLED;g" \