- Package m2rte.so plugin in the gcc13-m2 sub-package rather than
in gcc13-devel. [boo#1210959] OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc13?expand=0&rev=84
This commit is contained in:
parent
c155231677
commit
7eefe09e37
@ -2542,6 +2542,9 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc@base_ver@-locale.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{libsubdir}/plugin
|
||||
%{libsubdir}/plugin
|
||||
%if %{build_m2}
|
||||
%exclude %{libsubdir}/plugin/m2rte.so
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%files locale -f gcc@base_ver@-locale.lang
|
||||
@ -3061,6 +3064,9 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc@base_ver@-locale.lang
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/bin/gm2%{binsuffix}
|
||||
%{libsubdir}/cc1gm2
|
||||
%if %{enable_plugins}
|
||||
%{libsubdir}/plugin/m2rte.so
|
||||
%endif
|
||||
%{versmainlibdir}/m2
|
||||
%versmainlib libm2log.a
|
||||
%versmainlib libm2log.so
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 18 14:14:46 UTC 2024 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Package m2rte.so plugin in the gcc13-m2 sub-package rather than
|
||||
in gcc13-devel. [boo#1210959]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:20:57 UTC 2024 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
|
@ -3542,6 +3542,9 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc13-locale.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{libsubdir}/plugin
|
||||
%{libsubdir}/plugin
|
||||
%if %{build_m2}
|
||||
%exclude %{libsubdir}/plugin/m2rte.so
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%files locale -f gcc13-locale.lang
|
||||
@ -4049,6 +4052,9 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc13-locale.lang
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/bin/gm2%{binsuffix}
|
||||
%{libsubdir}/cc1gm2
|
||||
%if %{enable_plugins}
|
||||
%{libsubdir}/plugin/m2rte.so
|
||||
%endif
|
||||
%{versmainlibdir}/m2
|
||||
%versmainlib libm2log.a
|
||||
%versmainlib libm2log.so
|
||||
|
Loading…
Reference in New Issue
Block a user