KDE Release Gear 24.05.2

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kimap?expand=0&rev=291
This commit is contained in:
Christophe Marin 2024-07-04 20:42:27 +00:00 committed by Git OBS Bridge
commit 9f21165cc3
7 changed files with 1616 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

BIN
applications.keyring Normal file

Binary file not shown.

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

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

16
kimap-24.05.2.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDm5wACgkQu0YzUNbv
Me9o0w/+Kw9FEU+FSGIUWBAsTsmh6M8x+aWZTHH0OGLYhhvNxSZw4MKfyKsX+EqL
dnhIcxPEnPPGGQy9btNAsisZlyq4BzYAvLSbGkY+5OpiTsqmPSd/DM6I9ne0gkdX
iJgM225TKsjfhQtpsdUKSqgueIXvg643J2ZAcjWXClzzktb+rtcRWx2S4aVdEr86
8SFNo/9tzHSVdoeD5t6LDN3S3TqXzMtdRhVjMTL1mEkmSelGi1fy0zoOnyHmoDaN
K9uz4PGmchleKW9nHzEsCoX2+eXMGVwn54eAVEVt4CsMdzjWmkm2lkOTMtMP67vS
UALy5uwctZC4QA/mkgTDJdEgd5vXosi40pZkPsmBcDe7qHGzKqKhuu4g2ZEF1O+w
8pkodrVdVIGf+9abgLY/7VzxPFwLSFuVeYat/lmIfV40wt44qNom34+zkLnyYMzI
rzEHlRQLM2dCXVL4mFpwJo1WiVC1C6SRGVe4KjwktFTaIoinqrKN+M02KLnk6wfC
bFzf/beEIbVQ9/F+7qOji9J4C6mcAqimaim5/TDijSKCjZsRIKZ3XWkV6bnLPEQF
zwKjOOzLgNaM/DEwL04+LZi5Eg8q5a7ZdcrhmrT3rZyjM3NpzQLmBCzi1hzeeAuO
x6km4h5W0rl1tqF/7NDwgq4a9z/tuWFZ5vo1ruGFcvoTrP7vdbY=
=JNOt
-----END PGP SIGNATURE-----

1456
kimap.changes Normal file

File diff suppressed because it is too large Load Diff

117
kimap.spec Normal file
View File

@ -0,0 +1,117 @@
#
# spec file for package kimap
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define kf6_version 6.0.0
%define qt6_version 6.6.0
%define kpim6_version 6.1.2
%bcond_without released
Name: kimap
Version: 24.05.2
Release: 0
Summary: Library to assist working with IMAP servers
License: LGPL-2.1-or-later
URL: https://www.kde.org
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: cyrus-sasl-devel
BuildRequires: doxygen
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
BuildRequires: cmake(KPim6Mime) >= %{kpim6_version}
BuildRequires: cmake(Qt6Test) >= %{qt6_version}
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
%description
KIMAP provides libraries to interface and communicate with
IMAP mail servers.
%package -n libKPim6IMAP6
Summary: Library to assist working with IMAP servers
# Modules used for authentication
Requires: cyrus-sasl-crammd5
Requires: cyrus-sasl-digestmd5
Requires: cyrus-sasl-gssapi
Requires: cyrus-sasl-plain
Requires: sasl2-kdexoauth2
Requires: kimap >= %{version}
Obsoletes: kimap-lang <= 23.04.0
Obsoletes: libKF5IMAP5 < %{version}
Obsoletes: libKPim5IMAP5 < %{version}
Obsoletes: libKPim5IMAP5-lang < %{version}
%description -n libKPim6IMAP6
This package provides the core library to interface and communicate with
IMAP mail servers.
%package devel
Summary: Development files for kimap
Requires: cyrus-sasl-devel
Requires: libKPim6IMAP6 = %{version}
Requires: cmake(KF6CoreAddons) >= %{kf6_version}
Requires: cmake(KPim6Mime) >= %{kpim6_version}
%description devel
This package contains development headers to add IMAP support to PIM
applications.
%lang_package -n libKPim6IMAP6
%prep
%autosetup -p1 -n kimap-%{version}
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
%cmake_kf6 \
-DBUILD_QCH:BOOL=TRUE \
-DBUILD_TESTING:BOOL=TRUE
%kf6_build
%install
%kf6_install
%find_lang libKPim6IMAP6 --all-name
%ldconfig_scriptlets -n libKPim6IMAP6
%files
%{_kf6_debugdir}/*.categories
%{_kf6_debugdir}/*.renamecategories
%files -n libKPim6IMAP6
%license LICENSES/*
%{_kf6_libdir}/libKPim6IMAP.so.*
%files devel
%doc %{_kf6_qchdir}/KPim6Imap.*
%{_includedir}/KPim6/KIMAP/
%{_includedir}/KPim6/KIMAPTest/
%{_kf6_cmakedir}/KPim6IMAP/
%{_kf6_libdir}/libKPim6IMAP.so
%{_kf6_libdir}/libkimaptest6.a
%files -n libKPim6IMAP6-lang -f libKPim6IMAP6.lang
%changelog