Accepting request 443352 from home:luca_b:test_KA

KDE Applications - please review

OBS-URL: https://build.opensuse.org/request/show/443352
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kimap?expand=0&rev=41
This commit is contained in:
Raymond Wooninck 2016-12-03 15:10:10 +00:00 committed by Git OBS Bridge
parent eb928806ee
commit c00cbf3851
4 changed files with 20 additions and 9 deletions

View File

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

3
kimap-16.11.80.tar.xz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 29 12:30:52 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
-------------------------------------------------------------------
Wed Nov 9 06:18:35 UTC 2016 - lbeltrame@kde.org

View File

@ -16,10 +16,13 @@
#
Name: kimap
Version: 16.08.3
Release: 0
%define kf5_version 5.19.0
Name: kimap
Version: 16.11.80
Release: 0
%define kf5_version 5.26.0
# 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: KDE PIM Libraries: IMAP library
License: LGPL-2.1+
Group: System/GUI/KDE
@ -32,6 +35,7 @@ BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel >= %{kf5_version}
BuildRequires: kio-devel >= %{kf5_version}
BuildRequires: kmime-devel >= %{kf5_version}
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Test)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -51,7 +55,7 @@ Group: Development/Libraries/KDE
Requires: boost-devel >= 1.34.0
Requires: cyrus-sasl-devel
Requires: kcoreaddons-devel >= %{kf5_version}
Requires: kmime-devel >= %{version}
Requires: kmime-devel >= %{_kapp_version}
Requires: libKF5IMAP5 = %{version}
%description devel
@ -62,14 +66,13 @@ to develop KDE PIM applications.
%setup -q -n kimap-%{version}
%build
%cmake_kf5 -d build -- -DBUILD_TESTING=ON -DKF5_INCLUDE_INSTALL_DIR=%_kf5_includedir
%cmake_kf5 -d build -- -DBUILD_TESTING=ON -DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
%make_jobs
%install
%kf5_makeinstall -C build
%post -n libKF5IMAP5 -p /sbin/ldconfig
%postun -n libKF5IMAP5 -p /sbin/ldconfig
%files -n libKF5IMAP5