Accepting request 516275 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516275 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/akonadi-contact?expand=0&rev=14
This commit is contained in:
commit
fb51400d5a
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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.07.90.php
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 15 22:58:49 CEST 2017 - lbeltrame@kde.org
|
Sat Jul 15 22:58:49 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
|
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
Name: akonadi-contact
|
Name: akonadi-contact
|
||||||
Version: 17.04.3
|
Version: 17.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: KDE PIM Libraries for Akonadi Contacts
|
Summary: KDE PIM Libraries for Akonadi Contacts
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -48,9 +48,12 @@ BuildRequires: pkgconfig(Qt5WebEngine) >= 5.6.0
|
|||||||
BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.6.0
|
BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.6.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.6.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.6.0
|
||||||
Requires: libKF5AkonadiContact5 = %{version}
|
Requires: libKF5AkonadiContact5 = %{version}
|
||||||
|
Requires: libKF5ContactEditor5 = %{version}
|
||||||
Provides: akonadi-contacts = %{version}
|
Provides: akonadi-contacts = %{version}
|
||||||
Obsoletes: akonadi-contacts < %{version}
|
Obsoletes: akonadi-contacts < %{version}
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# It can only build on the same platforms as Qt Webengine
|
# It can only build on the same platforms as Qt Webengine
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||||
@ -70,12 +73,24 @@ Obsoletes: akonadi-socialutils-devel
|
|||||||
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
|
||||||
|
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 devel
|
%package devel
|
||||||
Summary: KDE PIM Libraries: Build Environment
|
Summary: KDE PIM Libraries: Build Environment
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
|
Requires: akonadi-contact = %{version}
|
||||||
Requires: akonadi-server-devel
|
Requires: akonadi-server-devel
|
||||||
Requires: kcontacts-devel
|
Requires: kcontacts-devel
|
||||||
Requires: libKF5AkonadiContact5 = %{version}
|
Requires: libKF5AkonadiContact5 = %{version}
|
||||||
|
Requires: libKF5ContactEditor5 = %{version}
|
||||||
Obsoletes: akonadi-contacts-devel < %{version}
|
Obsoletes: akonadi-contacts-devel < %{version}
|
||||||
Provides: akonadi-contacts-devel = %{version}
|
Provides: akonadi-contacts-devel = %{version}
|
||||||
|
|
||||||
@ -103,35 +118,54 @@ to develop KDE PIM applications.
|
|||||||
%post -n libKF5AkonadiContact5 -p /sbin/ldconfig
|
%post -n libKF5AkonadiContact5 -p /sbin/ldconfig
|
||||||
%postun -n libKF5AkonadiContact5 -p /sbin/ldconfig
|
%postun -n libKF5AkonadiContact5 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%post -n libKF5ContactEditor5 -p /sbin/ldconfig
|
||||||
|
%postun -n libKF5ContactEditor5 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
%dir %{_kf5_plugindir}
|
%dir %{_kf5_plugindir}
|
||||||
%{_kf5_plugindir}/kcm_akonadicontact_actions.so
|
%dir %{_kf5_plugindir}/akonadi/contacts/
|
||||||
%{_kf5_servicesdir}/akonadicontact_actions.desktop
|
|
||||||
%{_kf5_servicetypesdir}/kaddressbookimprotocol.desktop
|
|
||||||
%{_kf5_datadir}/akonadi/contact/
|
|
||||||
%dir %{_kf5_servicesdir}/akonadi
|
%dir %{_kf5_servicesdir}/akonadi
|
||||||
%dir %{_kf5_servicesdir}/akonadi/contact
|
%dir %{_kf5_servicesdir}/akonadi/contact
|
||||||
|
%dir %{_kf5_sharedir}/contacteditor/
|
||||||
|
%dir %{_kf5_sharedir}/contacteditor/grantleetheme/
|
||||||
|
%config %{_kf5_configdir}/*.categories
|
||||||
|
%{_kf5_datadir}/akonadi/contact/
|
||||||
|
%{_kf5_plugindir}/akonadi/contacts/plugins/
|
||||||
|
%{_kf5_plugindir}/kcm_akonadicontact_actions.so
|
||||||
%{_kf5_servicesdir}/akonadi/contact/
|
%{_kf5_servicesdir}/akonadi/contact/
|
||||||
%{_datadir}/akonadicontact/
|
%{_kf5_servicesdir}/akonadicontact_actions.desktop
|
||||||
|
%{_kf5_servicetypesdir}/kaddressbookimprotocol.desktop
|
||||||
|
%{_kf5_sharedir}/contacteditor/grantleetheme/default/
|
||||||
|
|
||||||
%files -n libKF5AkonadiContact5
|
%files -n libKF5AkonadiContact5
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
%{_kf5_libdir}/libKF5AkonadiContact.so.*
|
%{_kf5_libdir}/libKF5AkonadiContact.so.*
|
||||||
|
|
||||||
|
%files -n libKF5ContactEditor5
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc COPYING*
|
||||||
|
%{_kf5_libdir}/libKF5ContactEditor.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
%{_kf5_libdir}/cmake/KF5AkonadiContact/
|
|
||||||
%{_kf5_libdir}/libKF5AkonadiContact.so
|
|
||||||
%dir %{_kf5_includedir}/Akonadi
|
%dir %{_kf5_includedir}/Akonadi
|
||||||
|
%dir %{_kf5_includedir}/ContactEditor
|
||||||
%dir %{_kf5_includedir}/akonadi
|
%dir %{_kf5_includedir}/akonadi
|
||||||
|
%dir %{_kf5_includedir}/contacteditor
|
||||||
%{_kf5_includedir}/Akonadi/Contact/
|
%{_kf5_includedir}/Akonadi/Contact/
|
||||||
|
%{_kf5_includedir}/ContactEditor
|
||||||
%{_kf5_includedir}/akonadi/contact/
|
%{_kf5_includedir}/akonadi/contact/
|
||||||
%{_kf5_includedir}/akonadi-contact_version.h
|
%{_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_AkonadiContact.pri
|
||||||
|
%{_kf5_mkspecsdir}/qt_ContactEditor.pri
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5399633c4b312d4226ca169f3aa1da521d9bdd7ed46389d1ab7fabbcfc764e0f
|
|
||||||
size 347700
|
|
3
akonadi-contacts-17.08.0.tar.xz
Normal file
3
akonadi-contacts-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:21b19fcca89341e4ceb3220c2276b426a92da58c0ca5d79eeff9bb3590fb8948
|
||||||
|
size 352128
|
Loading…
Reference in New Issue
Block a user