SHA256
1
0
forked from pool/kexi

Accepting request 902811 from KDE:Extra

- BuildRequire postgresql-server-devel also on Leap 15.2/15.3 to
  fix missing PostgreSQL migration driver

Similar to SR#785407 in kdb, but I decided to omit the %if completely as 15.1 is no longer supported. (forwarded request 902805 from wolfi323)

OBS-URL: https://build.opensuse.org/request/show/902811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexi?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2021-06-29 20:42:51 +00:00 committed by Git OBS Bridge
commit 8c00e6a19b
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 28 11:39:36 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
- BuildRequire postgresql-server-devel also on Leap 15.2/15.3 to
fix missing PostgreSQL migration driver
-------------------------------------------------------------------
Mon Jun 28 07:16:57 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Remove the optional QtWebKit dependency.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 28 05:49:16 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr> Wed Apr 28 05:49:16 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -38,6 +38,7 @@ BuildRequires: kproperty-devel
BuildRequires: kreport-devel BuildRequires: kreport-devel
BuildRequires: libmysqld-devel BuildRequires: libmysqld-devel
BuildRequires: mysql-devel BuildRequires: mysql-devel
BuildRequires: postgresql-server-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Archive) BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Codecs) BuildRequires: cmake(KF5Codecs)
@ -62,8 +63,6 @@ BuildRequires: cmake(Qt5Network)
BuildRequires: cmake(Qt5PrintSupport) BuildRequires: cmake(Qt5PrintSupport)
BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5UiTools) BuildRequires: cmake(Qt5UiTools)
BuildRequires: cmake(Qt5WebKit)
BuildRequires: cmake(Qt5WebKitWidgets)
BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml) BuildRequires: cmake(Qt5Xml)
# For dir ownership # For dir ownership
@ -74,13 +73,8 @@ Obsoletes: calligra-kexi < %{version}
Provides: calligra-kexi = %{version} Provides: calligra-kexi = %{version}
# not ported yet # not ported yet
Obsoletes: calligra-kexi-spreadsheet-import < %{version} Obsoletes: calligra-kexi-spreadsheet-import < %{version}
%if 0%{?suse_version} > 1500
BuildRequires: postgresql-server-devel
%else
BuildRequires: postgresql-devel
%endif
# Kexi needs breeze-icons.rcc during build and on runtime (it doesn't start without it installed) # Kexi needs breeze-icons.rcc during build and on runtime (it doesn't start without it installed)
%if 0%{?suse_version} > 1500 || "%{?_repository}" == "KDE_Applications_openSUSE_Leap_15.1" || "%{?_repository}" == "KDE_Applications_openSUSE_Leap_15.2" %if 0%{?suse_version} > 1500 || "%{?_repository}" == "KDE_Applications_openSUSE_Leap_15.2" || "%{?_repository}" == "KDE_Applications_openSUSE_Leap_15.3"
BuildRequires: breeze5-icons-rcc BuildRequires: breeze5-icons-rcc
Requires: breeze5-icons-rcc Requires: breeze5-icons-rcc
%else %else