Accepting request 516487 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516487 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pim-sieve-editor?expand=0&rev=8
This commit is contained in:
commit
e34216eb70
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a87d53aa417de1cfe1bf3f029558fbe7ffa70526d24313cb51b6b098cfd5d3b5
|
||||
size 441336
|
3
pim-sieve-editor-17.08.0.tar.xz
Normal file
3
pim-sieve-editor-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:843d1019d20fdcfc50bfa1d3b433bc5d0ee533ae66058e65e3e3c796a1f17944
|
||||
size 443336
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- 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:52 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -19,10 +19,10 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: pim-sieve-editor
|
||||
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: 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