update to version 5.24.0-2

This commit is contained in:
pei-jiankang 2022-02-22 10:01:01 +08:00
parent d007d56f38
commit 4ecebf31cf

View File

@ -2,7 +2,7 @@
Name: kwayland-server
Version: 5.24.0
Release: 1
Release: 2
Summary: Wayland server components built on KDE Frameworks
License: LGPLv2+ and MIT and BSD
@ -16,7 +16,6 @@ URL: https://invent.kde.org/plasma/%{name}
%endif
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires: libxml2
%if 0
BuildRequires: qt5-qtbase-devel
BuildRequires: extra-cmake-modules
@ -28,7 +27,7 @@ BuildRequires: plasma-wayland-protocols-devel >= 1.2
BuildRequires: kf5-kwindowsystem-devel
BuildRequires: kf5-kguiaddons-devel
BuildRequires: qt5-qtwayland-devel
%endif
%description
%{summary}.
@ -38,7 +37,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%if 0
%prep
%autosetup -p1
@ -60,16 +59,17 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%license LICENSES/*
%{_kf5_datadir}/qlogging-categories5/kwaylandserver.categories
%{_kf5_libdir}/libKWaylandServer.so.*
%endif
%files devel
%if 0
%{_kf5_libdir}/libKWaylandServer.so
%{_includedir}/KWaylandServer/
%{_includedir}/kwaylandserver_version.h
%{_libdir}/cmake/KWaylandServer/
%endif
%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
- update to upstream version 5.24.0