From fe95502b073095f88282497ac9acd1e548772414 Mon Sep 17 00:00:00 2001 From: eastb233 Date: Tue, 20 Oct 2020 09:45:39 +0800 Subject: [PATCH] Add URL and Source0 url --- gcc.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index e203c61..5e4eb3b 100644 --- a/gcc.spec +++ b/gcc.spec @@ -61,7 +61,9 @@ Name: gcc Version: %{gcc_version} Release: %{DATE}.12 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD -Source0: gcc-9.3.0.tar.xz +URL: https://gcc.gnu.org + +Source0: https://ftp.gnu.org/gnu/gcc/gcc-9.3.0/gcc-9.3.0.tar.xz %global isl_version 0.16.1 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -- Gitee