Browse Source

track 4.8.x only

master
parent
commit
330c460fa8
  1. 6
      gcc48/gcc48.spec

6
gcc48/gcc48.spec

@ -36,7 +36,7 @@ Class: EVAL
Group: Compiler Group: Compiler
License: GPL License: GPL
Version: %{V_full} Version: %{V_full}
Release: 20131130 Release: 20140422
# package options # package options
%option with_binutils yes %option with_binutils yes
@ -93,9 +93,9 @@ Provides: gcc::with_gcc = %{with_gcc}
prog gcc48 = { prog gcc48 = {
version = %{V_full} version = %{V_full}
url = ftp://gcc.gnu.org/pub/gcc/releases/ url = ftp://gcc.gnu.org/pub/gcc/releases/
regex = %{V_full} regex = gcc-(4\.8\.\d+)
url = ftp://gcc.gnu.org/pub/gcc/releases/gcc-__NEWVER__/ url = ftp://gcc.gnu.org/pub/gcc/releases/gcc-__NEWVER__/
regex = gcc-(\d+\.\d+-\d{8})\.tar\.bz2 regex = gcc-(\d+\.\d+\.\d+)\.tar\.bz2
} }
%prep %prep

Loading…
Cancel
Save