update to version 5.24.0-2

This commit is contained in:
pei-jiankang 2022-02-22 10:03:55 +08:00
parent a164b8079e
commit ec9467595c

View File

@ -1,6 +1,6 @@
Name: layer-shell-qt Name: layer-shell-qt
Version: 5.24.0 Version: 5.24.0
Release: 1 Release: 2
Summary: Library to easily use clients based on wlr-layer-shell Summary: Library to easily use clients based on wlr-layer-shell
License: LGPLv3+ License: LGPLv3+
@ -15,7 +15,6 @@ URL: https://invent.kde.org/plasma/%{name}
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires: libxml2 BuildRequires: libxml2
%if 0
BuildRequires: extra-cmake-modules >= 5.82 BuildRequires: extra-cmake-modules >= 5.82
BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtbase-devel
@ -29,7 +28,7 @@ BuildRequires: libxkbcommon-devel
BuildRequires: plasma-wayland-protocols-devel BuildRequires: plasma-wayland-protocols-devel
BuildRequires: wayland-devel BuildRequires: wayland-devel
BuildRequires: wayland-protocols-devel BuildRequires: wayland-protocols-devel
%endif
%description %description
This component is meant for applications to be able to easily use clients This component is meant for applications to be able to easily use clients
based on wlr-layer-shell based on wlr-layer-shell
@ -41,7 +40,6 @@ Requires: qt5-qtbase-devel >= 5.15.0
%description devel %description devel
%{summary}. %{summary}.
%if 0
%prep %prep
%autosetup %autosetup
@ -62,14 +60,14 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_libdir}/libLayerShellQtInterface.so.5* %{_libdir}/libLayerShellQtInterface.so.5*
%{_qt5_plugindir}/wayland-shell-integration/ %{_qt5_plugindir}/wayland-shell-integration/
%endif
%files devel %files devel
%if 0
%{_includedir}/LayerShellQt/ %{_includedir}/LayerShellQt/
%{_libdir}/libLayerShellQtInterface.so %{_libdir}/libLayerShellQtInterface.so
%{_libdir}/cmake/LayerShellQt/ %{_libdir}/cmake/LayerShellQt/
%endif
%changelog %changelog
* Tue Feb 22 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.24.0-2
- update to version 5.24.0-2
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.24.0-1 * Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.24.0-1
- update to upstream version 5.24.0 - update to upstream version 5.24.0