Update package to version 23.04.3

This commit is contained in:
jxy_git 2023-08-07 14:09:58 +08:00
parent 3241b103a4
commit 6d567c892f
3 changed files with 11 additions and 13 deletions

Binary file not shown.

BIN
kcalutils-23.04.3.tar.xz Normal file

Binary file not shown.

View File

@ -9,19 +9,15 @@
%endif
Name: kf5-kcalendarutils
Version: 22.12.0
Version: 23.04.3
Release: 1
Summary: The KCalendarUtils Library
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
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{framework}-%{version}.tar.xz
@ -50,7 +46,6 @@ BuildRequires: xorg-x11-server-Xvfb
%endif
Provides: kf5-%{framework} = %{version}-%{release}
Provides: kf5-%{framework}%{?_isa} = %{version}-%{release}
%description
%{summary}.
@ -58,8 +53,7 @@ Provides: kf5-%{framework}%{?_isa} = %{version}-%{release}
%package devel
Summary: Development files for %{name}
Provides: kf5-%{framework}-devel = %{version}-%{release}
Provides: kf5-%{framework}-devel%{?_isa} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name} = %{version}-%{release}
Requires: kf5-kcoreaddons-devel
Requires: kf5-kdelibs4support-devel
Requires: kf5-kcalendarcore-devel
@ -102,16 +96,20 @@ make test ARGS="--output-on-failure --timeout 60" -C %{_target_platform} ||:
%files -f %{name}.lang
%license LICENSES/*
%{_kf5_datadir}/qlogging-categories5/*%{framework}.*
%{_kf5_libdir}/libKF5CalendarUtils.so.*
%{_kf5_libdir}/libKPim5CalendarUtils.so.*
%{grantlee5_plugindir}/kcalendar_grantlee_plugin.so
%files devel
%{_kf5_includedir}/KCalUtils/
%{_kf5_libdir}/libKF5CalendarUtils.so
%{_includedir}/KPim5/KCalUtils/
%{_kf5_libdir}/libKPim5CalendarUtils.so
%{_kf5_libdir}/cmake/KF5CalendarUtils/
%{_kf5_libdir}/cmake/KPim5CalendarUtils/
%{_kf5_archdatadir}/mkspecs/modules/qt_KCalUtils.pri
%changelog
* Mon Aug 07 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 23.04.3-1
- Update package to version 23.04.3
* Mon May 29 2023 misaka00251 <liuxin@iscas.ac.cn> - 22.12.0-1
- Init package