Rev devel:gcc/6 Md5 4d49490f6e0975c05b3420d583a22026 2022-01-17 09:34:48 rguenther None

This commit is contained in:
OBS User rguenther
2022-01-17 09:34:48 +00:00
committed by Git OBS Bridge
parent 2dc7100dbb
commit 6f515b4b37
30 changed files with 179 additions and 145 deletions

View File

@@ -21,6 +21,7 @@
#
# spec file for package gcc${version}
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -369,6 +370,7 @@ Suggests: gcc12-info gcc12-locale
%if %{suse_version} < 1310
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif
Group: Development/Languages/C and C++
Source: gcc-%{version}.tar.xz
Source1: change_spec
Source2: gcc12-rpmlintrc
@@ -396,9 +398,8 @@ Patch100: newlib-4.1.0-aligned_alloc.patch
Summary: Testsuite results
License: SUSE-Public-Domain
Group: Development/Languages/C and C++
%description
%description
Results from running the gcc and target library testsuites.
@@ -938,14 +939,14 @@ mkdir ../testresults
export SUSE_ASNEEDED=0
export NO_BRP_CHECK_BYTECODE_VERSION=true
cd obj-%{GCCDIST}
%if 0%{?run_tests:1}
%if 0%{?run_tests:1}
cp `find . -name "*.sum"` ../testresults/
cp `find . -name "*.log" \! -name "config.log" | grep -v 'acats.\?/tests' | grep -v libbacktrace` ../testresults/
chmod 644 ../testresults/*
%endif
%if 0%{?run_tests:1}
%files
%files
%defattr(-,root,root)
%doc testresults/test_summary.txt
%doc testresults/*.sum