KDE Applications 17.08.80 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mailimporter?expand=0&rev=47
This commit is contained in:
parent
12f841a34b
commit
42b79bd05c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4150e1980c0f396aac49f957abfab7f3162ba04e49f05e859910012f4d24d223
|
||||
size 382656
|
3
mailimporter-17.03.80.tar.xz
Normal file
3
mailimporter-17.03.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb7a9f50432b126da7b63757d5a413831080cb7d6f2514cdba2987e9262c6824
|
||||
size 386712
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 23:10:51 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:
|
||||
* Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:43:46 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
Name: mailimporter
|
||||
Version: 16.12.3
|
||||
Version: 17.03.80
|
||||
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.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: Mail import functionality for KDE PIM
|
||||
License: GPL-2.0
|
||||
@ -43,6 +43,11 @@ BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
|
||||
BuildRequires: pkgconfig(Qt5UiTools) >= 5.4.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
|
||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.4.0
|
||||
%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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -67,7 +72,7 @@ KMail or Kontact.
|
||||
Summary: MailImporter library for kdepim
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Requires: %{name}
|
||||
Requires: %{name} >= %{version}
|
||||
|
||||
%description -n libKF5MailImporter5
|
||||
This package provides the mailimporter library, used by KDE PIM applications
|
||||
@ -76,11 +81,26 @@ to import data from other mail formats (such as mbox, Maildir...).
|
||||
%post -n libKF5MailImporter5 -p /sbin/ldconfig
|
||||
%postun -n libKF5MailImporter5 -p /sbin/ldconfig
|
||||
|
||||
%package -n libKF5MailImporterAkonadi5
|
||||
Summary: MailImporter Akonadi based library for kdepim
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Requires: %{name} >= %{version}
|
||||
|
||||
%description -n libKF5MailImporterAkonadi5
|
||||
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...).
|
||||
|
||||
%post -n libKF5MailImporterAkonadi5 -p /sbin/ldconfig
|
||||
%postun -n libKF5MailImporterAkonadi5 -p /sbin/ldconfig
|
||||
|
||||
%package devel
|
||||
Summary: Development package for mailimporter
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libKF5MailImporter5 = %{version}
|
||||
Requires: libKF5MailImporterAkonadi5 = %{version}
|
||||
|
||||
%description devel
|
||||
This package provides the development headers of the mailimporter library.
|
||||
@ -89,15 +109,25 @@ This package provides the development headers of the mailimporter library.
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/KF5/mailimporter/
|
||||
%{_includedir}/KF5/MailImporter/
|
||||
%{_includedir}/KF5/MailImporterAkonadi/
|
||||
%{_includedir}/KF5/mailimporter_version.h
|
||||
%{_includedir}/KF5/mailimporterakonadi_version.h
|
||||
%{_includedir}/KF5/mailimporterakonadi/
|
||||
%{_libdir}/cmake/KF5MailImporter/
|
||||
%{_libdir}/cmake/KF5MailImporterAkonadi/
|
||||
%{_libdir}/libKF5MailImporter.so
|
||||
%{_libdir}/qt5/mkspecs/modules/qt_MailImporter.pri
|
||||
%{_libdir}/libKF5MailImporterAkonadi.so
|
||||
%{_kf5_mkspecsdir}/qt_MailImporter.pri
|
||||
%{_kf5_mkspecsdir}/qt_MailImporterAkonadi.pri
|
||||
|
||||
%files -n libKF5MailImporter5
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libKF5MailImporter.so.*
|
||||
|
||||
%files -n libKF5MailImporterAkonadi5
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libKF5MailImporterAkonadi.so.*
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config %{_kf5_configdir}/mailimporter.categories
|
||||
|
Loading…
x
Reference in New Issue
Block a user