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
|
||||
|
||||
|
@ -22,7 +22,7 @@ Name: pim-data-exporter
|
||||
Version: 17.07.90
|
||||
Release: 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}')}
|
||||
Summary: Data exporter for KDE PIM
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
@ -36,11 +36,6 @@ BuildRequires: boost-devel
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: gettext-devel
|
||||
# Only required for the icon
|
||||
BuildRequires: kontact
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF5Akonadi)
|
||||
BuildRequires: cmake(KF5AkonadiContact)
|
||||
BuildRequires: cmake(KF5AkonadiMime)
|
||||
@ -55,15 +50,22 @@ BuildRequires: cmake(KF5Libkdepim)
|
||||
BuildRequires: cmake(KF5MailCommon)
|
||||
BuildRequires: cmake(KF5MailTransport)
|
||||
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(Qt5Test) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
||||
Requires: kontact
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%endif
|
||||
# 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
|
||||
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
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.LIB COPYING.DOC
|
||||
%config %{_kf5_configdir}/pimsettingexporter.renamecategories
|
||||
%doc COPYING*
|
||||
%config %{_kf5_configdir}/pimsettingexporter.categories
|
||||
%{_bindir}/pimsettingexporter
|
||||
%{_bindir}/pimsettingexporterconsole
|
||||
%{_libdir}/libpimsettingexporterprivate.so.*
|
||||
%config %{_kf5_configdir}/pimsettingexporter.renamecategories
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/pimsettingexporter/
|
||||
%{_kf5_applicationsdir}/org.kde.pimsettingexporter.desktop
|
||||
%{_kf5_bindir}/pimsettingexporter
|
||||
%{_kf5_bindir}/pimsettingexporterconsole
|
||||
%{_kf5_configkcfgdir}/pimsettingexporterglobalconfig.kcfg
|
||||
%{_kf5_htmldir}/en/pimsettingexporter/
|
||||
%{_datadir}/kconf_update/
|
||||
%{_kf5_libdir}/libpimsettingexporterprivate.so.*
|
||||
%{_kf5_sharedir}/kconf_update/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user