Accepting request 768360 from KDE:Applications
OBS-URL: https://build.opensuse.org/request/show/768360 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/akonadi-contact?expand=0&rev=45
This commit is contained in:
commit
ed6ee1c1a9
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 28 18:54:35 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
- Remove no longer needed BuildRequires: KF5AkonadiMime (18.04),
|
||||||
|
Qt5WebEngineWidgets/Qt5WebEngine (17.12) and Grantlee (17.12).
|
||||||
|
Add some previously implicit KF5 dependencies.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 7 10:08:50 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Jan 7 10:08:50 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define rname akonadi-contacts
|
%define rname akonadi-contacts
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
%define kf5_version 5.60.0
|
%define kf5_version 5.63.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
@ -36,27 +36,25 @@ Source2: applications.keyring
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: cmake(Grantlee5)
|
|
||||||
BuildRequires: cmake(KF5Akonadi)
|
BuildRequires: cmake(KF5Akonadi)
|
||||||
BuildRequires: cmake(KF5AkonadiMime)
|
|
||||||
BuildRequires: cmake(KF5CalendarCore)
|
BuildRequires: cmake(KF5CalendarCore)
|
||||||
BuildRequires: cmake(KF5Codecs) >= %{kf5_version}
|
BuildRequires: cmake(KF5Codecs) >= %{kf5_version}
|
||||||
BuildRequires: cmake(KF5Completion) >= %{kf5_version}
|
BuildRequires: cmake(KF5Completion) >= %{kf5_version}
|
||||||
|
BuildRequires: cmake(KF5Config) >= %{kf5_version}
|
||||||
BuildRequires: cmake(KF5Contacts)
|
BuildRequires: cmake(KF5Contacts)
|
||||||
|
BuildRequires: cmake(KF5DBusAddons) >= %{kf5_version}
|
||||||
BuildRequires: cmake(KF5KIO) >= %{kf5_version}
|
BuildRequires: cmake(KF5KIO) >= %{kf5_version}
|
||||||
|
BuildRequires: cmake(KF5I18n) >= %{kf5_version}
|
||||||
|
BuildRequires: cmake(KF5IconThemes) >= %{kf5_version}
|
||||||
BuildRequires: cmake(KF5Mime)
|
BuildRequires: cmake(KF5Mime)
|
||||||
BuildRequires: cmake(KF5Prison)
|
BuildRequires: cmake(KF5Prison)
|
||||||
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
BuildRequires: cmake(Qt5Test) >= 5.11.0
|
||||||
BuildRequires: cmake(Qt5WebEngine) >= 5.6.0
|
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
|
||||||
BuildRequires: cmake(Qt5WebEngineWidgets) >= 5.6.0
|
|
||||||
BuildRequires: cmake(Qt5Widgets) >= 5.6.0
|
|
||||||
Requires: libKF5AkonadiContact5 = %{version}
|
Requires: libKF5AkonadiContact5 = %{version}
|
||||||
Requires: libKF5ContactEditor5 = %{version}
|
Requires: libKF5ContactEditor5 = %{version}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Provides: akonadi-contacts = %{version}
|
Provides: akonadi-contacts = %{version}
|
||||||
Obsoletes: akonadi-contacts < %{version}
|
Obsoletes: akonadi-contacts < %{version}
|
||||||
# It can only build on the same platforms as Qt Webengine
|
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides a library used for handling personal contacts,
|
This package provides a library used for handling personal contacts,
|
||||||
|
Loading…
Reference in New Issue
Block a user