update to upstream version 5.88.0
This commit is contained in:
parent
638d266522
commit
f0b7b24424
@ -1,20 +1,21 @@
|
||||
%undefine __cmake_in_source_build
|
||||
%global framework kwindowsystem
|
||||
|
||||
## uncomment to enable bootstrap mode
|
||||
#global bootstrap 1
|
||||
%global bootstrap 1
|
||||
|
||||
## currently includes no tests
|
||||
%if !0%{?bootstrap}
|
||||
%if !0%{?bootstrap}
|
||||
%global tests 1
|
||||
%endif
|
||||
%endif
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.55.0
|
||||
Release: 1%{?dist}
|
||||
Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.88.0
|
||||
Release: 1
|
||||
Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management
|
||||
|
||||
License: LGPLv2+ and MIT
|
||||
URL: https://cgit.kde.org/%{framework}.git
|
||||
License: LGPLv2+ and MIT
|
||||
URL: https://invent.kde.org/frameworks/%{framework}
|
||||
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
%global revision %(echo %{version} | cut -d. -f3)
|
||||
@ -28,10 +29,12 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{v
|
||||
# filter plugin provides
|
||||
%global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||
BuildRequires: kf5-rpm-macros >= %{majmin}
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
BuildRequires: pkgconfig(xcb-icccm)
|
||||
BuildRequires: pkgconfig(xcb-keysyms)
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
@ -94,12 +97,12 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
||||
|
||||
%files -f kwindowsystem5_qt.lang
|
||||
%doc README.md
|
||||
%license COPYING.LIB
|
||||
%{_kf5_sysconfdir}/xdg/%{framework}.*
|
||||
%license LICENSES/*.txt
|
||||
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
|
||||
%{_kf5_libdir}/libKF5WindowSystem.so.*
|
||||
%dir %{_kf5_plugindir}/org.kde.kwindowsystem.platforms/
|
||||
%{_kf5_plugindir}/org.kde.kwindowsystem.platforms/KF5WindowSystemWaylandPlugin.so
|
||||
%{_kf5_plugindir}/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so
|
||||
%dir %{_kf5_plugindir}/kwindowsystem/
|
||||
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemWaylandPlugin.so
|
||||
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemX11Plugin.so
|
||||
|
||||
%files devel
|
||||
%{_kf5_includedir}/kwindowsystem_version.h
|
||||
@ -110,5 +113,8 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 14 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
|
||||
- update to upstream version 5.88.0
|
||||
|
||||
* Thu Jul 23 2020 Zhao Yang <yangzhao1@kylinos.cn> - 5.55.0-1
|
||||
- Initial release for OpenEuler
|
||||
|
||||
Binary file not shown.
BIN
kwindowsystem-5.88.0.tar.xz
Normal file
BIN
kwindowsystem-5.88.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user