[gcc-cross] fix spec files are packaged in src.rpm without source code files
This commit is contained in:
parent
aaebf92483
commit
79efee88d2
@ -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 <liqian@kylinos.cn> - 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 <zhengchenhui1@huawei.com> - 1.0-6
|
||||
-Type:Fix
|
||||
-ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user