From 4ecebf31cf613651563ab18a1f5a049061a3a060 Mon Sep 17 00:00:00 2001 From: pei-jiankang Date: Tue, 22 Feb 2022 10:01:01 +0800 Subject: [PATCH] update to version 5.24.0-2 --- kwayland-server.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kwayland-server.spec b/kwayland-server.spec index fe2a2db..949e7bc 100644 --- a/kwayland-server.spec +++ b/kwayland-server.spec @@ -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 - 5.24.0-2 +- update to version 5.24.0-2 + * Sat Feb 12 2022 pei-jiankang - 5.24.0-1 - update to upstream version 5.24.0