KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/akonadi-contact?expand=0&rev=92
This commit is contained in:
parent
a253e99e1d
commit
2f76403161
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 06:21:44 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
- 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.11.80.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
|
Thu Nov 08 20:43:25 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -16,19 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
|
||||||
|
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
Name: akonadi-contact
|
|
||||||
Version: 18.08.3
|
|
||||||
Release: 0
|
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.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
|
||||||
|
Name: akonadi-contact
|
||||||
|
Version: 18.11.80
|
||||||
|
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
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: akonadi-contacts-%{version}.tar.xz
|
Source: akonadi-contacts-%{version}.tar.xz
|
||||||
BuildRequires: akonadi-mime-devel
|
BuildRequires: akonadi-mime-devel
|
||||||
BuildRequires: akonadi-server-devel >= %{_kapp_version}
|
BuildRequires: akonadi-server-devel >= %{_kapp_version}
|
||||||
@ -49,10 +48,9 @@ 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}
|
Requires: libKF5ContactEditor5 = %{version}
|
||||||
|
Recommends: %{name}-lang
|
||||||
Provides: akonadi-contacts = %{version}
|
Provides: akonadi-contacts = %{version}
|
||||||
Obsoletes: akonadi-contacts < %{version}
|
Obsoletes: akonadi-contacts < %{version}
|
||||||
Recommends: %{name}-lang
|
|
||||||
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
|
||||||
|
|
||||||
@ -120,13 +118,11 @@ 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
|
%post -n libKF5ContactEditor5 -p /sbin/ldconfig
|
||||||
%postun -n libKF5ContactEditor5 -p /sbin/ldconfig
|
%postun -n libKF5ContactEditor5 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%dir %{_kf5_plugindir}
|
%dir %{_kf5_plugindir}
|
||||||
%dir %{_kf5_plugindir}/akonadi/contacts/
|
%dir %{_kf5_plugindir}/akonadi/contacts/
|
||||||
%dir %{_kf5_servicesdir}/akonadi
|
%dir %{_kf5_servicesdir}/akonadi
|
||||||
@ -141,13 +137,11 @@ to develop KDE PIM applications.
|
|||||||
%{_kf5_servicetypesdir}/kaddressbookimprotocol.desktop
|
%{_kf5_servicetypesdir}/kaddressbookimprotocol.desktop
|
||||||
|
|
||||||
%files -n libKF5AkonadiContact5
|
%files -n libKF5AkonadiContact5
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%{_kf5_libdir}/libKF5AkonadiContact.so.*
|
%{_kf5_libdir}/libKF5AkonadiContact.so.*
|
||||||
|
|
||||||
%files -n libKF5ContactEditor5
|
%files -n libKF5ContactEditor5
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%{_kf5_libdir}/libKF5ContactEditor.so.*
|
%{_kf5_libdir}/libKF5ContactEditor.so.*
|
||||||
|
|
||||||
%files -n akonadi-plugin-contacts
|
%files -n akonadi-plugin-contacts
|
||||||
@ -160,8 +154,7 @@ 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
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%dir %{_kf5_includedir}/Akonadi
|
%dir %{_kf5_includedir}/Akonadi
|
||||||
%dir %{_kf5_includedir}/ContactEditor
|
%dir %{_kf5_includedir}/ContactEditor
|
||||||
%dir %{_kf5_includedir}/akonadi
|
%dir %{_kf5_includedir}/akonadi
|
||||||
@ -179,7 +172,7 @@ to develop KDE PIM applications.
|
|||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%doc COPYING*
|
%license COPYING*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f84fa7d46eaed19ac0eebab4a379460ae3afd486c1da66d0f809b1d496e628a1
|
|
||||||
size 390352
|
|
3
akonadi-contacts-18.11.80.tar.xz
Normal file
3
akonadi-contacts-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a7efb95f46d7aa910147a6039d0316fc48b829f7fbc9a405f9a0c14b5057ce2d
|
||||||
|
size 390200
|
Loading…
Reference in New Issue
Block a user