diff --git a/gcc-cross.spec b/gcc-cross.spec index ea61bd321259782b756356054db5c53534471d91..0430c1174060b2332d0d8af2e29a42e5310fb505 100644 --- a/gcc-cross.spec +++ b/gcc-cross.spec @@ -1,11 +1,17 @@ Summary: C/C++ Cross Compiler Toolchain Name: gcc-cross Version: 1.0 -Release: 6 +Release: 7 # libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have # GCC Runtime Exception. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD URL: http://gcc.gnu.org +Source0: build.sh +Source1: config.xml +Source2: download.sh +Source3: gcc_arm32le +Source4: gcc_arm64le +Source5: README.en.md BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: binutils, gettext, gmp-devel, isl-devel, libmpc-devel, mpfr-devel, python3-sphinx, sharutils @@ -44,6 +50,13 @@ cp %{_builddir}/output/gcc_arm32le/gcc_arm32le.tar.gz %{buildroot}/tmp %attr(755, root, root) /tmp/gcc_arm32le.tar.gz %changelog +* Thu Apr 11 2024 liqian - 1.0-7 +-Type:Fix +-ID:NA +-SUG:NA +-DESC: Fix Only the spec file is packaged in src.rpm without the source code file, + so it cannot be directly decompressed and compiled using src.rpm + * Mon Mar 11 2024 zhengchenhui - 1.0-6 -Type:Fix -ID:NA