1
0

KDE Applications 17.08.80 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-sieve-editor?expand=0&rev=12
This commit is contained in:
Luca Beltrame 2017-03-26 07:26:25 +00:00 committed by Git OBS Bridge
parent bb190c08bf
commit 95d8055618
4 changed files with 28 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33ac5dca731267b687e5dbaa6efc662fdb81dcce7c0997d17b22f14da1c0f60d
size 316596

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89030e85a60e5630c1f44d07c2180bb737d812cf665a5643196c0b32efa12e76
size 324476

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Mar 25 23:10:54 CET 2017 - lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* Too many changes to list here
-------------------------------------------------------------------
Thu Mar 9 12:44:34 CET 2017 - lbeltrame@kde.org

View File

@ -17,10 +17,10 @@
Name: pim-sieve-editor
Version: 16.12.3
Version: 17.03.80
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
# Latest stable Applications (e.g. 16.08 in KA, but 16.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+
@ -43,7 +43,6 @@ BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5LibKSieve)
BuildRequires: cmake(KF5MailTransport)
BuildRequires: cmake(KF5MessageViewer)
BuildRequires: cmake(KF5PimCommon)
BuildRequires: cmake(KF5PimTextEdit)
BuildRequires: pkgconfig(Qt5Gui)
@ -51,6 +50,11 @@ BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5WebKit)
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
%if 0%{?suse_version} > 1325
BuildRequires: libboost_headers-devel
%else
BuildRequires: boost-devel
%endif
Requires: kmail
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -70,6 +74,10 @@ in KDE PIM applications.
%kf5_makeinstall -C build
%suse_update_desktop_file org.kde.sieveeditor Network Email
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING COPYING.LIB COPYING.DOC
@ -79,6 +87,7 @@ in KDE PIM applications.
%{_kf5_applicationsdir}/org.kde.sieveeditor.desktop
%{_kf5_configkcfgdir}/sieveeditorglobalconfig.kcfg
%{_kf5_htmldir}/en/sieveeditor/
%{_kf5_libdir}/libsieveeditor.so.*
%{_datadir}/kconf_update/
%changelog