KDE Applications 18.04 RC (take 3): for the changes proposed by Wolfgang, I think they can get in after this is accepted.

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kimap?expand=0&rev=91
This commit is contained in:
Wolfgang Bauer
2018-04-10 13:20:22 +00:00
committed by Git OBS Bridge
parent c9376ded24
commit fb2aa0b8ca
4 changed files with 36 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
%define kf5_version 5.19.0
Name: kimap
Version: 17.12.3
Version: 18.03.90
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -42,7 +42,8 @@ BuildRequires: pkgconfig(Qt5Test)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains additional libraries for KDE PIM applications.
KIMAP provides libraries to interface and communicate with
IMAP mail servers.
%package -n libKF5IMAP5
Summary: KDE PIM Libraries: IMAP APIs
@@ -51,7 +52,8 @@ Recommends: %{name}-lang
Provides: %{name} = %{version}
%description -n libKF5IMAP5
This package contains the libray for IMAP support
This package provides the core library to interface and communicate with
IMAP mail servers.
%package devel
Summary: KDE PIM Libraries: Build Environment
@@ -62,8 +64,8 @@ Requires: kmime-devel >= %{_kapp_version}
Requires: libKF5IMAP5 = %{version}
%description devel
This package contains necessary include files and libraries needed
to develop KDE PIM applications.
This package contains development headers to add IMAP support to PIM
applications.
%if %{with lang}
%lang_package
@@ -89,6 +91,8 @@ to develop KDE PIM applications.
%defattr(-,root,root)
%doc COPYING*
%{_kf5_libdir}/libKF5IMAP.so.*
%{_kf5_debugdir}/*.categories
%{_kf5_debugdir}/*.renamecategories
%files devel
%defattr(-,root,root)