Accepting request 516474 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516474 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mailimporter?expand=0&rev=17
This commit is contained in:
commit
47c2c993f9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3bd4abb06be0135aff22d18efc89eeb346c31d986eb15d7600594effe8db638
|
||||
size 537452
|
3
mailimporter-17.08.0.tar.xz
Normal file
3
mailimporter-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96f3d892cf8a7a6d819f20bb86462f3c7c3ba8bc6c98576ccbc077548a3fc784
|
||||
size 537996
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 22:46:26 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update to KDE Applications 17.08.0
|
||||
* New feature release
|
||||
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||
- Changes since 17.04.3 :
|
||||
* use nullptr
|
||||
* neon cmakelint: include find_dependency before using it
|
||||
* Add more definitions QT_NO_URL_CAST_FROM_STRING
|
||||
* Coding style
|
||||
* Use Q_FALLTHROUGH
|
||||
* Add seamonkey support
|
||||
* Make it compile with QT_NO_CAST_FROM_BYTEARRAY
|
||||
* Prepare qt6 :) don't use deprecated method
|
||||
* Activate by default QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
|
||||
* Fix version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 5 18:19:33 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update to KDE Applications 17.07.90
|
||||
* KDE Applications 17.07.90
|
||||
* https://www.kde.org/announcements/announce-applications-17.07.90.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 16 08:49:47 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -19,10 +19,10 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: mailimporter
|
||||
Version: 17.04.3
|
||||
Version: 17.08.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.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
|
||||
@ -51,8 +51,10 @@ BuildRequires: libboost_headers-devel
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
# It can only build on the same platforms as Qt Webengine
|
||||
ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -60,6 +62,37 @@ The mailimporter library is a KDE PIM project to provide a framework
|
||||
for importing mail from different formats into Mail User Agents such as
|
||||
KMail or Kontact.
|
||||
|
||||
%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.
|
||||
|
||||
%package -n libKF5MailImporter5
|
||||
Summary: MailImporter library for kdepim
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Requires: %{name} >= %{version}
|
||||
|
||||
%description -n libKF5MailImporter5
|
||||
This package provides the mailimporter library, used by KDE PIM applications
|
||||
to import data from other mail formats (such as mbox, Maildir...).
|
||||
|
||||
%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...).
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
@ -78,68 +111,41 @@ KMail or Kontact.
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%endif
|
||||
|
||||
%package -n libKF5MailImporter5
|
||||
Summary: MailImporter library for kdepim
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Requires: %{name} >= %{version}
|
||||
|
||||
%description -n libKF5MailImporter5
|
||||
This package provides the mailimporter library, used by KDE PIM applications
|
||||
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.
|
||||
|
||||
%files devel
|
||||
%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}/libKF5MailImporterAkonadi.so
|
||||
%doc COPYING*
|
||||
%{_kf5_cmakedir}/KF5MailImporter/
|
||||
%{_kf5_cmakedir}/KF5MailImporterAkonadi/
|
||||
%{_kf5_includedir}/MailImporter/
|
||||
%{_kf5_includedir}/MailImporterAkonadi/
|
||||
%{_kf5_includedir}/mailimporter/
|
||||
%{_kf5_includedir}/mailimporter_version.h
|
||||
%{_kf5_includedir}/mailimporterakonadi/
|
||||
%{_kf5_includedir}/mailimporterakonadi_version.h
|
||||
%{_kf5_libdir}/libKF5MailImporter.so
|
||||
%{_kf5_libdir}/libKF5MailImporterAkonadi.so
|
||||
%{_kf5_mkspecsdir}/qt_MailImporter.pri
|
||||
%{_kf5_mkspecsdir}/qt_MailImporterAkonadi.pri
|
||||
|
||||
%files -n libKF5MailImporter5
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libKF5MailImporter.so.*
|
||||
%doc COPYING*
|
||||
%{_kf5_libdir}/libKF5MailImporter.so.*
|
||||
|
||||
%files -n libKF5MailImporterAkonadi5
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libKF5MailImporterAkonadi.so.*
|
||||
%doc COPYING*
|
||||
%{_kf5_libdir}/libKF5MailImporterAkonadi.so.*
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%config %{_kf5_configdir}/mailimporter.categories
|
||||
%config %{_kf5_configdir}/mailimporter.renamecategories
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user