- Reduce requirement over GCC to 4.1

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=249
This commit is contained in:
Tomáš Chvátal 2015-04-15 12:57:30 +00:00 committed by Git OBS Bridge
parent a80a38ecfc
commit 137f047862
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 15 12:57:16 UTC 2015 - tchvatal@suse.com
- Reduce requirement over GCC to 4.1
-------------------------------------------------------------------
Wed Apr 15 12:43:41 UTC 2015 - tchvatal@suse.com

View File

@ -760,7 +760,6 @@ fi \
%define _langpack_lang %{-L:%{-L*}}%{!-L:%{lang}} \
%define pkgname l10n-%{lang} \
%define langname %{-n:%{-n*}}%{!-n:%{error:Language name not defined}} \
\
%global langpack_langs %{langpack_langs} %{_langpack_lang} %{-i:%{-i*}} \
\
%package %{pkgname} \
@ -898,6 +897,11 @@ Provides additional %{langname} translations and resources for %{project}. \
# 256x256 icons
tar -xjf %{SOURCE20}
# Reduce the gcc version requirement
sed -i \
-e 's:-lt 0406:-lt 0401:g' \
configure.ac
# Do not generate doxygen timestamp
echo "HTML_TIMESTAMP = NO" >> odk/docs/cpp/Doxyfile
echo "HTML_TIMESTAMP = NO" >> odk/docs/idl/Doxyfile