diff --git a/akonadi-contact.changes b/akonadi-contact.changes new file mode 100644 index 0000000..a633550 --- /dev/null +++ b/akonadi-contact.changes @@ -0,0 +1,567 @@ +------------------------------------------------------------------- +Thu Sep 5 13:59:52 UTC 2019 - Luca Beltrame + +- Update to 19.08.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08.1.php +- Changes since 19.08.0: + * Include KDE* cmake macros before any others + * Hide label when we don't have plugins + +------------------------------------------------------------------- +Fri Aug 9 08:29:53 UTC 2019 - Christophe Giboudeaux + +- Update to 19.08.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08.0.php +- No code change since 19.07.90 + +------------------------------------------------------------------- +Tue Aug 06 16:50:46 UTC 2019 - lbeltrame@kde.org + +- Update to 19.07.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08-rc.php +- No code changes since 19.07.80 + +------------------------------------------------------------------- +Tue Jul 23 11:58:54 UTC 2019 - lbeltrame@kde.org + +- Update to 19.07.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08-beta.php +- Changes since 19.04.3: + * Too many changes to list here + +------------------------------------------------------------------- +Sat Jul 13 07:26:32 UTC 2019 - lbeltrame@kde.org + +- Update to 19.04.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.3.php +- No code changes since 19.04.2 + +------------------------------------------------------------------- +Fri Jun 07 12:51:50 UTC 2019 - lbeltrame@kde.org + +- Update to 19.04.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.2.php +- Changes since 19.04.1: + * Fix the akonadi-contacts dependencies + +------------------------------------------------------------------- +Fri May 10 05:37:10 UTC 2019 - lbeltrame@kde.org + +- Update to 19.04.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.1.php +- No code changes since 19.04.0 + +------------------------------------------------------------------- +Sat Apr 20 06:51:51 UTC 2019 - lbeltrame@kde.org + +- Update to 19.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.0.php +- No code changes since 19.03.90 + +------------------------------------------------------------------- +Tue Apr 09 20:54:37 UTC 2019 - lbeltrame@kde.org + +- Update to 19.03.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/announce-applications-19.04-rc.php +- Changes since 19.03.80: + * Convert to camelcase include + * contact-editor/.../CMakeLists.txt - don't build in nicknamewidget + * Workaround qt5.13 bug + * Fix broken unittest + * Make attribute const + +------------------------------------------------------------------- +Wed Mar 27 06:40:54 UTC 2019 - lbeltrame@kde.org + +- Update to 19.03.80 + * New feature release + * For more details please see: + * https://kde.org/announcements/announce-applications-19.04-beta.php +- Changes since 18.12.3: + * Reduce duplicate code + * Make it compile against qt5.13 + * Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000 + * Add support for "PROFILE" web site as GMail has. + * Add support for QQ protocol + * Increase version here too + * Fix some clazy warning + * Remove QT_CHECK + * Minor: Fix string according to KDE HIG + +------------------------------------------------------------------- +Sat Mar 09 08:03:10 UTC 2019 - lbeltrame@kde.org + +- Update to 18.12.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.3.php +- Changes since 18.12.2: + * Don't duplicate items + +------------------------------------------------------------------- +Sat Feb 09 08:24:47 UTC 2019 - lbeltrame@kde.org + +- Update to 18.12.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.2.php +- Changes since 18.12.1: + * No code changes since 18.12.1 + +------------------------------------------------------------------- +Fri Jan 11 05:41:44 UTC 2019 - lbeltrame@kde.org + +- Update to 18.12.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.1.php +- Changes since 18.12.0: + * No code changes since 18.12.0 + +------------------------------------------------------------------- +Fri Dec 14 06:08:38 UTC 2018 - lbeltrame@kde.org + +- Update to 18.12.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.0.php +- Changes since 18.11.90: + * No code changes since 18.11.90 + +------------------------------------------------------------------- +Mon Dec 03 20:55:44 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-rc.php +- Changes since 18.11.80: + * Fix mem leak found by asan + * Fix mem leak found by asan + * Add serializer debug categories + * Fix Mapquest URL + +------------------------------------------------------------------- +Tue Nov 20 06:21:44 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:56:33 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-beta.php +- Changes since 18.08.3: + * Add autotest for blogfeed + * Fix Bug 400482 - existing blog feed is not editable/erasable (kde#400482) + * Add support for blog feed + * Improve autotest + * QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51 + * use new syntax + * Make more strict + * Remove warning + +------------------------------------------------------------------- +Thu Nov 08 20:43:25 UTC 2018 - lbeltrame@kde.org + +- Update to 18.08.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08.3.php +- Changes since 18.08.2: + * No code changes since 18.08.2 + +------------------------------------------------------------------- +Thu Oct 11 20:06:42 UTC 2018 - lbeltrame@kde.org + +- Update to 18.08.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08.2.php +- Changes since 18.08.1: + * None + +------------------------------------------------------------------- +Thu Sep 06 18:42:49 UTC 2018 - lbeltrame@kde.org + +- Update to 18.08.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08.1.php +- Changes since 18.08.0: + * None +------------------------------------------------------------------- +Thu Aug 16 21:59:34 UTC 2018 - christophe@krop.fr + +- Update to 18.08.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08.0.php +- Changes since 18.07.80: + * Add missing category + +------------------------------------------------------------------- +Thu Jul 26 13:00:23 UTC 2018 - lbeltrame@kde.org + +- Update to 18.07.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08-beta.php +- Changes since 18.04.3: + * Use Q_REQUIRED_RESULT + * Don't use deprecated api + * Port to new connect api + * Reorder + * Port to new connect api + fix disconnect it + +------------------------------------------------------------------- +Fri Jul 13 04:49:44 UTC 2018 - lbeltrame@kde.org + +- Update to 18.04.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04.3.php +- Changes since 18.04.2: + * None + +------------------------------------------------------------------- +Fri Jun 08 05:06:32 UTC 2018 - lbeltrame@kde.org + +- Update to 18.04.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04.2.php +- Changes since 18.04.1: + * None + +------------------------------------------------------------------- +Fri May 11 05:17:38 UTC 2018 - lbeltrame@kde.org + +- Update to 18.04.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04.1.php +- Changes since 18.04.0: + * None + +------------------------------------------------------------------- +Wed Apr 18 07:48:28 CEST 2018 - lbeltrame@kde.org + +- Update to 18.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04.0.php +- Changes since 18.03.90: + * None + +------------------------------------------------------------------- +Fri Apr 06 07:08:35 CEST 2018 - lbeltrame@kde.org + +- Update to 18.03.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04-rc.php +- Changes since 17.12.3: + * Too many changes to list here + +------------------------------------------------------------------- +Thu Mar 08 23:50:51 CET 2018 - lbeltrame@kde.org + +- Update to 17.12.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.3.php +- Changes since 17.12.2: + * Remove duplicate category file + * Fix crash Bug 390965 - kaddressbook-5.7.2 without kdepim-addons crashes adding/editing contacts (kde#390965) + * Remove debug + * Allow barcodes to be nullpointers + +------------------------------------------------------------------- +Wed Feb 07 08:47:06 CET 2018 - lbeltrame@kde.org + +- Update to 17.12.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.2.php +- Changes since 17.12.1: + * None + +------------------------------------------------------------------- +Thu Jan 11 23:40:51 CET 2018 - lbeltrame@kde.org + +- Update to 17.12.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.1.php +- Changes since 17.12.0: + * None + +------------------------------------------------------------------- +Sat Dec 09 14:59:00 CET 2017 - lbeltrame@kde.org + +- Update to 17.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.0.php +- Changes since 17.11.90: + * Return an ItemFlags not nullptr + +------------------------------------------------------------------- +Sat Dec 02 10:12:34 CET 2017 - lbeltrame@kde.org + +- Update to 17.11.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-rc.php +- Changes since 17.11.80: + * None + +------------------------------------------------------------------- +Mon Nov 20 06:55:26 CET 2017 - lbeltrame@kde.org + +- Update to 17.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-beta.php +- Changes since 17.08.3: + * Too many changes to list here + +------------------------------------------------------------------- +Thu Nov 09 23:10:38 CET 2017 - lbeltrame@kde.org + +- Update to 17.08.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.08.3.php +- Changes since 17.08.2: + * Generate translated string with i18n + +------------------------------------------------------------------- +Tue Oct 17 00:31:01 CEST 2017 - lbeltrame@kde.org + +- Update to 17.08.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.08.2.php +- Changes since 17.08.1: + * We don't want to edit treeview + * EmailAddressSelectionWidget: use ETM signal to expand, rather than 1s timer. + +------------------------------------------------------------------- +Thu Sep 07 07:01:05 CEST 2017 - lbeltrame@kde.org + +- Update to 17.08.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.08.1.php +- Changes since 17.08.0: + * Add test program for EmailAddressSelectionModel + +------------------------------------------------------------------- +Fri Aug 11 22:44:44 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : +- Too many changes to list here + +------------------------------------------------------------------- +Sat Aug 5 18:16:23 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.08-rc.php + + +------------------------------------------------------------------- +Sat Jul 15 22:58:49 CEST 2017 - lbeltrame@kde.org + +- Update to 17.04.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.3.php +- Changes since 17.04.2: + * Make it compile on windows + +------------------------------------------------------------------- +Wed Jun 07 17:42:39 CEST 2017 - lbeltrame@kde.org + +- Update to 17.04.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.2.php +- Changes since 17.04.1: + * None + +------------------------------------------------------------------- +Wed May 17 20:35:25 CEST 2017 - lbeltrame@kde.org + +- Update to 17.04.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.1.php +- Changes since 17.04.0: + * Fix Bug 375296 - unable to use kdeconnect-cli to send an sms (kde#375296) + * Keep margin + +------------------------------------------------------------------- +Sun Apr 16 10:44:41 CEST 2017 - lbeltrame@kde.org + +- Update to 17.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.0.php +- Changes since 17.03.90: + * None + +------------------------------------------------------------------- +Wed Apr 12 20:25:07 CEST 2017 - lbeltrame@kde.org + +- Update to 17.03.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04-rc.php +- Changes since 17.03.80: + * Fix indent + +------------------------------------------------------------------- +Sat Mar 25 23:10:04 CET 2017 - lbeltrame@kde.org + +- Update to 17.03.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04-beta.php +- Changes since 16.12.3: + * Too many changes to list here + +------------------------------------------------------------------- +Thu Mar 9 12:33:02 CET 2017 - lbeltrame@kde.org + +- Update to 16.12.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-16.12.3.php +- Changes since 16.12.2: + * None + +------------------------------------------------------------------- +Thu Feb 9 06:38:13 UTC 2017 - lbeltrame@kde.org + +- Update to KDE Applications 16.12.2 + * KDE Applications 16.12.2 + * https://www.kde.org/announcements/announce-applications-16.12.2.php + + +------------------------------------------------------------------- +Sat Jan 28 16:24:49 UTC 2017 - wbauer@tmo.at + +- BuildRequire cmake(KF5Prison) instead of libprison-devel (which + is the KDE4 version) to enable the barcode features + +------------------------------------------------------------------- +Sat Jan 14 08:47:51 UTC 2017 - lbeltrame@kde.org + +- - Update to KDE Applications 16.12.1 + * KDE Applications 16.12.1 + * https://www.kde.org/announcements/announce-applications-16.12.1.php + +------------------------------------------------------------------- +Tue Dec 13 19:27:13 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.12.0 + * KDE Applications 16.12.0 + * https://www.kde.org/announcements/announce-applications-16.12.0.php + + +------------------------------------------------------------------- +Sat Dec 3 15:52:56 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.90 + * KDE Applications 16.12.0 RC + * https://www.kde.org/announcements/announce-applications-16.12-rc.php + + +------------------------------------------------------------------- +Tue Nov 29 12:15:49 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.80 + * KDE Applications 16.12.0 Beta + * https://www.kde.org/announcements/announce-applications-16.12-beta.php + + +------------------------------------------------------------------- +Wed Nov 9 06:08:15 UTC 2016 - lbeltrame@kde.org + +- Update to KDE Applications 16.08.3 + * KDE Applications 16.08.3 + * https://www.kde.org/announcements/announce-applications-16.08.3.php + +------------------------------------------------------------------- +Tue Oct 11 20:52:50 UTC 2016 - lbeltrame@kde.org + +- KDE Applications 16.08.2 +- https://www.kde.org/announcements/announce-applications-16.08.2.php + +------------------------------------------------------------------- +Fri Sep 9 08:02:48 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.08.1 + * KDE Applications 16.08.1 + * https://www.kde.org/announcements/announce-applications-16.08.1.php + + +------------------------------------------------------------------- +Tue Aug 23 13:49:10 UTC 2016 - fabian@ritter-vogt.de + +- Build only on architectures supported by libqt5-qtwebengine + +------------------------------------------------------------------- +Fri Aug 12 20:45:09 UTC 2016 - jengelh@inai.de + +- Update RPM group classifcation. Drop unused macros. + +------------------------------------------------------------------- +Fri Aug 12 10:00:44 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.08.0 + * KDE Applications 16.08.0 + * https://www.kde.org/announcements/announce-applications-16.08.0.php + + +------------------------------------------------------------------- +Tue Aug 9 19:18:15 UTC 2016 - wbauer@tmo.at + +- Cleanup build requirements +- Drop no longer respected QTWEBENGINE_SUPPORT_OPTION from cmake + (QtWebEngine is mandatory now) + +------------------------------------------------------------------- +Mon Aug 8 14:26:12 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.07.90 + * KDE Applications 16.07.90 (16.08-RC) + * https://www.kde.org/announcements/announce-applications-16.08-rc.php + + diff --git a/akonadi-contact.spec b/akonadi-contact.spec new file mode 100644 index 0000000..34d17cc --- /dev/null +++ b/akonadi-contact.spec @@ -0,0 +1,179 @@ +# +# spec file for package akonadi-contact +# +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define rname akonadi-contacts +%define sonum 5 +%define kf5_version 5.26.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 lang +Name: akonadi-contact +Version: 19.08.1 +Release: 0 +Summary: KDE PIM Libraries for Akonadi Contacts +License: LGPL-2.1-or-later +Group: System/GUI/KDE +URL: https://www.kde.org +Source: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif +BuildRequires: akonadi-mime-devel +BuildRequires: akonadi-server-devel >= %{_kapp_version} +BuildRequires: extra-cmake-modules >= %{kf5_version} +BuildRequires: grantlee5-devel +BuildRequires: kcalcore-devel +BuildRequires: kcodecs-devel >= %{kf5_version} +BuildRequires: kcompletion-devel >= %{kf5_version} +BuildRequires: kcontacts-devel +BuildRequires: kf5-filesystem +BuildRequires: kio-devel >= %{kf5_version} +BuildRequires: kmime-devel +BuildRequires: pkgconfig +BuildRequires: cmake(KF5Prison) +BuildRequires: pkgconfig(Qt5Test) >= 5.6.0 +BuildRequires: pkgconfig(Qt5WebEngine) >= 5.6.0 +BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.6.0 +BuildRequires: pkgconfig(Qt5Widgets) >= 5.6.0 +Requires: libKF5AkonadiContact5 = %{version} +Requires: libKF5ContactEditor5 = %{version} +Recommends: %{name}-lang +Provides: 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 +This package provides a library used for handling personal contacts, +as part of the KDE Personal Information Management (PIM) software. + +%package -n libKF5AkonadiContact5 +Summary: Library for personal contact handling +Group: System/Libraries +Requires: akonadi-contact >= %{version} +Obsoletes: akonadi-socialutils +Obsoletes: akonadi-socialutils-devel + +%description -n libKF5AkonadiContact5 +This package provides a library used for handling personal contacts, +as part of the KDE Personal Information Management (PIM) software. + +%package -n libKF5ContactEditor5 +Summary: Library for personal contact handling +Group: System/Libraries +Requires: akonadi-contact >= %{version} + +%description -n libKF5ContactEditor5 +This package provides a library used for handling personal contacts, +as part of the KDE Personal Information Management (PIM) software. + +%package -n akonadi-plugin-contacts +Summary: Plugins for personal contact handling +Group: System/Libraries +Requires: akonadi-contact >= %{version} + +%description -n akonadi-plugin-contacts +This package provides plugins required by PIM applications to read and write contact data. + +%package devel +Summary: KDE PIM Libraries: Build Environment +Group: Development/Libraries/KDE +Requires: akonadi-contact = %{version} +Requires: akonadi-server-devel +Requires: kcontacts-devel +Requires: libKF5AkonadiContact5 = %{version} +Requires: libKF5ContactEditor5 = %{version} +Obsoletes: akonadi-contacts-devel < %{version} +Provides: akonadi-contacts-devel = %{version} + +%description devel +This package contains all necessary include files and libraries needed +to develop KDE PIM applications. + +%lang_package + +%prep +%setup -q -n %{rname}-%{version} + +%build +%cmake_kf5 -d build -- -DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir} +%make_jobs + +%install + %kf5_makeinstall -C build + %if %{with lang} + %find_lang %{name} --with-man --all-name + %endif + +%post -n libKF5AkonadiContact5 -p /sbin/ldconfig +%postun -n libKF5AkonadiContact5 -p /sbin/ldconfig +%post -n libKF5ContactEditor5 -p /sbin/ldconfig +%postun -n libKF5ContactEditor5 -p /sbin/ldconfig + +%files +%license COPYING* +%dir %{_kf5_plugindir} +%dir %{_kf5_plugindir}/akonadi/contacts/ +%{_kf5_debugdir}/*.categories +%{_kf5_debugdir}/*.renamecategories +%{_kf5_datadir}/akonadi/contact/ +%{_kf5_plugindir}/akonadi/contacts/plugins/ +%{_kf5_plugindir}/kcm_akonadicontact_actions.so +%{_kf5_servicesdir}/akonadicontact_actions.desktop + +%files -n libKF5AkonadiContact5 +%license COPYING* +%{_kf5_libdir}/libKF5AkonadiContact.so.* + +%files -n libKF5ContactEditor5 +%license COPYING* +%{_kf5_libdir}/libKF5ContactEditor.so.* + +%files -n akonadi-plugin-contacts +%{_kf5_plugindir}/akonadi_serializer_addressee.so +%{_kf5_plugindir}/akonadi_serializer_contactgroup.so +%dir %{_kf5_sharedir}/akonadi +%dir %{_kf5_sharedir}/akonadi/plugins +%dir %{_kf5_sharedir}/akonadi/plugins/serializer +%{_kf5_sharedir}/akonadi/plugins/serializer/akonadi_serializer_addressee.desktop +%{_kf5_sharedir}/akonadi/plugins/serializer/akonadi_serializer_contactgroup.desktop + +%files devel +%license COPYING* +%dir %{_kf5_includedir}/Akonadi +%dir %{_kf5_includedir}/ContactEditor +%dir %{_kf5_includedir}/akonadi +%dir %{_kf5_includedir}/contacteditor +%{_kf5_includedir}/Akonadi/Contact/ +%{_kf5_includedir}/ContactEditor +%{_kf5_includedir}/akonadi/contact/ +%{_kf5_includedir}/contacteditor +%{_kf5_cmakedir}/KF5AkonadiContact/ +%{_kf5_cmakedir}/KF5ContactEditor/ +%{_kf5_libdir}/libKF5AkonadiContact.so +%{_kf5_libdir}/libKF5ContactEditor.so +%{_kf5_mkspecsdir}/qt_AkonadiContact.pri +%{_kf5_mkspecsdir}/qt_ContactEditor.pri + +%if %{with lang} +%files lang -f %{name}.lang +%license COPYING* +%endif + +%changelog diff --git a/akonadi-contacts-19.08.1.tar.xz.sig b/akonadi-contacts-19.08.1.tar.xz.sig new file mode 100644 index 0000000..ac8d4e0 --- /dev/null +++ b/akonadi-contacts-19.08.1.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1tyrgACgkQ29LOiT4t +HIdU/QgAg92zC4+e9IRv7SV4fvswID/YZ4AwpRV/CDQWzEBAyE0wBwqHLrcdcHIa +k0hni75y0uxerOz2UVa5nM6NsS/lvJfe4tEqOwwVEeCOUnC1txKVnmBSg6Um1mGY +dhpqNTAtcSLo1XCwyRknZ1M2LiqgrdWDNeA6ewMDjvPGa3KbjdfEzDB5BPy76B3C +BbuSEaDxyejUfHgj+RYmfyWm/WfcUwL6/xDgvyvx6H9cW09JEZG9ahkfjhEmZ6BY +euTD39zsKtpciLGxhM67FJCjSZDpFSMqEwDeSX3J7q7FgiKDwOyujmmvPYgJk5Tp +6PiMkafT/hS6f9AT0ei+U+XWHSeEnA== +=mv6J +-----END PGP SIGNATURE----- diff --git a/applications.keyring b/applications.keyring new file mode 100644 index 0000000..c4c2cb6 Binary files /dev/null and b/applications.keyring differ