瀏覽代碼

change URLs

master
父節點
當前提交
3a54eacb59
  1. 6
      gcc8/gcc8.spec

6
gcc8/gcc8.spec

@ -37,7 +37,7 @@ Class: EVAL
Group: Compiler Group: Compiler
License: GPL License: GPL
Version: %{V_full}s%{V_snap} Version: %{V_full}s%{V_snap}
Release: 20171009 Release: 20171010
# package options # package options
%option with_binutils yes %option with_binutils yes
@ -53,7 +53,7 @@ Release: 20171009
%option with_gcc no %option with_gcc no
# list of sources # list of sources
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{V_full}-%{V_snap}/gcc-%{V_full}-%{V_snap}.tar.xz Source0: http://gcc.gnu.org/pub/gcc/snapshots/%{V_full}-%{V_snap}/gcc-%{V_full}-%{V_snap}.tar.xz
Patch0: gcc8.patch Patch0: gcc8.patch
# build information # build information
@ -97,7 +97,7 @@ Provides: gcc::with_gcc = %{with_gcc}
%track %track
prog gcc8 = { prog gcc8 = {
version = %{V_full}-%{V_snap} version = %{V_full}-%{V_snap}
url = ftp://gcc.gnu.org/pub/gcc/snapshots/ url = http://gcc.gnu.org/pub/gcc/snapshots/
regex = (%{V_full}-\d{8}) regex = (%{V_full}-\d{8})
} }

Loading…
取消
儲存