1
0
forked from pool/mbox-importer

Accepting request 723758 from KDE:Applications

Applications 19.08.0 (forwarded request 723532 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/723758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mbox-importer?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2019-08-19 19:35:00 +00:00 committed by Git OBS Bridge
commit 216a975d6a
6 changed files with 54 additions and 17 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68160ddd977c7f8f771b2934e57ec15042508a92461ca9d233312546d8d2c537
size 33404

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e03fd814c70b15fca3b5dd2cde1dcece436b831ceb04323d7ffcca66daf3ce1c
size 33284

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxpUACgkQ29LOiT4t
HIdRuQf/To7C0qN+1v21viQ+fIaoBeXbC1/y81D8V74W5o8zcMdi3NcGoqOShZJb
QvVCntyYSg5ze62OrCDbaFl/xiU3jBJfghuTv+e/4mOB3Ie82LLZGQLH7x99asFP
yOd15rml2nZii/6FXC3v9wHEw+/GfiZKcPxjeHzXdjRFKQKE2ZaO9J8AaIMhyF/c
kOykNS95JRgY5qAKKyKfWmm0x5kPV4Ilv2p63OahrOnC1ooGj6TuShVzsjrpK7dK
jfCJ8v8dKyxPcAIY4+juP4suajbTqpY8LhSyafaK4LvEVDR9ptW81GIZvDoAC+E7
pOev85zOaG11RKN8tF74++vECSPDKA==
=5udR
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Aug 9 08:32:21 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 19.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.0.php
- No code change since 19.07.90
-------------------------------------------------------------------
Tue Aug 06 16:50:51 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
- No code changes since 19.07.80
-------------------------------------------------------------------
Tue Jul 23 11:59:07 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
- Changes since 19.04.3:
* Remove unused includes
* It was fixed in 5.13.0beta2
-------------------------------------------------------------------
Sat Jul 13 07:26:38 UTC 2019 - lbeltrame@kde.org

View File

@ -16,45 +16,42 @@
#
%define kf5_version 5.26.0
%define kf5_version 5.58.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: mbox-importer
Version: 19.04.3
Version: 19.08.0
Release: 0
Summary: Tool for importing mbox archives into akonadi
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/GUI/KDE
URL: http://www.kde.org
Source0: %{name}-%{version}.tar.xz
URL: https://www.kde.org
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: gettext-devel
BuildRequires: pkgconfig
BuildRequires: python-devel
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Akonadi)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5MailCommon)
BuildRequires: cmake(KF5MailImporter)
BuildRequires: cmake(KF5PimCommon)
BuildRequires: cmake(KF5Service)
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: cmake(Qt5Gui) >= 5.10.0
BuildRequires: cmake(Qt5Widgets) >= 5.10.0
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%if %{with lang}
Recommends: %{name}-lang
%endif
%description
This package contains a tool that can be used to import mbox archives
into akonadi.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q