forked from pool/pim-sieve-editor
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:
parent
bb190c08bf
commit
95d8055618
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33ac5dca731267b687e5dbaa6efc662fdb81dcce7c0997d17b22f14da1c0f60d
|
||||
size 316596
|
3
pim-sieve-editor-17.03.80.tar.xz
Normal file
3
pim-sieve-editor-17.03.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89030e85a60e5630c1f44d07c2180bb737d812cf665a5643196c0b32efa12e76
|
||||
size 324476
|
@ -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
|
||||
|
||||
@ -20,21 +30,21 @@ Thu Feb 9 07:24:12 UTC 2017 - lbeltrame@kde.org
|
||||
Sat Jan 14 09:08:30 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
- - Update to KDE Applications 16.12.1
|
||||
* KDE Applications 16.12.1
|
||||
* KDE Applications 16.12.1
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.1.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 20:05:55 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.0.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 12 13:07:28 UTC 2016 - lbeltrame@kde.org
|
||||
|
||||
- Improve descriptions
|
||||
- Improve descriptions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 16:48:26 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user