From 7d1dc2963ff4969c06d637215699cac34035773e Mon Sep 17 00:00:00 2001 From: eastb233 Date: Wed, 21 Oct 2020 16:52:32 +0800 Subject: [PATCH] Add Source url and URL --- gcc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gcc.spec b/gcc.spec index d4332c0..87685fb 100644 --- a/gcc.spec +++ b/gcc.spec @@ -39,10 +39,13 @@ Version: 7.3.0 Release: %{gcc_release}.34 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD Group: Development/Languages -#Source0: hcc-aarch64-linux-release.tar.bz2 -Source0: gcc-%{version}.tar.gz -Source1: isl-%{isl_version}.tar.xz +URL: https://gcc.gnu.org + +Source0: https://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}.tar.gz +Source1: http://isl.gforge.inria.fr/isl-%{isl_version}.tar.xz +#Source2: https://repo.or.cz/cloog.git/snapshot/001fa4fb0b33fdf883c2315af3e04ab404223cfa.tar.gz Source2: cloog-%{cloog_version}.tar.gz + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gmp libmpc-devel mpfr gmp-devel glibc-headers gcc-c++ mpfr-devel #BuildRequires: gmp mpfr gmp-devel glibc-headers gcc-c++ mpfr-devel mpc -- Gitee