!6 Upgrade to 23.08.4
From: @misaka00251 Reviewed-by: @peijiankang Signed-off-by: @peijiankang
This commit is contained in:
commit
1095eb20de
Binary file not shown.
BIN
akonadi-23.08.4.tar.xz
Normal file
BIN
akonadi-23.08.4.tar.xz
Normal file
Binary file not shown.
@ -4,15 +4,15 @@
|
|||||||
# uncomment to enable bootstrap mode
|
# uncomment to enable bootstrap mode
|
||||||
# global bootstrap 1
|
# global bootstrap 1
|
||||||
%if !0%{?bootstrap}
|
%if !0%{?bootstrap}
|
||||||
# skip slow(er) archs, for now -- rex
|
# skip slow(er) archs
|
||||||
%ifnarch %{arm} s390x
|
%ifnarch %{arm} s390x riscv64
|
||||||
%global tests 0
|
%global tests 0
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Summary: PIM Storage Service
|
Summary: PIM Storage Service
|
||||||
Version: 23.04.3
|
Version: 23.08.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://invent.kde.org/frameworks/%{framework}
|
URL: https://invent.kde.org/frameworks/%{framework}
|
||||||
@ -62,13 +62,9 @@ BuildRequires: kaccounts-integration-devel
|
|||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
%{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
|
%{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
|
||||||
|
|
||||||
# backends, used at buildtime to query known locations of server binaries
|
|
||||||
# FIXME/TODO: set these via cmake directives, avoids needless buildroot items
|
|
||||||
BuildRequires: mariadb-server
|
|
||||||
BuildRequires: postgresql-server
|
|
||||||
|
|
||||||
%if 0%{?tests}
|
%if 0%{?tests}
|
||||||
BuildRequires: dbus-x11
|
BuildRequires: dbus-x11
|
||||||
|
BuildRequires: mariadb-server
|
||||||
BuildRequires: xorg-x11-server-Xvfb
|
BuildRequires: xorg-x11-server-Xvfb
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -136,7 +132,10 @@ pushd %{_target_platform}
|
|||||||
%{cmake_kf5} .. \
|
%{cmake_kf5} .. \
|
||||||
%{?database_backend:-DDATABASE_BACKEND=%{database_backend}} \
|
%{?database_backend:-DDATABASE_BACKEND=%{database_backend}} \
|
||||||
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} \
|
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} \
|
||||||
-DINSTALL_APPARMOR:BOOL=OFF
|
-DINSTALL_APPARMOR:BOOL=OFF \
|
||||||
|
-DMYSQLD_EXECUTABLE:FILEPATH=%{_libexecdir}/mysqld \
|
||||||
|
-DMYSQLD_SCRIPTS_PATH:FILEPATH=%{_bindir}/mysql_install_db \
|
||||||
|
-DPOSTGRES_PATH:FILEPATH=%{_bindir}/pg_ctl
|
||||||
popd
|
popd
|
||||||
%make_build -C %{_target_platform}
|
%make_build -C %{_target_platform}
|
||||||
|
|
||||||
@ -216,7 +215,6 @@ fi
|
|||||||
%{_kf5_datadir}/kf5/akonadi/
|
%{_kf5_datadir}/kf5/akonadi/
|
||||||
%{_kf5_qtplugindir}/designer/akonadi5widgets.so
|
%{_kf5_qtplugindir}/designer/akonadi5widgets.so
|
||||||
%{_kf5_qtplugindir}/designer/akonadi5widgets.so
|
%{_kf5_qtplugindir}/designer/akonadi5widgets.so
|
||||||
%{_kf5_qtplugindir}/sqldrivers/libqsqlite3.so
|
|
||||||
%{_kf5_libdir}/libKPim5AkonadiAgentBase.so.5*
|
%{_kf5_libdir}/libKPim5AkonadiAgentBase.so.5*
|
||||||
%{_kf5_libdir}/libKPim5AkonadiCore.so.5*
|
%{_kf5_libdir}/libKPim5AkonadiCore.so.5*
|
||||||
%{_kf5_libdir}/libKPim5AkonadiPrivate.so.5*
|
%{_kf5_libdir}/libKPim5AkonadiPrivate.so.5*
|
||||||
@ -269,6 +267,10 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/xdg/akonadi/mysql-local.conf
|
%config(noreplace) %{_sysconfdir}/xdg/akonadi/mysql-local.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 15 2024 misaka00251 <liuxin@iscas.ac.cn> - 23.08.4-1
|
||||||
|
- Upgrade to 23.08.4
|
||||||
|
- Skip riscv64 tests
|
||||||
|
|
||||||
* Fri Aug 04 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 23.04.3-1
|
* Fri Aug 04 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 23.04.3-1
|
||||||
- Update package to version 23.04.3
|
- Update package to version 23.04.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user