Accepting request 1081179 from KDE:Applications
KDE Release Gear 23.04.0 OBS-URL: https://build.opensuse.org/request/show/1081179 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/akonadi-contact?expand=0&rev=85
This commit is contained in:
commit
8614d0a276
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 15 08:45:08 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 23.04.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/gear/23.04.0/
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 31 16:41:29 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 23.03.90
|
||||||
|
* New feature release
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 17 20:42:47 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 23.03.80
|
||||||
|
* New feature release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 28 09:45:21 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Tue Feb 28 09:45:21 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -18,12 +18,10 @@
|
|||||||
|
|
||||||
%define rname akonadi-contacts
|
%define rname akonadi-contacts
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
%define kf5_version 5.99.0
|
%define kf5_version 5.104.0
|
||||||
# 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}')}
|
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: akonadi-contact
|
Name: akonadi-contact
|
||||||
Version: 22.12.3
|
Version: 23.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE PIM Libraries for Akonadi Contacts
|
Summary: KDE PIM Libraries for Akonadi Contacts
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -36,29 +34,27 @@ Source2: applications.keyring
|
|||||||
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: cmake(Grantlee5)
|
BuildRequires: cmake(Grantlee5)
|
||||||
BuildRequires: cmake(KF5Akonadi)
|
|
||||||
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(KF5Config) >= %{kf5_version}
|
||||||
BuildRequires: cmake(KF5Contacts) >= %{kf5_version}
|
BuildRequires: cmake(KF5Contacts) >= %{kf5_version}
|
||||||
BuildRequires: cmake(KF5DBusAddons) >= %{kf5_version}
|
BuildRequires: cmake(KF5CoreAddons) >= %{kf5_version}
|
||||||
BuildRequires: cmake(KF5GrantleeTheme)
|
|
||||||
BuildRequires: cmake(KF5I18n) >= %{kf5_version}
|
BuildRequires: cmake(KF5I18n) >= %{kf5_version}
|
||||||
BuildRequires: cmake(KF5IconThemes) >= %{kf5_version}
|
BuildRequires: cmake(KF5IconThemes) >= %{kf5_version}
|
||||||
# Needed by kdesktopjson
|
|
||||||
BuildRequires: cmake(KF5KCMUtils) >= %{kf5_version}
|
BuildRequires: cmake(KF5KCMUtils) >= %{kf5_version}
|
||||||
BuildRequires: cmake(KF5KIO) >= %{kf5_version}
|
BuildRequires: cmake(KF5KIO) >= %{kf5_version}
|
||||||
BuildRequires: cmake(KF5Libkleo)
|
|
||||||
BuildRequires: cmake(KF5Mime)
|
|
||||||
BuildRequires: cmake(KF5Prison) >= %{kf5_version}
|
BuildRequires: cmake(KF5Prison) >= %{kf5_version}
|
||||||
BuildRequires: cmake(KF5Service) >= %{kf5_version}
|
BuildRequires: cmake(KF5Service) >= %{kf5_version}
|
||||||
BuildRequires: cmake(KF5TextWidgets) >= %{kf5_version}
|
BuildRequires: cmake(KF5TextWidgets) >= %{kf5_version}
|
||||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{kf5_version}
|
BuildRequires: cmake(KF5WidgetsAddons) >= %{kf5_version}
|
||||||
BuildRequires: cmake(KF5XmlGui) >= %{kf5_version}
|
BuildRequires: cmake(KF5XmlGui) >= %{kf5_version}
|
||||||
|
BuildRequires: cmake(KPim5Akonadi)
|
||||||
|
BuildRequires: cmake(KPim5GrantleeTheme)
|
||||||
|
BuildRequires: cmake(KPim5Mime)
|
||||||
BuildRequires: cmake(Qt5Test)
|
BuildRequires: cmake(Qt5Test)
|
||||||
BuildRequires: cmake(Qt5Widgets)
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
Requires: libKF5AkonadiContact5 = %{version}
|
Requires: libKPim5AkonadiContact5 = %{version}
|
||||||
Requires: libKF5ContactEditor5 = %{version}
|
Requires: libKPim5ContactEditor5 = %{version}
|
||||||
Provides: akonadi-contacts = %{version}
|
Provides: akonadi-contacts = %{version}
|
||||||
Obsoletes: akonadi-contacts < %{version}
|
Obsoletes: akonadi-contacts < %{version}
|
||||||
|
|
||||||
@ -66,7 +62,7 @@ Obsoletes: akonadi-contacts < %{version}
|
|||||||
This package provides a library used for handling personal contacts,
|
This package provides a library used for handling personal contacts,
|
||||||
as part of the KDE Personal Information Management (PIM) software.
|
as part of the KDE Personal Information Management (PIM) software.
|
||||||
|
|
||||||
%package -n libKF5AkonadiContact5
|
%package -n libKPim5AkonadiContact5
|
||||||
Summary: Library for personal contact handling
|
Summary: Library for personal contact handling
|
||||||
Requires: akonadi-contact >= %{version}
|
Requires: akonadi-contact >= %{version}
|
||||||
Obsoletes: akonadi-socialutils
|
Obsoletes: akonadi-socialutils
|
||||||
@ -74,15 +70,15 @@ Obsoletes: akonadi-socialutils-devel
|
|||||||
Obsoletes: kdepim-apps-libs <= 20.08.3
|
Obsoletes: kdepim-apps-libs <= 20.08.3
|
||||||
Obsoletes: kdepim-apps-libs-lang <= 20.08.3
|
Obsoletes: kdepim-apps-libs-lang <= 20.08.3
|
||||||
|
|
||||||
%description -n libKF5AkonadiContact5
|
%description -n libKPim5AkonadiContact5
|
||||||
This package provides a library used for handling personal contacts,
|
This package provides a library used for handling personal contacts,
|
||||||
as part of the KDE Personal Information Management (PIM) software.
|
as part of the KDE Personal Information Management (PIM) software.
|
||||||
|
|
||||||
%package -n libKF5ContactEditor5
|
%package -n libKPim5ContactEditor5
|
||||||
Summary: Library for personal contact handling
|
Summary: Library for personal contact handling
|
||||||
Requires: akonadi-contact >= %{version}
|
Requires: akonadi-contact >= %{version}
|
||||||
|
|
||||||
%description -n libKF5ContactEditor5
|
%description -n libKPim5ContactEditor5
|
||||||
This package provides a library used for handling personal contacts,
|
This package provides a library used for handling personal contacts,
|
||||||
as part of the KDE Personal Information Management (PIM) software.
|
as part of the KDE Personal Information Management (PIM) software.
|
||||||
|
|
||||||
@ -96,16 +92,15 @@ This package provides plugins required by PIM applications to read and write con
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: KDE PIM Libraries: Build Environment
|
Summary: KDE PIM Libraries: Build Environment
|
||||||
Requires: akonadi-contact = %{version}
|
Requires: akonadi-contact = %{version}
|
||||||
Requires: libKF5AkonadiContact5 = %{version}
|
Requires: libKPim5AkonadiContact5 = %{version}
|
||||||
Requires: libKF5ContactEditor5 = %{version}
|
Requires: libKPim5ContactEditor5 = %{version}
|
||||||
Requires: cmake(Grantlee5)
|
Requires: cmake(Grantlee5)
|
||||||
Requires: cmake(KF5Akonadi)
|
Requires: cmake(KPim5Akonadi)
|
||||||
Requires: cmake(KF5Contacts)
|
Requires: cmake(KF5Contacts)
|
||||||
Requires: cmake(KF5GrantleeTheme)
|
Requires: cmake(KPim5GrantleeTheme)
|
||||||
Requires: cmake(Qt5Widgets)
|
Requires: cmake(Qt5Widgets)
|
||||||
|
|
||||||
Obsoletes: akonadi-contacts-devel < %{version}
|
|
||||||
Provides: akonadi-contacts-devel = %{version}
|
Provides: akonadi-contacts-devel = %{version}
|
||||||
|
Obsoletes: akonadi-contacts-devel < %{version}
|
||||||
Obsoletes: kdepim-apps-libs-devel <= 20.08.3
|
Obsoletes: kdepim-apps-libs-devel <= 20.08.3
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -118,7 +113,7 @@ to develop KDE PIM applications.
|
|||||||
%autosetup -p1 -n %{rname}-%{version}
|
%autosetup -p1 -n %{rname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
|
%cmake_kf5 -d build
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -126,8 +121,8 @@ to develop KDE PIM applications.
|
|||||||
|
|
||||||
%find_lang %{name} --with-man --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libKF5AkonadiContact5
|
%ldconfig_scriptlets -n libKPim5AkonadiContact5
|
||||||
%ldconfig_scriptlets -n libKF5ContactEditor5
|
%ldconfig_scriptlets -n libKPim5ContactEditor5
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSES/*
|
%license LICENSES/*
|
||||||
@ -142,11 +137,11 @@ to develop KDE PIM applications.
|
|||||||
%{_kf5_plugindir}/pim5/akonadi/contacts/plugins/
|
%{_kf5_plugindir}/pim5/akonadi/contacts/plugins/
|
||||||
%{_kf5_plugindir}/pim5/kcms/kaddressbook/kcm_akonadicontact_actions.so
|
%{_kf5_plugindir}/pim5/kcms/kaddressbook/kcm_akonadicontact_actions.so
|
||||||
|
|
||||||
%files -n libKF5AkonadiContact5
|
%files -n libKPim5AkonadiContact5
|
||||||
%{_kf5_libdir}/libKF5AkonadiContact.so.*
|
%{_kf5_libdir}/libKPim5AkonadiContact.so.*
|
||||||
|
|
||||||
%files -n libKF5ContactEditor5
|
%files -n libKPim5ContactEditor5
|
||||||
%{_kf5_libdir}/libKF5ContactEditor.so.*
|
%{_kf5_libdir}/libKPim5ContactEditor.so.*
|
||||||
|
|
||||||
%files -n akonadi-plugin-contacts
|
%files -n akonadi-plugin-contacts
|
||||||
%{_kf5_plugindir}/akonadi_serializer_addressee.so
|
%{_kf5_plugindir}/akonadi_serializer_addressee.so
|
||||||
@ -158,12 +153,15 @@ to develop KDE PIM applications.
|
|||||||
%{_kf5_sharedir}/akonadi/plugins/serializer/akonadi_serializer_contactgroup.desktop
|
%{_kf5_sharedir}/akonadi/plugins/serializer/akonadi_serializer_contactgroup.desktop
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%dir %{_includedir}/KPim5
|
||||||
|
%{_includedir}/KPim5/AkonadiContact/
|
||||||
|
%{_includedir}/KPim5/AkonadiContactEditor/
|
||||||
%{_kf5_cmakedir}/KF5AkonadiContact/
|
%{_kf5_cmakedir}/KF5AkonadiContact/
|
||||||
%{_kf5_cmakedir}/KF5ContactEditor/
|
%{_kf5_cmakedir}/KF5AkonadiContactEditor/
|
||||||
%{_kf5_includedir}/AkonadiContact/
|
%{_kf5_cmakedir}/KPim5AkonadiContact/
|
||||||
%{_kf5_includedir}/AkonadiContactEditor/
|
%{_kf5_cmakedir}/KPim5ContactEditor/
|
||||||
%{_kf5_libdir}/libKF5AkonadiContact.so
|
%{_kf5_libdir}/libKPim5AkonadiContact.so
|
||||||
%{_kf5_libdir}/libKF5ContactEditor.so
|
%{_kf5_libdir}/libKPim5ContactEditor.so
|
||||||
%{_kf5_mkspecsdir}/qt_AkonadiContact.pri
|
%{_kf5_mkspecsdir}/qt_AkonadiContact.pri
|
||||||
%{_kf5_mkspecsdir}/qt_ContactEditor.pri
|
%{_kf5_mkspecsdir}/qt_ContactEditor.pri
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:778c8dfd778feceb6ce2154d9e5b83199047779f6ae8dbd7a1541563ce2303ee
|
|
||||||
size 440240
|
|
@ -1,16 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmP9R+sACgkQu0YzUNbv
|
|
||||||
Me+iJQ/9EYa8WGu8e2LGGoFhugtbJopnMYuP8v2pCO/SWIhqzY1JxRo9gyonnVlD
|
|
||||||
ltM3jG4xiMYUA4jeXwzyIetg0ja7RoOTLtAHQFZJzBpEyM00EndpqrTeLeHYfpav
|
|
||||||
pAmk98DRGcKfVCIjK7zqiaODAWEMtV9wxmIpDAKkZYKg3vr4DSWy/RyUo0RS2JPg
|
|
||||||
pugP1P3vDn2oyhnEOxUMp24oWu6CReHKYJwvcc6T+KClmVjB4XX77J7enf7sNsnN
|
|
||||||
Ekw4fyzrvFIa/+MMtvLIAugu1cGUaGf0tukBqAx3CqYSo6NOTUAsjPqO3hcSc8wx
|
|
||||||
pPxTg76llezW6g39OA8Le6zXUPABc8jldbZkmFu6rPiHSTT82P8u5ANSBMJltZvX
|
|
||||||
wZWNJRdStZYI/Ei2C9h7HceN8ekeR9alskYDANHmmWfK++mUHDYnf6iEDdD+DLEc
|
|
||||||
Fiud4BWVhlnz5bFEik8h7U5Ep0hHszAl3qnFepAxYCKxBZZAMhHlrPcXpgS2aE9Y
|
|
||||||
FBdZXTr6iHF1TLsn7Oh3iA3Vb8rlADlv/fy/9Hx9oRCx1GgG5YVVxhTgQspIsUEa
|
|
||||||
MyrxgpZIELnhg17xjSfT1UYZUMWkM2VLscympFN3+u+3x+qjt5Tdrb+2the8lgoP
|
|
||||||
BUvdUrjuuJH0kFnTesZdW66/KsXy+pKXhCRTqNvOjda60V5QP00=
|
|
||||||
=wKtn
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
akonadi-contacts-23.04.0.tar.xz
Normal file
3
akonadi-contacts-23.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:afd816058723d4fda79b61f0f052b24d47b822699695522db21c1a2141d7f83b
|
||||||
|
size 442408
|
16
akonadi-contacts-23.04.0.tar.xz.sig
Normal file
16
akonadi-contacts-23.04.0.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmQ476QACgkQu0YzUNbv
|
||||||
|
Me8t0Q/+P5eU6gTzNLC7vsRKX6ixnNfW0e36RQTpSB4C8M33HmJNxLMRRS5hdG2k
|
||||||
|
NExlOuSNSNBTk4I8dkvN7rDzc+Mhn/7qOwlbwQEskwqFlQOe154yIUbSGRX2EbME
|
||||||
|
sySnFZ70JE34wSXATVbkLailI2CAa6XLub+PRWK1F6P/KuqzIpJCFhVsON554r7Z
|
||||||
|
X+WvNuL4nkFZl9nJDSN/hTGQWqobN/eiAtEGH+Jzd9bvKUslDYZ8u19Cc1ATYhKf
|
||||||
|
mNya6pt50VzYwFm+WZg4PyAG1MVfYidbyUqP0W2JGiGwHa9svSmMQ6qWKEGIOF0I
|
||||||
|
M0+LcUMsuXz1Vu2dTRaPOOEF449gnhUgldBN6ylpo1YuUP2RP7snRjIcEmNlpFtn
|
||||||
|
1RF+oDXVNvm3OJkY446RvtcNwRbtCPMtm6lHQ/8vF2nnXq5SOWmubCy7kXT45A62
|
||||||
|
8ncyTVQSja5koeDa/6QYs73TUZsEKz7Qyf2VMg8dMC9XhIiMb6dQkgTlzYK2yp7K
|
||||||
|
KvJmEJOjSegUiC6fCngLh7IxgKMaNaD5MPkFlWAVEGt8+DKkHj2OiP7gQATbBqNo
|
||||||
|
vAComoY/TZWCxMzdWlJX6EMFx8AKtWgN9S8sSUb6cyiiRsdElBnOI+olQqhLvxKp
|
||||||
|
L3SbPaBRHEr/YqdRrwbVwCsWSQVei/zGl7cWiPcpfAnSo0/qh00=
|
||||||
|
=m0pd
|
||||||
|
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user