Compare commits
10 Commits
cbdd10f326
...
50350eb76c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50350eb76c | ||
|
|
fb2a7c624f | ||
|
|
af9d94137f | ||
|
|
e562e24407 | ||
|
|
81d0490b2f | ||
|
|
c022398b4d | ||
|
|
5d5d8e8c75 | ||
|
|
1682e64acb | ||
|
|
b776116f4e | ||
|
|
149361362f |
Binary file not shown.
@ -1,20 +1,16 @@
|
|||||||
%undefine __cmake_in_source_build
|
%undefine __cmake_in_source_build
|
||||||
%global framework frameworkintegration
|
%global framework frameworkintegration
|
||||||
|
%global appstream 1
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.90.0
|
Version: 5.113.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins
|
Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://invent.kde.org/frameworks/%{framework}
|
URL: https://invent.kde.org/frameworks/%{framework}
|
||||||
|
|
||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
%global majmin %majmin_ver_kf5
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global stable %stable_kf5
|
||||||
%if %{revision} >= 50
|
|
||||||
%global stable unstable
|
|
||||||
%else
|
|
||||||
%global stable stable
|
|
||||||
%endif
|
|
||||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||||
|
|
||||||
## upstream patches (lookaside cache)
|
## upstream patches (lookaside cache)
|
||||||
@ -38,18 +34,13 @@ BuildRequires: libXcursor-devel
|
|||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt5-qtx11extras-devel
|
BuildRequires: qt5-qtx11extras-devel
|
||||||
BuildRequires: qt5-qtbase-private-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
|
# prior to 5.11.0-3, main pkg was multilib'd (due to arch'd -devel deps) -- rex
|
||||||
Obsoletes: %{name} < 5.11.0-3
|
Obsoletes: %{name} < 5.11.0-3
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
## consider removing for f28+, since Qt5 tracks via versioned symbols now -- rex
|
## consider removing for f28+, since Qt5 tracks via versioned symbols now -- rex
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
%{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Framework Integration is a set of plugins responsible for better integration of
|
Framework Integration is a set of plugins responsible for better integration of
|
||||||
@ -65,7 +56,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Requires: kf5-kiconthemes-devel >= %{majmin}
|
Requires: kf5-kiconthemes-devel >= %{majmin}
|
||||||
Requires: kf5-kconfigwidgets-devel >= %{majmin}
|
Requires: kf5-kconfigwidgets-devel >= %{majmin}
|
||||||
|
|
||||||
@ -98,10 +89,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
%{_kf5_datadir}/knotifications5/plasma_workspace.notifyrc
|
%{_kf5_datadir}/knotifications5/plasma_workspace.notifyrc
|
||||||
%dir %{_kf5_libexecdir}/kpackagehandlers
|
%dir %{_kf5_libexecdir}/kpackagehandlers
|
||||||
%{_kf5_libexecdir}/kpackagehandlers/knshandler
|
%{_kf5_libexecdir}/kpackagehandlers/knshandler
|
||||||
# move to subpkg? -- rex
|
|
||||||
%if 0%{?appstream}
|
|
||||||
%{_kf5_libexecdir}/kpackagehandlers/appstreamhandler
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%ldconfig_scriptlets libs
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
@ -110,17 +97,32 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
%{_kf5_plugindir}/FrameworkIntegrationPlugin.so
|
%{_kf5_plugindir}/FrameworkIntegrationPlugin.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_kf5_includedir}/frameworkintegration_version.h
|
%{_kf5_includedir}/FrameworkIntegration/frameworkintegration_version.h
|
||||||
%{_kf5_includedir}/KStyle/
|
%{_kf5_includedir}/KStyle/
|
||||||
%{_kf5_libdir}/libKF5Style.so
|
%{_kf5_libdir}/libKF5Style.so
|
||||||
%{_kf5_libdir}/cmake/KF5FrameworkIntegration/
|
%{_kf5_libdir}/cmake/KF5FrameworkIntegration/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 14 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
|
||||||
- update to upstream version 5.90.0
|
- update to upstream version 5.90.0
|
||||||
|
|
||||||
* Mon Jan 24 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
|
* Mon Jan 24 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
|
||||||
- update to upstream version 5.88.0
|
- update to upstream version 5.88.0
|
||||||
|
|
||||||
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user