forked from pool/pim-sieve-editor
This commit is contained in:
parent
a095bcd4a4
commit
ffcd6bbf62
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 22:46:34 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 :
|
||||
- Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 5 18:19:45 UTC 2017 - christophe@krop.fr
|
||||
|
||||
|
@ -22,7 +22,7 @@ Name: pim-sieve-editor
|
||||
Version: 17.07.90
|
||||
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: Sieve scripts editor for KDE PIM
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
@ -31,12 +31,6 @@ Url: http://www.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: gettext-devel
|
||||
# Is only required for the icon
|
||||
BuildRequires: kmail-application-icons
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xz
|
||||
BuildRequires: cmake(KF5Bookmarks)
|
||||
BuildRequires: cmake(KF5Crash)
|
||||
BuildRequires: cmake(KF5DBusAddons)
|
||||
@ -47,6 +41,12 @@ BuildRequires: cmake(KF5LibKSieve)
|
||||
BuildRequires: cmake(KF5MailTransport)
|
||||
BuildRequires: cmake(KF5PimCommon)
|
||||
BuildRequires: cmake(KF5PimTextEdit)
|
||||
# Is only required for the icon
|
||||
BuildRequires: kmail-application-icons
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||
@ -58,10 +58,12 @@ BuildRequires: libboost_headers-devel
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
Requires: kmail
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package provides an editor, complete with syntax highlighting and
|
||||
@ -93,15 +95,15 @@ in KDE PIM applications.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.LIB COPYING.DOC
|
||||
%doc COPYING*
|
||||
%config %{_kf5_configdir}/sieveeditor.categories
|
||||
%config %{_kf5_configdir}/sieveeditor.renamecategories
|
||||
%{_bindir}/sieveeditor
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/sieveeditor/
|
||||
%{_kf5_applicationsdir}/org.kde.sieveeditor.desktop
|
||||
%{_kf5_bindir}/sieveeditor
|
||||
%{_kf5_configkcfgdir}/sieveeditorglobalconfig.kcfg
|
||||
%{_kf5_htmldir}/en/sieveeditor/
|
||||
%{_kf5_libdir}/libsieveeditor.so.*
|
||||
%{_datadir}/kconf_update/
|
||||
%{_kf5_sharedir}/kconf_update/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user