From 3a330d2e24b46471d2ae2e9da0e627bfe27f36fcabe99a770ddf75489241ba97 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Mon, 12 Aug 2013 14:21:52 +0000 Subject: [PATCH] Accepting request 186734 from home:k0da:ppc - disable jfreereport extention for powerpc64 OBS-URL: https://build.opensuse.org/request/show/186734 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=50 --- libreoffice-help-en-US.spec | 1 - libreoffice-l10n.spec | 4 ++-- libreoffice.changes | 5 +++++ libreoffice.spec | 3 +++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/libreoffice-help-en-US.spec b/libreoffice-help-en-US.spec index a9501e8..06a7a1a 100644 --- a/libreoffice-help-en-US.spec +++ b/libreoffice-help-en-US.spec @@ -257,5 +257,4 @@ rm -f %_datadir/%lo_home/help_en_US_list.txt.postun 2>/dev/null %files -f file-lists/help_en_US_list.txt -n libreoffice-help-en-US %defattr(-,root,root) - %changelog diff --git a/libreoffice-l10n.spec b/libreoffice-l10n.spec index c9a42c4..c35ab78 100644 --- a/libreoffice-l10n.spec +++ b/libreoffice-l10n.spec @@ -1664,8 +1664,8 @@ PreReq: grep PreReq: libreoffice >= 3.5 %endif Requires: libreoffice = %{version} -Provides: OpenOffice_org-sh-YU:%_prefix/ooo-2.0/program/resource/sw680sh-YU.res Provides: OpenOffice_org-sh-YU = %version +Provides: OpenOffice_org-sh-YU:%_prefix/ooo-2.0/program/resource/sw680sh-YU.res Obsoletes: OpenOffice_org-sh-YU < %version # compat stuff Provides: OpenOffice_org-sh = %{version} @@ -1752,8 +1752,8 @@ PreReq: libreoffice >= 3.5 %endif Requires: libreoffice = %{version} Requires: scalable-font-ru -Provides: OpenOffice_org-sr-CS:%_prefix/ooo-2.0/program/resource/sw680sr-CS.res Provides: OpenOffice_org-sr-CS = %version +Provides: OpenOffice_org-sr-CS:%_prefix/ooo-2.0/program/resource/sw680sr-CS.res Obsoletes: OpenOffice_org-sr-CS < %version # compat stuff Provides: OpenOffice_org-sr = %{version} diff --git a/libreoffice.changes b/libreoffice.changes index 536115b..55fd970 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 12 12:30:27 UTC 2013 - dvaleev@suse.com + +- disable jfreereport extention for powerpc64 + ------------------------------------------------------------------- Thu Aug 1 14:46:22 UTC 2013 - pmladek@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index f8e1450..b739712 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1453,6 +1453,9 @@ export PYTHON_LIBS=`python-config --libs` --without-system-libmwaw \ --without-system-libodfgen \ %endif +%ifarch ppc64 + --disable-report-builder \ +%endif %if 0%{?suse_version} < 01230 --without-system-clucene \ --without-system-mysql-cppconn \