- Fix syntax for RPM on SLE12

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=808
This commit is contained in:
Tomáš Chvátal 2019-08-16 11:44:19 +00:00 committed by Git OBS Bridge
parent 9a4d600b4b
commit bb61759d1f
2 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 16 11:43:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix syntax for RPM on SLE12
-------------------------------------------------------------------
Fri Aug 16 08:31:36 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -560,9 +560,12 @@ This package contains some GNOME extensions and GTK2 interface for LibreOffice.
Summary: Gtk3 interface for LibreOffice
Group: Productivity/Office/Suite
Requires: %{name}-gnome = %{version}
Supplements: (libreoffice and gnome-session)
Supplements: (libreoffice and mate-session-manager)
Supplements: (libreoffice and xfce4-session)
Supplements: packageand(libreoffice:gnome-session)
Supplements: packageand(libreoffice:mate-session-manager)
Supplements: packageand(libreoffice:xfce4-session)
%if !%{with kdeintegration}
Supplements: packageand(libreoffice:plasma5-workspace)
%endif
%description gtk3
This package contains Gtk3 interface rendering option for LibreOffice.
@ -574,11 +577,11 @@ Recommends: %{name}-gnome = %{version}
Conflicts: %{name}-gnome < %{version}
# We are default if gtk3 is not present
%if !%{with gtk3}
Supplements: (libreoffice and gnome-session)
%endif
# Without kde integration we provide gtk2 interface there
Supplements: packageand(libreoffice:gnome-session)
# Without kde and gtk3 ntegration we provide gtk2 interface there
%if !%{with kdeintegration}
Supplements: (libreoffice and plasma5-workspace)
Supplements: packageand(libreoffice:plasma5-workspace)
%endif
%endif
%description gtk2