KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mailimporter?expand=0&rev=100
This commit is contained in:
Wolfgang Bauer 2018-11-24 23:45:28 +00:00 committed by Git OBS Bridge
parent c29b1e3b90
commit 065ed92d56
4 changed files with 31 additions and 22 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Nov 20 06:23:00 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
-------------------------------------------------------------------
Tue Nov 20 05:57:30 UTC 2018 - lbeltrame@kde.org
- Update to 18.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.11.80.php
- Changes since 18.08.3:
* QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51
* Use new syntax
-------------------------------------------------------------------
Thu Nov 08 20:43:49 UTC 2018 - lbeltrame@kde.org

View File

@ -16,18 +16,17 @@
#
%bcond_without lang
Name: mailimporter
Version: 18.08.3
Release: 0
%define kf5_version 5.26.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: 18.11.80
Release: 0
Summary: Mail import functionality for KDE PIM
License: GPL-2.0-only
Group: Development/Libraries/C and C++
Url: http://www.kde.org
URL: http://www.kde.org
Source0: %{name}-%{version}.tar.xz
BuildRequires: akonadi-contact-devel
BuildRequires: akonadi-mime-devel
@ -45,17 +44,16 @@ BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
BuildRequires: pkgconfig(Qt5UiTools) >= 5.4.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
BuildRequires: pkgconfig(Qt5Xml) >= 5.4.0
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%if 0%{?suse_version} > 1325
BuildRequires: libboost_headers-devel
%else
BuildRequires: boost-devel
%endif
# 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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The mailimporter library is a KDE PIM project to provide a framework
@ -113,13 +111,11 @@ used by KDE PIM applications to import data from other mail formats
%post -n libKF5MailImporter5 -p /sbin/ldconfig
%postun -n libKF5MailImporter5 -p /sbin/ldconfig
%post -n libKF5MailImporterAkonadi5 -p /sbin/ldconfig
%postun -n libKF5MailImporterAkonadi5 -p /sbin/ldconfig
%files devel
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%{_kf5_cmakedir}/KF5MailImporter/
%{_kf5_cmakedir}/KF5MailImporterAkonadi/
%{_kf5_includedir}/MailImporter/
@ -134,24 +130,21 @@ used by KDE PIM applications to import data from other mail formats
%{_kf5_mkspecsdir}/qt_MailImporterAkonadi.pri
%files -n libKF5MailImporter5
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%{_kf5_libdir}/libKF5MailImporter.so.*
%files -n libKF5MailImporterAkonadi5
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%{_kf5_libdir}/libKF5MailImporterAkonadi.so.*
%files
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%config %{_kf5_configdir}/mailimporter.categories
%config %{_kf5_configdir}/mailimporter.renamecategories
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%license COPYING*
%endif
%changelog