Accepting request 186759 from LibreOffice:Factory

- disable jfreereport extention for powerpc64 (forwarded request 186734 from k0da)

OBS-URL: https://build.opensuse.org/request/show/186759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=52
This commit is contained in:
Tomáš Chvátal 2013-08-13 08:16:26 +00:00 committed by Git OBS Bridge
commit 041d6974d2
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 %files -f file-lists/help_en_US_list.txt -n libreoffice-help-en-US
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog

View File

@ -1664,8 +1664,8 @@ PreReq: grep
PreReq: libreoffice >= 3.5 PreReq: libreoffice >= 3.5
%endif %endif
Requires: libreoffice = %{version} 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 = %version
Provides: OpenOffice_org-sh-YU:%_prefix/ooo-2.0/program/resource/sw680sh-YU.res
Obsoletes: OpenOffice_org-sh-YU < %version Obsoletes: OpenOffice_org-sh-YU < %version
# compat stuff # compat stuff
Provides: OpenOffice_org-sh = %{version} Provides: OpenOffice_org-sh = %{version}
@ -1752,8 +1752,8 @@ PreReq: libreoffice >= 3.5
%endif %endif
Requires: libreoffice = %{version} Requires: libreoffice = %{version}
Requires: scalable-font-ru 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 = %version
Provides: OpenOffice_org-sr-CS:%_prefix/ooo-2.0/program/resource/sw680sr-CS.res
Obsoletes: OpenOffice_org-sr-CS < %version Obsoletes: OpenOffice_org-sr-CS < %version
# compat stuff # compat stuff
Provides: OpenOffice_org-sr = %{version} 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 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-libmwaw \
--without-system-libodfgen \ --without-system-libodfgen \
%endif %endif
%ifarch ppc64
--disable-report-builder \
%endif
%if 0%{?suse_version} < 01230 %if 0%{?suse_version} < 01230
--without-system-clucene \ --without-system-clucene \
--without-system-mysql-cppconn \ --without-system-mysql-cppconn \