diff --git a/mailimporter-18.08.3.tar.xz b/mailimporter-18.08.3.tar.xz deleted file mode 100644 index 9278330..0000000 --- a/mailimporter-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f56af822321abdb07b2f766d3085e9dc8e26e06875d6e9f45f60b18f4fda23ab -size 540724 diff --git a/mailimporter-18.11.80.tar.xz b/mailimporter-18.11.80.tar.xz new file mode 100644 index 0000000..ce40978 --- /dev/null +++ b/mailimporter-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986c5eaf49294cd17c372db3efbd496921471f67d83412a3413605f2a520a323 +size 540448 diff --git a/mailimporter.changes b/mailimporter.changes index 3fdb8ee..6deb16b 100644 --- a/mailimporter.changes +++ b/mailimporter.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Nov 20 06:23:00 UTC 2018 - Luca Beltrame + +- 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 diff --git a/mailimporter.spec b/mailimporter.spec index e79a704..1c3f3c0 100644 --- a/mailimporter.spec +++ b/mailimporter.spec @@ -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