- 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:
parent
9a4d600b4b
commit
bb61759d1f
@ -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>
|
Fri Aug 16 08:31:36 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -560,9 +560,12 @@ This package contains some GNOME extensions and GTK2 interface for LibreOffice.
|
|||||||
Summary: Gtk3 interface for LibreOffice
|
Summary: Gtk3 interface for LibreOffice
|
||||||
Group: Productivity/Office/Suite
|
Group: Productivity/Office/Suite
|
||||||
Requires: %{name}-gnome = %{version}
|
Requires: %{name}-gnome = %{version}
|
||||||
Supplements: (libreoffice and gnome-session)
|
Supplements: packageand(libreoffice:gnome-session)
|
||||||
Supplements: (libreoffice and mate-session-manager)
|
Supplements: packageand(libreoffice:mate-session-manager)
|
||||||
Supplements: (libreoffice and xfce4-session)
|
Supplements: packageand(libreoffice:xfce4-session)
|
||||||
|
%if !%{with kdeintegration}
|
||||||
|
Supplements: packageand(libreoffice:plasma5-workspace)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description gtk3
|
%description gtk3
|
||||||
This package contains Gtk3 interface rendering option for LibreOffice.
|
This package contains Gtk3 interface rendering option for LibreOffice.
|
||||||
@ -574,11 +577,11 @@ Recommends: %{name}-gnome = %{version}
|
|||||||
Conflicts: %{name}-gnome < %{version}
|
Conflicts: %{name}-gnome < %{version}
|
||||||
# We are default if gtk3 is not present
|
# We are default if gtk3 is not present
|
||||||
%if !%{with gtk3}
|
%if !%{with gtk3}
|
||||||
Supplements: (libreoffice and gnome-session)
|
Supplements: packageand(libreoffice:gnome-session)
|
||||||
%endif
|
# Without kde and gtk3 ntegration we provide gtk2 interface there
|
||||||
# Without kde integration we provide gtk2 interface there
|
|
||||||
%if !%{with kdeintegration}
|
%if !%{with kdeintegration}
|
||||||
Supplements: (libreoffice and plasma5-workspace)
|
Supplements: packageand(libreoffice:plasma5-workspace)
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description gtk2
|
%description gtk2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user