Browse Source

change URLs

master
parent
commit
f849352839
  1. 6
      gcc6/gcc6.spec

6
gcc6/gcc6.spec

@ -36,7 +36,7 @@ Class: EVAL
Group: Compiler
License: GPL
Version: %{V_full}
Release: 20170902
Release: 20171010
# package options
%option with_binutils yes
@ -52,7 +52,7 @@ Release: 20170902
%option with_gcc no
# list of sources
Source0: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{V_full}/gcc-%{V_full}.tar.xz
Source0: http://gcc.gnu.org/pub/gcc/releases/gcc-%{V_full}/gcc-%{V_full}.tar.xz
Patch0: gcc6.patch
# build information
@ -96,7 +96,7 @@ Provides: gcc::with_gcc = %{with_gcc}
%track
prog gcc6 = {
version = %{V_full}
url = ftp://gcc.gnu.org/pub/gcc/releases/
url = http://gcc.gnu.org/pub/gcc/releases/
regex = gcc-(6\.\d+\.\d+)
}

Loading…
Cancel
Save