forked from pool/mbox-importer
This commit is contained in:
parent
c81207c255
commit
33216dda0b
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:46:27 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 :
|
||||||
|
* Add desktop file name
|
||||||
|
* don't use deprecated methpd
|
||||||
|
* Minor
|
||||||
|
* Activate by default QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 5 18:19:35 UTC 2017 - christophe@krop.fr
|
Sat Aug 5 18:19:35 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
@ -43,10 +43,12 @@ BuildRequires: cmake(KF5MailImporter)
|
|||||||
BuildRequires: cmake(KF5Service)
|
BuildRequires: cmake(KF5Service)
|
||||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
%endif
|
||||||
# It can only build on the same platforms as Qt Webengine
|
# 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
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains a tool that can be used to import mbox archives
|
This package contains a tool that can be used to import mbox archives
|
||||||
@ -71,9 +73,9 @@ into akonadi.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.LIB COPYING.DOC
|
%doc COPYING*
|
||||||
%{_bindir}/mboximporter
|
|
||||||
%{_kf5_applicationsdir}/org.kde.mboximporter.desktop
|
%{_kf5_applicationsdir}/org.kde.mboximporter.desktop
|
||||||
|
%{_kf5_bindir}/mboximporter
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user