!8 fix install error of kf5-kmailtransport-devel
From: @peijiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
e315be6fba
@ -8,7 +8,7 @@
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 23.08.4
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: The KMailTransport Library
|
||||
License: LGPLv2+
|
||||
URL: https://invent.kde.org/frameworks/%{framework}
|
||||
@ -34,8 +34,8 @@ BuildRequires: kf5-ksmtp-devel >= %{majmin_ver}
|
||||
BuildRequires: libkgapi-devel >= %{majmin_ver}
|
||||
BuildRequires: cmake(KF5Akonadi)
|
||||
BuildRequires: cmake(KF5AkonadiMime)
|
||||
BuildRequires: cmake(KF5Mime)
|
||||
BuildRequires: kf5-ksmtp-devel
|
||||
BuildRequires: cmake(KPim5Mime)
|
||||
BuildRequires: cmake(KPim5SMTP)
|
||||
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: cmake(Qt5Keychain)
|
||||
@ -52,16 +52,10 @@ Conflicts: kf5-akonadi < 16.07
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%package akonadi
|
||||
Summary: The KmailTransportAkonadi Library
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%description akonadi
|
||||
%{summary}.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}-akonadi = %{version}-%{release}
|
||||
Requires: kf5-kwallet-devel
|
||||
Requires: kf5-kmime-devel
|
||||
Requires: kf5-akonadi-mime-devel
|
||||
@ -104,7 +98,6 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
|
||||
%dir %{_kf5_qtplugindir}/pim5
|
||||
%{_kf5_qtplugindir}/pim5/mailtransport/mailtransport_smtpplugin.so
|
||||
|
||||
%ldconfig_scriptlets akonadi
|
||||
|
||||
%files devel
|
||||
%{_includedir}/KPim5/MailTransport/
|
||||
@ -114,6 +107,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
|
||||
%{_kf5_archdatadir}/mkspecs/modules/qt_KMailTransport.pri
|
||||
|
||||
%changelog
|
||||
* Wed Jan 17 2024 peijiankang <peijiankang@kylinos.cn> - 23.08.4-2
|
||||
- fix install error of kf5-kmailtransport-devel
|
||||
|
||||
* Tue Jan 16 2024 misaka00251 <liuxin@iscas.ac.cn> - 23.08.4-1
|
||||
- Upgrade to 23.08.4
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user