|
47 | 47 | %global gnu_version %{gnu15_version} |
48 | 48 | %endif |
49 | 49 |
|
50 | | -Source0: https://ftp.gnu.org/gnu/gcc/gcc-%{gnu12_version}/gcc-%{gnu12_version}.tar.xz |
51 | | -Source1: https://ftp.gnu.org/gnu/gmp/gmp-%{gnu12_gmp_version}.tar.bz2 |
52 | | -Source2: https://ftp.gnu.org/gnu/mpc/mpc-%{gnu12_mpc_version}.tar.gz |
53 | | -Source3: https://ftp.gnu.org/gnu/mpfr/mpfr-%{gnu12_mpfr_version}.tar.gz |
54 | | - |
55 | | -Source4: https://ftp.gnu.org/gnu/gcc/gcc-%{gnu13_version}/gcc-%{gnu13_version}.tar.xz |
56 | | -Source5: https://ftp.gnu.org/gnu/gmp/gmp-%{gnu13_gmp_version}.tar.bz2 |
57 | | -Source6: https://ftp.gnu.org/gnu/mpc/mpc-%{gnu13_mpc_version}.tar.gz |
58 | | -Source7: https://ftp.gnu.org/gnu/mpfr/mpfr-%{gnu13_mpfr_version}.tar.gz |
59 | | - |
60 | | -Source8: https://ftp.gnu.org/gnu/gcc/gcc-%{gnu14_version}/gcc-%{gnu14_version}.tar.xz |
61 | | -Source9: https://ftp.gnu.org/gnu/gmp/gmp-%{gnu14_gmp_version}.tar.bz2 |
62 | | -Source10: https://ftp.gnu.org/gnu/mpc/mpc-%{gnu14_mpc_version}.tar.gz |
63 | | -Source11: https://ftp.gnu.org/gnu/mpfr/mpfr-%{gnu14_mpfr_version}.tar.gz |
64 | | - |
65 | | -Source12: https://ftp.gnu.org/gnu/gcc/gcc-%{gnu15_version}/gcc-%{gnu15_version}.tar.xz |
66 | | -Source13: https://ftp.gnu.org/gnu/gmp/gmp-%{gnu15_gmp_version}.tar.bz2 |
67 | | -Source14: https://ftp.gnu.org/gnu/mpc/mpc-%{gnu15_mpc_version}.tar.gz |
68 | | -Source15: https://ftp.gnu.org/gnu/mpfr/mpfr-%{gnu15_mpfr_version}.tar.gz |
| 50 | +Source0: https://ftpmirror.gnu.org/gnu/gcc/gcc-%{gnu12_version}/gcc-%{gnu12_version}.tar.xz |
| 51 | +Source1: https://ftpmirror.gnu.org/gnu/gmp/gmp-%{gnu12_gmp_version}.tar.bz2 |
| 52 | +Source2: https://ftpmirror.gnu.org/gnu/mpc/mpc-%{gnu12_mpc_version}.tar.gz |
| 53 | +Source3: https://ftpmirror.gnu.org/gnu/mpfr/mpfr-%{gnu12_mpfr_version}.tar.gz |
| 54 | + |
| 55 | +Source4: https://ftpmirror.gnu.org/gnu/gcc/gcc-%{gnu13_version}/gcc-%{gnu13_version}.tar.xz |
| 56 | +Source5: https://ftpmirror.gnu.org/gnu/gmp/gmp-%{gnu13_gmp_version}.tar.bz2 |
| 57 | +Source6: https://ftpmirror.gnu.org/gnu/mpc/mpc-%{gnu13_mpc_version}.tar.gz |
| 58 | +Source7: https://ftpmirror.gnu.org/gnu/mpfr/mpfr-%{gnu13_mpfr_version}.tar.gz |
| 59 | + |
| 60 | +Source8: https://ftpmirror.gnu.org/gnu/gcc/gcc-%{gnu14_version}/gcc-%{gnu14_version}.tar.xz |
| 61 | +Source9: https://ftpmirror.gnu.org/gnu/gmp/gmp-%{gnu14_gmp_version}.tar.bz2 |
| 62 | +Source10: https://ftpmirror.gnu.org/gnu/mpc/mpc-%{gnu14_mpc_version}.tar.gz |
| 63 | +Source11: https://ftpmirror.gnu.org/gnu/mpfr/mpfr-%{gnu14_mpfr_version}.tar.gz |
| 64 | + |
| 65 | +Source12: https://ftpmirror.gnu.org/gnu/gcc/gcc-%{gnu15_version}/gcc-%{gnu15_version}.tar.xz |
| 66 | +Source13: https://ftpmirror.gnu.org/gnu/gmp/gmp-%{gnu15_gmp_version}.tar.bz2 |
| 67 | +Source14: https://ftpmirror.gnu.org/gnu/mpc/mpc-%{gnu15_mpc_version}.tar.gz |
| 68 | +Source15: https://ftpmirror.gnu.org/gnu/mpfr/mpfr-%{gnu15_mpfr_version}.tar.gz |
69 | 69 |
|
70 | 70 | %global pname %{gnu_major_ver}-compilers |
71 | 71 |
|
|
0 commit comments