- Do not bother with kde integration on SLE12
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=375
This commit is contained in:
parent
885fd60e1d
commit
4e7f31b186
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 2 12:55:31 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Do not bother with kde integration on SLE12
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 21 09:49:35 UTC 2016 - tchvatal@suse.com
|
Sun Feb 21 09:49:35 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -47,6 +47,12 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_with systemlibs
|
%bcond_with systemlibs
|
||||||
%endif
|
%endif
|
||||||
|
# Wether to enable the kde integration
|
||||||
|
%if 0%{?suse_version} > 1315 || 0%{?is_opensuse} || 0%{?suse_version} < 1130
|
||||||
|
%bcond_without kdeintegration
|
||||||
|
%else
|
||||||
|
%bcond_with kdeintegration
|
||||||
|
%endif
|
||||||
# Wether to provide noarch subpackages
|
# Wether to provide noarch subpackages
|
||||||
%if 0%{?suse_version} > 1130
|
%if 0%{?suse_version} > 1130
|
||||||
%bcond_without noarch_subpkgs
|
%bcond_without noarch_subpkgs
|
||||||
@ -203,7 +209,6 @@ BuildRequires: krb5-devel
|
|||||||
BuildRequires: libcppunit-devel
|
BuildRequires: libcppunit-devel
|
||||||
BuildRequires: liberation-fonts
|
BuildRequires: liberation-fonts
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libkde4-devel
|
|
||||||
BuildRequires: libpoppler-devel
|
BuildRequires: libpoppler-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -256,6 +261,9 @@ Provides: %{name}-icon-theme-crystal = %{version}
|
|||||||
Obsoletes: %{name}-icon-theme-crystal < %{version}
|
Obsoletes: %{name}-icon-theme-crystal < %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExclusiveArch: %arm %ix86 x86_64 ppc ppc64
|
ExclusiveArch: %arm %ix86 x86_64 ppc ppc64
|
||||||
|
%if %{with kdeintegration}
|
||||||
|
BuildRequires: libkde4-devel
|
||||||
|
%endif
|
||||||
%if %{with systemlibs}
|
%if %{with systemlibs}
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: bsh2
|
BuildRequires: bsh2
|
||||||
@ -272,6 +280,7 @@ BuildRequires: graphite2-devel >= 0.9.3
|
|||||||
BuildRequires: harfbuzz-devel
|
BuildRequires: harfbuzz-devel
|
||||||
BuildRequires: icu
|
BuildRequires: icu
|
||||||
BuildRequires: junit4
|
BuildRequires: junit4
|
||||||
|
BuildRequires: libXt-devel
|
||||||
BuildRequires: libabw-devel
|
BuildRequires: libabw-devel
|
||||||
BuildRequires: libbase
|
BuildRequires: libbase
|
||||||
BuildRequires: libcdr-devel >= 0.1
|
BuildRequires: libcdr-devel >= 0.1
|
||||||
@ -1187,7 +1196,11 @@ export NOCONFIGURE=yes
|
|||||||
--with-external-thes-dir=%{_datadir}/mythes \
|
--with-external-thes-dir=%{_datadir}/mythes \
|
||||||
--with-help \
|
--with-help \
|
||||||
--enable-odk \
|
--enable-odk \
|
||||||
|
%if %{with kdeintegration}
|
||||||
--enable-kde4 \
|
--enable-kde4 \
|
||||||
|
%else
|
||||||
|
--disable-kde4 \
|
||||||
|
%endif
|
||||||
--enable-evolution2 \
|
--enable-evolution2 \
|
||||||
--enable-dbus \
|
--enable-dbus \
|
||||||
--enable-hardlink-deliver \
|
--enable-hardlink-deliver \
|
||||||
@ -1616,8 +1629,10 @@ test -f /sbin/conf.d/SuSEconfig.glib2 && SuSEconfig --module glib2 > /dev/null |
|
|||||||
%files -f file-lists/gnome_list.txt gnome
|
%files -f file-lists/gnome_list.txt gnome
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
|
%if %{with kdeintegration}
|
||||||
%files -f file-lists/kde4_list.txt kde4
|
%files -f file-lists/kde4_list.txt kde4
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -f file-lists/officebean_list.txt officebean
|
%files -f file-lists/officebean_list.txt officebean
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user