Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
422d342670
!7 Update to upstream version 23.08.4
From: @dedv_dwe 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-09 06:55:50 +00:00
ut004527
907e3fb092 Update to upstream version 23.08.4 2024-01-09 09:33:15 +08:00
openeuler-ci-bot
db69e6715d
!5 update to 23.04.3-1
From: @hua_yadong 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2023-08-15 01:41:27 +00:00
huayadong
903fccfcf1 update to 23.04.3-1 2023-08-14 17:43:38 +08:00
openeuler-ci-bot
a65ff11575
!3 fix install error
From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2023-05-06 01:18:44 +00:00
peijiankang
4046749810 fix install error 2023-05-05 16:29:13 +08:00
openeuler-ci-bot
3912a9ac51
!2 Init Package for openEuler
From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2023-04-25 08:26:45 +00:00
peijiankang
6a4900143b init 2023-04-24 20:23:55 +08:00
peijiankang
3a484329bd init 2023-04-24 20:20:51 +08:00
peijiankang
50dd79a073 init 2023-04-24 20:17:43 +08:00
2 changed files with 96 additions and 0 deletions

96
kf5-ksmtp.spec Normal file
View File

@ -0,0 +1,96 @@
%global framework ksmtp
Name: kf5-%{framework}
Version: 23.08.4
Release: 1
Summary: KDE SMTP libraries
License: LGPLv2+
URL: https://invent.kde.org/frameworks/%{framework}/
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: https://download.kde.org/%{stable}/release-service/%{version}/src/%{framework}-%{version}.tar.xz
## upstream patches
## upstreamable patches
%global kf5_ver 5.100
BuildRequires: extra-cmake-modules >= %{kf5_ver}
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: qt5-qtbase-devel
BuildRequires: kf5-kmime-devel >= %{version}
BuildRequires: cmake(KF5Mime)
BuildRequires: pkgconfig(libsasl2)
# runtime sasl plugins
Suggests: cyrus-sasl-gssapi%{?_isa}
Recommends: cyrus-sasl-md5
Requires: cyrus-sasl-plain
%description
%{summary}.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: cmake(KF5CoreAddons)
Requires: cmake(KF5Mime)
Requires: kf5-kmime-devel >= %{version}
%description devel
%{summary}.
%prep
%autosetup -n %{framework}-%{version} -p1
%build
%cmake_kf5
%make_build
%install
%make_install
%find_lang %{name} --all-name --with-html
%ldconfig_scriptlets
%files -f %{name}.lang
%license LICENSES/*
%{_kf5_datadir}/qlogging-categories5/*%{framework}.*
%{_kf5_libdir}/libKPim5SMTP.so.*
%files devel
%{_kf5_libdir}/libKPim5SMTP.so
%{_kf5_libdir}/cmake/KPim5SMTP/
%{_includedir}/KPim5/KSMTP/
%{_kf5_archdatadir}/mkspecs/modules/qt_KSMTP.pri
%changelog
* Mon Jan 08 2024 wangqia <wangqia@uniontech.com> - 23.08.4-1
- Update to upstream version 23.08.4
* Mon Aug 14 2023 huayadong <huayadong@kylinos.cn> - 23.04.3-1
- update to 23.04.3-1
* Fri May 05 2023 peijiankang <peijiankang@kylinos.cn> - 22.12.0-2
- fix install error
* Tue Apr 25 2023 peijiankang <peijiankang@kylinos.cn> - 22.12.0-1
- Init Package for openEuler

BIN
ksmtp-23.08.4.tar.xz Normal file

Binary file not shown.