update to upstream version 5.90.0
This commit is contained in:
parent
20d8c25032
commit
415bb47f77
Binary file not shown.
@ -1,28 +1,53 @@
|
||||
%undefine __cmake_in_source_build
|
||||
%global framework frameworkintegration
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.55.0
|
||||
Release: 1
|
||||
Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins
|
||||
License: LGPLv2+
|
||||
URL: https://cgit.kde.org/%{framework}.git
|
||||
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 versiondir %(echo %{version} | cut -d. -f1-2)
|
||||
%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/%{versiondir}/%{framework}-%{version}.tar.xz
|
||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||
|
||||
## upstream patches (lookaside cache)
|
||||
|
||||
# filter plugin provides
|
||||
%global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$
|
||||
|
||||
BuildRequires: extra-cmake-modules >= %{version} kf5-kconfig-devel >= %{version} kf5-kconfigwidgets-devel >= %{version} kf5-ki18n-devel >= %{version} kf5-kiconthemes-devel >= %{version} kf5-kio-devel >= %{version} kf5-knewstuff-devel >= %{version} kf5-knotifications-devel >= %{version} kf5-kpackage-devel >= %{version} kf5-kwidgetsaddons-devel >= %{version} kf5-rpm-macros >= %{version} libXcursor-devel qt5-qtbase-devel qt5-qtx11extras-devel qt5-qtbase-private-devel
|
||||
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||
BuildRequires: kf5-kconfig-devel >= %{majmin}
|
||||
BuildRequires: kf5-kconfigwidgets-devel >= %{majmin}
|
||||
BuildRequires: kf5-ki18n-devel >= %{majmin}
|
||||
BuildRequires: kf5-kiconthemes-devel >= %{majmin}
|
||||
BuildRequires: kf5-kio-devel >= %{majmin}
|
||||
BuildRequires: kf5-knewstuff-devel >= %{majmin}
|
||||
BuildRequires: kf5-knotifications-devel >= %{majmin}
|
||||
BuildRequires: kf5-kpackage-devel >= %{majmin}
|
||||
BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin}
|
||||
BuildRequires: kf5-rpm-macros >= %{majmin}
|
||||
|
||||
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%{?_isa} = %{version}-%{release}
|
||||
|
||||
## consider removing for f28+, since Qt5 tracks via versioned symbols now -- rex
|
||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||
|
||||
@ -40,7 +65,10 @@ Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release} kf5-kiconthemes-devel >= %{version} kf5-kconfigwidgets-devel >= %{version}
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
Requires: kf5-kiconthemes-devel >= %{majmin}
|
||||
Requires: kf5-kconfigwidgets-devel >= %{majmin}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
@ -65,7 +93,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license COPYING.LIB
|
||||
%license LICENSES/*.txt
|
||||
%{_kf5_datadir}/kf5/infopage/
|
||||
%{_kf5_datadir}/knotifications5/plasma_workspace.notifyrc
|
||||
%dir %{_kf5_libexecdir}/kpackagehandlers
|
||||
@ -89,6 +117,12 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
|
||||
%changelog
|
||||
* 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.com> - 5.88.0-1
|
||||
- update to upstream version 5.88.0
|
||||
|
||||
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||
- Initial release for OpenEuler
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user