Richard Biener 2022-05-16 07:40:10 +00:00 committed by Git OBS Bridge
parent 4504dcb1ef
commit 7cc052248f
3 changed files with 7 additions and 0 deletions

View File

@ -1039,6 +1039,7 @@ Runtime library for the GNU D language.
%package -n libgccjit%{libgccjit_sover}%{libgccjit_suffix} %package -n libgccjit%{libgccjit_sover}%{libgccjit_suffix}
Summary: The GNU Compiler Collection JIT library Summary: The GNU Compiler Collection JIT library
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: Development/Languages/C and C++
Provides: libgccjit%{libgccjit_sover} = %{version}-%{release} Provides: libgccjit%{libgccjit_sover} = %{version}-%{release}
# Only one package may provide this - allows multiple gcc versions # Only one package may provide this - allows multiple gcc versions
# to co-exist without an overly large list of provides/obsoletes # to co-exist without an overly large list of provides/obsoletes
@ -1069,6 +1070,7 @@ Package contains header files and documentation for GCC JIT front-end.
# GCC-TESTSUITE-DELETE-END # GCC-TESTSUITE-DELETE-END
Summary: Testsuite results Summary: Testsuite results
License: SUSE-Public-Domain License: SUSE-Public-Domain
Group: Development/Languages/C and C++
%description -n gcc@base_ver@-testresults %description -n gcc@base_ver@-testresults
Results from running the gcc and target library testsuites. Results from running the gcc and target library testsuites.
@ -2788,6 +2790,7 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc@base_ver@-locale.lang
%{_prefix}/%{_lib}/libgccjit.so.%{libgccjit_sover}* %{_prefix}/%{_lib}/libgccjit.so.%{libgccjit_sover}*
%files -n libgccjit%{libgccjit_sover}-devel%{libdevel_suffix} %files -n libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}
%defattr(-,root,root)
%doc gcc/jit/docs/examples %doc gcc/jit/docs/examples
%{_prefix}/%{_lib}/libgccjit.so %{_prefix}/%{_lib}/libgccjit.so
%{_prefix}/include/libgccjit.h %{_prefix}/include/libgccjit.h

View File

@ -391,6 +391,7 @@ Patch100: newlib-4.1.0-aligned_alloc.patch
Summary: Testsuite results Summary: Testsuite results
License: SUSE-Public-Domain License: SUSE-Public-Domain
Group: Development/Languages/C and C++
%description %description
Results from running the gcc and target library testsuites. Results from running the gcc and target library testsuites.

View File

@ -1852,6 +1852,7 @@ Runtime library for the GNU D language.
%package -n libgccjit%{libgccjit_sover}%{libgccjit_suffix} %package -n libgccjit%{libgccjit_sover}%{libgccjit_suffix}
Summary: The GNU Compiler Collection JIT library Summary: The GNU Compiler Collection JIT library
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: Development/Languages/C and C++
Provides: libgccjit%{libgccjit_sover} = %{version}-%{release} Provides: libgccjit%{libgccjit_sover} = %{version}-%{release}
# Only one package may provide this - allows multiple gcc versions # Only one package may provide this - allows multiple gcc versions
# to co-exist without an overly large list of provides/obsoletes # to co-exist without an overly large list of provides/obsoletes
@ -1881,6 +1882,7 @@ Package contains header files and documentation for GCC JIT front-end.
%package -n gcc11-testresults %package -n gcc11-testresults
Summary: Testsuite results Summary: Testsuite results
License: SUSE-Public-Domain License: SUSE-Public-Domain
Group: Development/Languages/C and C++
%description -n gcc11-testresults %description -n gcc11-testresults
Results from running the gcc and target library testsuites. Results from running the gcc and target library testsuites.
@ -3573,6 +3575,7 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc11-locale.lang
%{_prefix}/%{_lib}/libgccjit.so.%{libgccjit_sover}* %{_prefix}/%{_lib}/libgccjit.so.%{libgccjit_sover}*
%files -n libgccjit%{libgccjit_sover}-devel%{libdevel_suffix} %files -n libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}
%defattr(-,root,root)
%doc gcc/jit/docs/examples %doc gcc/jit/docs/examples
%{_prefix}/%{_lib}/libgccjit.so %{_prefix}/%{_lib}/libgccjit.so
%{_prefix}/include/libgccjit.h %{_prefix}/include/libgccjit.h