update to upstream version 5.68.0

This commit is contained in:
pei-jiankang 2021-11-06 19:24:53 +08:00
parent c502af6104
commit 4cb6c4c3ac

View File

@ -1,6 +1,6 @@
Name: kf5 Name: kf5
Version: 5.59.0 Version: 5.68.0
Release: 2 Release: 1
Summary: Filesystem and RPM macros of KDE Frameworks 5 Summary: Filesystem and RPM macros of KDE Frameworks 5
License: BSD License: BSD
URL: http://www.kde.org URL: http://www.kde.org
@ -21,6 +21,7 @@ Filesystem of KF5.
%package rpm-macros %package rpm-macros
Summary: RPM macros of KF5 Summary: RPM macros of KF5
Requires: cmake >= 3 qt5-rpm-macros >= 5.10 Requires: cmake >= 3 qt5-rpm-macros >= 5.10
Requires: gcc-c++
BuildArch: noarch BuildArch: noarch
%description rpm-macros %description rpm-macros
@ -36,6 +37,8 @@ install -d %{buildroot}%{_datadir}/kpackage/kcms
install -d %{buildroot}%{_datadir}/kservices5/ServiceMenus install -d %{buildroot}%{_datadir}/kservices5/ServiceMenus
install -d %{buildroot}%{_datadir}/solid/actions install -d %{buildroot}%{_datadir}/solid/actions
install -d %{buildroot}%{_datadir}/solid/devices install -d %{buildroot}%{_datadir}/solid/devices
install -d %{buildroot}%{_datadir}/knsrcfiles/
install -d %{buildroot}%{_datadir}/qlogging-categories5/
install -d %{buildroot}%{_libexecdir}/kf5 install -d %{buildroot}%{_libexecdir}/kf5
install -d %{buildroot}%{_sysconfdir}/xdg/plasma-workspace/env install -d %{buildroot}%{_sysconfdir}/xdg/plasma-workspace/env
install -d %{buildroot}%{_sysconfdir}/xdg/plasma-workspace/shutdown install -d %{buildroot}%{_sysconfdir}/xdg/plasma-workspace/shutdown
@ -51,10 +54,15 @@ sed -i -e "s|@@KF5_VERSION@@|%{version}|g" %{buildroot}%{_rpmconfigdir}/macros.d
%{_includedir}/KF5/ %{_includedir}/KF5/
%{_libexecdir}/kf5/ %{_libexecdir}/kf5/
%{_datadir}/{config.kcfg,kconf_update,kf5,kpackage,kservices5,kservicetypes5,solid} %{_datadir}/{config.kcfg,kconf_update,kf5,kpackage,kservices5,kservicetypes5,solid}
%{_datadir}/knsrcfiles/
%{_datadir}/qlogging-categories5/
%files rpm-macros %files rpm-macros
%{_rpmconfigdir}/macros.d/macros.kf5 %{_rpmconfigdir}/macros.d/macros.kf5
%changelog %changelog
* Wed Jan 12 2022 peijiankang<peijiankang@kylinos.com> - 5.68.0-1
- update to upstream version 5.68.0
* Sat Mar 07 2020 daiqianwen <daiqianwen@huawei.com> - 5.59.0-2 * Sat Mar 07 2020 daiqianwen <daiqianwen@huawei.com> - 5.59.0-2
- Package init - Package init