diff --git a/kf5.spec b/kf5.spec index 7ca420a..5c97e6c 100644 --- a/kf5.spec +++ b/kf5.spec @@ -1,6 +1,6 @@ Name: kf5 -Version: 5.59.0 -Release: 2 +Version: 5.68.0 +Release: 1 Summary: Filesystem and RPM macros of KDE Frameworks 5 License: BSD URL: http://www.kde.org @@ -21,6 +21,7 @@ Filesystem of KF5. %package rpm-macros Summary: RPM macros of KF5 Requires: cmake >= 3 qt5-rpm-macros >= 5.10 +Requires: gcc-c++ BuildArch: noarch %description rpm-macros @@ -36,6 +37,8 @@ install -d %{buildroot}%{_datadir}/kpackage/kcms install -d %{buildroot}%{_datadir}/kservices5/ServiceMenus install -d %{buildroot}%{_datadir}/solid/actions 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}%{_sysconfdir}/xdg/plasma-workspace/env 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/ %{_libexecdir}/kf5/ %{_datadir}/{config.kcfg,kconf_update,kf5,kpackage,kservices5,kservicetypes5,solid} +%{_datadir}/knsrcfiles/ +%{_datadir}/qlogging-categories5/ %files rpm-macros %{_rpmconfigdir}/macros.d/macros.kf5 %changelog +* Wed Jan 12 2022 peijiankang - 5.68.0-1 +- update to upstream version 5.68.0 + * Sat Mar 07 2020 daiqianwen - 5.59.0-2 - Package init