- 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:
parent
ba69032723
commit
609982ef48
@ -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
|
Thu Apr 12 07:57:17 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -250,6 +250,13 @@ ExclusiveArch: aarch64 %{ix86} x86_64
|
|||||||
%if %{with gtk3}
|
%if %{with gtk3}
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
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
|
%endif
|
||||||
%if %{with system_gpgme}
|
%if %{with system_gpgme}
|
||||||
BuildRequires: libgpgmepp-devel
|
BuildRequires: libgpgmepp-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user