- Rename libgccjit0-devel to libgccjit-devel.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=114
This commit is contained in:
parent
b118b29152
commit
8aa3ab88ff
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 4 07:44:16 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Rename libgccjit0-devel to libgccjit-devel.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 10 12:33:25 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Feb 10 12:33:25 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
8
gcc.spec
8
gcc.spec
@ -132,8 +132,8 @@ PreReq: gcc%{gcc_version}-info
|
|||||||
The system GNU Compiler documentation.
|
The system GNU Compiler documentation.
|
||||||
|
|
||||||
|
|
||||||
# install / update the entries
|
|
||||||
|
|
||||||
|
# install / update the entries
|
||||||
%post -n gcc-info
|
%post -n gcc-info
|
||||||
%install_info --info-dir=%{_infodir} --name=cpp --description='The GNU C preprocessor.' %{_infodir}/cpp.info.gz
|
%install_info --info-dir=%{_infodir} --name=cpp --description='The GNU C preprocessor.' %{_infodir}/cpp.info.gz
|
||||||
%install_info --info-dir=%{_infodir} --name=gcc --description='The GNU Compiler Collection.' %{_infodir}/gcc.info.gz
|
%install_info --info-dir=%{_infodir} --name=gcc --description='The GNU Compiler Collection.' %{_infodir}/gcc.info.gz
|
||||||
@ -390,13 +390,13 @@ Requires: gcc-d = %{version}
|
|||||||
%description -n gcc-d-64bit
|
%description -n gcc-d-64bit
|
||||||
The system GNU D Compiler 64bit support.
|
The system GNU D Compiler 64bit support.
|
||||||
|
|
||||||
%package -n libgccjit%{libgccjit_sover}-devel
|
%package -n libgccjit-devel
|
||||||
Summary: Support for embedding GCC inside programs and libraries
|
Summary: Support for embedding GCC inside programs and libraries
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: libgccjit%{libgccjit_sover}-devel-gcc%{gcc_version}
|
Requires: libgccjit%{libgccjit_sover}-devel-gcc%{gcc_version}
|
||||||
|
|
||||||
%description -n libgccjit%{libgccjit_sover}-devel
|
%description -n libgccjit-devel
|
||||||
Package contains header files and documentation for GCC JIT front-end.
|
Package contains header files and documentation for GCC JIT front-end.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -664,7 +664,7 @@ fi
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n libgccjit%{libgccjit_sover}-devel
|
%files -n libgccjit-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
# empty - only for the dependency
|
# empty - only for the dependency
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user