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