KDE Applications 20.03.80

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mailimporter?expand=0&rev=152
This commit is contained in:
Christophe Marin 2020-03-28 13:58:33 +00:00 committed by Git OBS Bridge
parent b7948f3f56
commit a052d61d46
6 changed files with 38 additions and 26 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drZcACgkQ29LOiT4t
HIcYOgf+LuS0ZeGv8Rl/Ra4SZHOv2E06uXKTJenz9zxCw/27eUv/QsLK23i7DAa+
UppbN6PCT4HcFtbUa/4idNW/kHbNZFEhHjMOHLRzNhaCArW6GcF5LmV4LaFRrSCW
uY05+Pyb1jp5ETBm8SxKcR4RERkHf/MCJdjG4yPYfSmiazcYO9z+5X/k6ExpEhZ9
r7vSU8lKEW7SaGW5y3X6up94pumaDfMdIQOmwDJUtNeMKyLBOCtncI/bNKeB8KKT
4hwnt5KP7myoCNvQn/0WDxANlePEhLutG0Y0nXp6YQGfdcHgHz95TNkWkjZm3bT4
YBfFQU8ATbD3i1QXkS8Ou7aT/HBmXg==
=Y8d7
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vCQACgkQOmpNuDnq
ptdwtRAAjogL6RgkQ3dvYier6rvytbo4AtTtWhWdX1jXIXJ4132/Cq+WT540jlK+
SxqwIoIG2yut0+td0jc57ogyJvdv/2h4iFbVIVmT907JSppBT4F4kWJpGogrozwd
jp2n/MqexkFSDyeMxG8QZqjdRwuVZ4y/j/VPn8E+YaJMjPQA9Q3l1f7/6QpAQ6ma
m5s9Y0DP6ylUzd6cAo+636hAg4HIqv1pKLGgxFzdEUrmOgEncg+7pMBjS/2DyMsT
5Fx2q92uPYFiwZMgm/+eZ9MUW9rREqP3V6bjQ/HXs9mSFJCnGDjCEp65JdPv8cl5
XSFDacsoTM8MTsPr6vMVpTUluMemd88mHKCTggSS0I34ymSxeASSt/Uxa5A8c4EU
1pMXW20HfmHGfwosN3QIgFl7YlLZrSCJKnmIG01aWWKCiDC5E9eWbn62f7NGmnFY
EmJFLbopkru0b4jhTlHPYLpzvrjOBEifaLAiwvgCD/duHgi200ujytI8GlSmTUix
Fu0vmAVoZejyXjBLU6yKTJ0/FnwVr8C1J5usQH7/pZEf6KvEj5Agz2dR/LUD1J4I
WXrt0YkkOwaJYxOwqWBlhYtoDSMdexgnhpkqwV0u5ugyucBGMfmOgp/p7rhBxzAG
GjIg+OEs/Wbtqxye0/eD3KqF3j1zNBvL93dpIhykdkJiLmX6Pwg=
=D9nQ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Mar 22 09:17:40 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Changes since 19.12.3:
* Make it compile against last qt5.15
* Autogenerate categories file
-------------------------------------------------------------------
Thu Mar 5 20:36:47 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,40 +16,38 @@
#
%define kf5_version 5.60.0
%define kf5_version 5.66.0
# 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}')}
%bcond_without lang
Name: mailimporter
Version: 19.12.3
Version: 20.03.80
Release: 0
Summary: Mail import functionality for KDE PIM
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
URL: https://www.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Akonadi)
BuildRequires: cmake(KF5AkonadiMime)
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5CalendarCore)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5Libkdepim)
BuildRequires: cmake(KF5Mime)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5UiTools)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml)
# 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
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Recommends: %{name}-lang
%description
The mailimporter library is a KDE PIM project to provide a framework
@ -88,9 +86,7 @@ This package provides the mailimporter library for Akonadi based functions,
used by KDE PIM applications to import data from other mail formats
(such as mbox, Maildir...).
%if %{with lang}
%lang_package
%endif
%prep
%setup -q