From 33216dda0b21eefde80e0c9465c53111ff4cadf305b678467b76145dc8fa262f Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:01:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=31 --- mbox-importer.changes | 12 ++++++++++++ mbox-importer.spec | 10 ++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/mbox-importer.changes b/mbox-importer.changes index 4ec3100..bb49eb5 100644 --- a/mbox-importer.changes +++ b/mbox-importer.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Aug 11 22:46:27 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 : + * Add desktop file name + * don't use deprecated methpd + * Minor + * Activate by default QT_NO_NARROWING_CONVERSIONS_IN_CONNECT + ------------------------------------------------------------------- Sat Aug 5 18:19:35 UTC 2017 - christophe@krop.fr diff --git a/mbox-importer.spec b/mbox-importer.spec index b40d4a7..4503fdc 100644 --- a/mbox-importer.spec +++ b/mbox-importer.spec @@ -43,10 +43,12 @@ BuildRequires: cmake(KF5MailImporter) BuildRequires: cmake(KF5Service) BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0 +%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 a tool that can be used to import mbox archives @@ -71,9 +73,9 @@ into akonadi. %files %defattr(-,root,root) -%doc COPYING COPYING.LIB COPYING.DOC -%{_bindir}/mboximporter +%doc COPYING* %{_kf5_applicationsdir}/org.kde.mboximporter.desktop +%{_kf5_bindir}/mboximporter %if %{with lang} %files lang -f %{name}.lang