- Provide and obsolete all the gtk3 disabled stuff if we disable

gtk3 to ease migration

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=641
This commit is contained in:
Tomáš Chvátal 2018-04-13 10:50:25 +00:00 committed by Git OBS Bridge
parent ba69032723
commit 609982ef48
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 13 10:49:46 UTC 2018 - tchvatal@suse.com
- Provide and obsolete all the gtk3 disabled stuff if we disable
gtk3 to ease migration
-------------------------------------------------------------------
Thu Apr 12 07:57:17 UTC 2018 - tchvatal@suse.com

View File

@ -250,6 +250,13 @@ ExclusiveArch: aarch64 %{ix86} x86_64
%if %{with gtk3}
BuildRequires: pkgconfig(glib-2.0) >= 2.40
BuildRequires: pkgconfig(gtk+-3.0)
%else
Provides: libreofficekit = %{version}
Obsoletes: libreofficekit < %{version}
Provides: libreofficekit-devel = %{version}
Obsoletes: libreofficekit-devel < %{version}
Provides: %{name}-gtk3 = %{version}
Obsoletes: %{name}-gtk3 < %{version}
%endif
%if %{with system_gpgme}
BuildRequires: libgpgmepp-devel