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
This commit is contained in:
Petr Mladek 2013-08-12 14:21:52 +00:00 committed by Git OBS Bridge
parent 79b3c8a17b
commit 3a330d2e24
4 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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}

View File

@ -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

View File

@ -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 \