Compare commits

..

No commits in common. "50350eb76cd2e0f8aa96da4244dc73c0a2cdafef" and "cbdd10f3260890de26a0e906c0f9de63b56dc15f" have entirely different histories.

2 changed files with 27 additions and 29 deletions

View File

@ -1,16 +1,20 @@
%undefine __cmake_in_source_build
%global framework frameworkintegration
%global appstream 1
Name: kf5-%{framework}
Version: 5.113.0
Release: 1
Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins
License: LGPLv2+
URL: https://invent.kde.org/frameworks/%{framework}
Name: kf5-%{framework}
Version: 5.90.0
Release: 1
Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins
License: LGPLv2+
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
%global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
## upstream patches (lookaside cache)
@ -34,13 +38,18 @@ BuildRequires: libXcursor-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtx11extras-devel
BuildRequires: qt5-qtbase-private-devel
%if 0%{?fedora} > 23
%global appstream 1
BuildRequires: cmake(AppStreamQt)
BuildRequires: cmake(packagekitqt5)
%endif
# prior to 5.11.0-3, main pkg was multilib'd (due to arch'd -devel deps) -- rex
Obsoletes: %{name} < 5.11.0-3
Requires: %{name}-libs = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
## consider removing for f28+, since Qt5 tracks via versioned symbols now -- rex
%{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
%description
Framework Integration is a set of plugins responsible for better integration of
@ -56,7 +65,7 @@ Requires: %{name} = %{version}-%{release}
%package devel
Summary: Development files for %{name}
Requires: %{name}-libs = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: kf5-kiconthemes-devel >= %{majmin}
Requires: kf5-kconfigwidgets-devel >= %{majmin}
@ -89,6 +98,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_kf5_datadir}/knotifications5/plasma_workspace.notifyrc
%dir %{_kf5_libexecdir}/kpackagehandlers
%{_kf5_libexecdir}/kpackagehandlers/knshandler
# move to subpkg? -- rex
%if 0%{?appstream}
%{_kf5_libexecdir}/kpackagehandlers/appstreamhandler
%endif
%ldconfig_scriptlets libs
@ -97,32 +110,17 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_kf5_plugindir}/FrameworkIntegrationPlugin.so
%files devel
%{_kf5_includedir}/FrameworkIntegration/frameworkintegration_version.h
%{_kf5_includedir}/frameworkintegration_version.h
%{_kf5_includedir}/KStyle/
%{_kf5_libdir}/libKF5Style.so
%{_kf5_libdir}/cmake/KF5FrameworkIntegration/
%changelog
* Wed Jan 03 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 5.113.0-1
- Update package to version 5.113.0
* Thu Aug 03 2023 leeffo <liweiganga@uniontech.com> - 5.108.0-1
- upgrade to version 5.108.0
* Thu Dec 15 2022 tanyulong <tanyulong@kylinos.cn> - 5.100.0-1
- update to upstream version 5.100.0
* Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
- update to upstream version 5.97.0
* Tue Jul 05 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.95.0-1
- update to upstream version 5.95.0
* Mon Feb 14 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
- update to upstream version 5.90.0
* Mon Jan 24 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
* Mon Jan 24 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
- update to upstream version 5.88.0
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1