diff --git a/gcc.spec.in b/gcc.spec.in index 1738cc0..f52fe97 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1048,6 +1048,7 @@ Runtime library for the GNU D language. %package -n libgccjit%{libgccjit_sover}%{libgccjit_suffix} Summary: The GNU Compiler Collection JIT library License: GPL-3.0-or-later +Group: Development/Languages/C and C++ Provides: libgccjit%{libgccjit_sover} = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions # to co-exist without an overly large list of provides/obsoletes @@ -1078,6 +1079,7 @@ Package contains header files and documentation for GCC JIT front-end. # GCC-TESTSUITE-DELETE-END Summary: Testsuite results License: SUSE-Public-Domain +Group: Development/Languages/C and C++ %description -n gcc@base_ver@-testresults Results from running the gcc and target library testsuites. @@ -2817,6 +2819,7 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc@base_ver@-locale.lang %{_prefix}/%{_lib}/libgccjit.so.%{libgccjit_sover}* %files -n libgccjit%{libgccjit_sover}-devel%{libdevel_suffix} +%defattr(-,root,root) %doc gcc/jit/docs/examples %{_prefix}/%{_lib}/libgccjit.so %{_prefix}/include/libgccjit.h diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index 890aae6..607ca36 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -398,6 +398,7 @@ Patch100: newlib-4.1.0-aligned_alloc.patch Summary: Testsuite results License: SUSE-Public-Domain +Group: Development/Languages/C and C++ %description Results from running the gcc and target library testsuites. diff --git a/gcc12.spec b/gcc12.spec index 40a8776..afaaa6f 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -1865,6 +1865,7 @@ Runtime library for the GNU D language. %package -n libgccjit%{libgccjit_sover}%{libgccjit_suffix} Summary: The GNU Compiler Collection JIT library License: GPL-3.0-or-later +Group: Development/Languages/C and C++ Provides: libgccjit%{libgccjit_sover} = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions # to co-exist without an overly large list of provides/obsoletes @@ -1894,6 +1895,7 @@ Package contains header files and documentation for GCC JIT front-end. %package -n gcc12-testresults Summary: Testsuite results License: SUSE-Public-Domain +Group: Development/Languages/C and C++ %description -n gcc12-testresults Results from running the gcc and target library testsuites. @@ -3607,6 +3609,7 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc12-locale.lang %{_prefix}/%{_lib}/libgccjit.so.%{libgccjit_sover}* %files -n libgccjit%{libgccjit_sover}-devel%{libdevel_suffix} +%defattr(-,root,root) %doc gcc/jit/docs/examples %{_prefix}/%{_lib}/libgccjit.so %{_prefix}/include/libgccjit.h