1
0
forked from pool/mbox-importer

Accepting request 490517 from KDE:Applications

KDE Applications 17.04.0 final

OBS-URL: https://build.opensuse.org/request/show/490517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mbox-importer?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2017-05-16 12:36:57 +00:00 committed by Git OBS Bridge
commit 968ff1d717
4 changed files with 65 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Sun Apr 16 10:45:20 CEST 2017 - lbeltrame@kde.org
- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
* None
-------------------------------------------------------------------
Wed Apr 12 20:26:07 CEST 2017 - lbeltrame@kde.org
- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
* None
-------------------------------------------------------------------
Fri Mar 31 18:30:09 UTC 2017 - fabian@ritter-vogt.de
- Build only for architectures compatible with Qt WebEngine
-------------------------------------------------------------------
Sat Mar 25 23:10:52 CET 2017 - lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* USe singleton
* Link against new lib
* Adapt to new mailimporter api
* Adapt to new pimcommon
* Port to nullptr
* Update copyright
* Add ECMCoverageOption
-------------------------------------------------------------------
Thu Mar 9 12:43:55 CET 2017 - lbeltrame@kde.org

View File

@ -16,11 +16,13 @@
#
%bcond_without lang
Name: mbox-importer
Version: 16.12.3
Version: 17.04.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Tool for importing mbox archives into akonadi
License: GPL-2.0+ and LGPL-2.1+
@ -41,12 +43,19 @@ BuildRequires: cmake(KF5MailImporter)
BuildRequires: cmake(KF5Service)
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64
%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
@ -56,6 +65,9 @@ into akonadi.
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%endif
%files
%defattr(-,root,root)
@ -63,4 +75,9 @@ into akonadi.
%{_bindir}/mboximporter
%{_kf5_applicationsdir}/org.kde.mboximporter.desktop
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog