forked from pool/pim-data-exporter
This commit is contained in:
parent
534682e928
commit
b8d7c0efc7
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:46:33 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:19:44 UTC 2017 - christophe@krop.fr
|
Sat Aug 5 18:19:44 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Name: pim-data-exporter
|
|||||||
Version: 17.07.90
|
Version: 17.07.90
|
||||||
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: Data exporter for KDE PIM
|
Summary: Data exporter for KDE PIM
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
@ -36,11 +36,6 @@ BuildRequires: boost-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
# Only required for the icon
|
|
||||||
BuildRequires: kontact
|
|
||||||
BuildRequires: pkgconfig
|
|
||||||
BuildRequires: python-devel
|
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: cmake(KF5Akonadi)
|
BuildRequires: cmake(KF5Akonadi)
|
||||||
BuildRequires: cmake(KF5AkonadiContact)
|
BuildRequires: cmake(KF5AkonadiContact)
|
||||||
BuildRequires: cmake(KF5AkonadiMime)
|
BuildRequires: cmake(KF5AkonadiMime)
|
||||||
@ -55,15 +50,22 @@ BuildRequires: cmake(KF5Libkdepim)
|
|||||||
BuildRequires: cmake(KF5MailCommon)
|
BuildRequires: cmake(KF5MailCommon)
|
||||||
BuildRequires: cmake(KF5MailTransport)
|
BuildRequires: cmake(KF5MailTransport)
|
||||||
BuildRequires: cmake(KF5PimTextEdit)
|
BuildRequires: cmake(KF5PimTextEdit)
|
||||||
|
# Only required for the icon
|
||||||
|
BuildRequires: kontact
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
||||||
Requires: kontact
|
Requires: kontact
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
%endif
|
||||||
# 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
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains utlities needed by KDE PIM to export data for backup and archival.
|
This package contains utlities needed by KDE PIM to export data for backup and archival.
|
||||||
@ -91,16 +93,16 @@ This package contains utlities needed by KDE PIM to export data for backup and a
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.LIB COPYING.DOC
|
%doc COPYING*
|
||||||
%config %{_kf5_configdir}/pimsettingexporter.renamecategories
|
|
||||||
%config %{_kf5_configdir}/pimsettingexporter.categories
|
%config %{_kf5_configdir}/pimsettingexporter.categories
|
||||||
%{_bindir}/pimsettingexporter
|
%config %{_kf5_configdir}/pimsettingexporter.renamecategories
|
||||||
%{_bindir}/pimsettingexporterconsole
|
%doc %lang(en) %{_kf5_htmldir}/en/pimsettingexporter/
|
||||||
%{_libdir}/libpimsettingexporterprivate.so.*
|
|
||||||
%{_kf5_applicationsdir}/org.kde.pimsettingexporter.desktop
|
%{_kf5_applicationsdir}/org.kde.pimsettingexporter.desktop
|
||||||
|
%{_kf5_bindir}/pimsettingexporter
|
||||||
|
%{_kf5_bindir}/pimsettingexporterconsole
|
||||||
%{_kf5_configkcfgdir}/pimsettingexporterglobalconfig.kcfg
|
%{_kf5_configkcfgdir}/pimsettingexporterglobalconfig.kcfg
|
||||||
%{_kf5_htmldir}/en/pimsettingexporter/
|
%{_kf5_libdir}/libpimsettingexporterprivate.so.*
|
||||||
%{_datadir}/kconf_update/
|
%{_kf5_sharedir}/kconf_update/
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user