|
|
@ -1,8 +1,10 @@
|
|
|
|
|
|
|
|
%bcond kf6_compat %[0%{?fedora} >= 40 || 0%{?rhel} >= 10]
|
|
|
|
|
|
|
|
|
|
|
|
%global framework kguiaddons
|
|
|
|
%global framework kguiaddons
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.111.0
|
|
|
|
Version: 5.111.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtGui
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtGui
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
@ -41,7 +43,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cmake_kf5
|
|
|
|
%cmake_kf5 %{?with_kf6_compat:-DBUILD_GEO_SCHEME_HANDLER=OFF}
|
|
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
@ -55,10 +57,14 @@ developing applications that use %{name}.
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%license LICENSES/*.txt
|
|
|
|
%license LICENSES/*.txt
|
|
|
|
|
|
|
|
%if %{without kf6_compat}
|
|
|
|
%{_kf5_bindir}/kde-geo-uri-handler
|
|
|
|
%{_kf5_bindir}/kde-geo-uri-handler
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%{_kf5_datadir}/qlogging-categories5/*categories
|
|
|
|
%{_kf5_datadir}/qlogging-categories5/*categories
|
|
|
|
%{_kf5_libdir}/libKF5GuiAddons.so.*
|
|
|
|
%{_kf5_libdir}/libKF5GuiAddons.so.*
|
|
|
|
|
|
|
|
%if %{without kf6_compat}
|
|
|
|
%{_kf5_datadir}/applications/*-handler.desktop
|
|
|
|
%{_kf5_datadir}/applications/*-handler.desktop
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_kf5_includedir}/KGuiAddons/
|
|
|
|
%{_kf5_includedir}/KGuiAddons/
|
|
|
@ -68,6 +74,9 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Oct 12 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-2
|
|
|
|
|
|
|
|
- Add KF6 compatibility flag
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 10 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.111.0-1
|
|
|
|
* Tue Oct 10 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.111.0-1
|
|
|
|
- 5.111.0
|
|
|
|
- 5.111.0
|
|
|
|
|
|
|
|
|
|
|
|