Accepting request 59091 from devel:gcc
Accepted submit request 59091 from user rguenther OBS-URL: https://build.opensuse.org/request/show/59091 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=30
This commit is contained in:
commit
0821da83fb
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 10:36:30 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Fix string quoting. [bnc#666416]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 11:53:29 UTC 2011 - rguenther@novell.com
|
||||
|
||||
|
10
gcc.spec
10
gcc.spec
@ -124,11 +124,11 @@ The system GNU Compiler documentation.
|
||||
# install_info_delete will also remove the aliases though.
|
||||
# install-info does not pick up descriptions from the content.
|
||||
%post -n gcc-info
|
||||
%install_info --info-dir=%{_infodir} --name=cpp --description=\"The GNU C preprocessor.\" %{_infodir}/cpp-%{gcc_suffix}.info.gz
|
||||
%install_info --info-dir=%{_infodir} --name=gcc --description=\"The GNU Compiler Collection.\" %{_infodir}/gcc-%{gcc_suffix}.info.gz
|
||||
%install_info --info-dir=%{_infodir} --name=g++ --description=\"The GNU C++ compiler.\" %{_infodir}/g++-%{gcc_suffix}.info.gz
|
||||
%install_info --info-dir=%{_infodir} --name=gcj --description=\"Ahead-of-time compiler for the Java language\" %{_infodir}/gcj-%{gcc_suffix}.info.gz
|
||||
%install_info --info-dir=%{_infodir} --name=gfortran --description=\"The GNU Fortran compiler.\" %{_infodir}/gfortran-%{gcc_suffix}.info.gz
|
||||
%install_info --info-dir=%{_infodir} --name=cpp --description=\\"The GNU C preprocessor.\\" %{_infodir}/cpp-%{gcc_suffix}.info.gz
|
||||
%install_info --info-dir=%{_infodir} --name=gcc --description=\\"The GNU Compiler Collection.\\" %{_infodir}/gcc-%{gcc_suffix}.info.gz
|
||||
%install_info --info-dir=%{_infodir} --name=g++ --description=\\"The GNU C++ compiler.\\" %{_infodir}/g++-%{gcc_suffix}.info.gz
|
||||
%install_info --info-dir=%{_infodir} --name=gcj --description=\\"Ahead-of-time compiler for the Java language\\" %{_infodir}/gcj-%{gcc_suffix}.info.gz
|
||||
%install_info --info-dir=%{_infodir} --name=gfortran --description=\\"The GNU Fortran compiler.\\" %{_infodir}/gfortran-%{gcc_suffix}.info.gz
|
||||
|
||||
%package -n gcc-c++
|
||||
License: LGPLv2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user