From 2b3da82cb851fd7d440c7bd0d624a968bf6abded Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:11:50 +0100 Subject: [PATCH] automatic version update by autodist [release 1.20.0-1mamba;Sun Dec 26 2021] --- wayland.spec | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/wayland.spec b/wayland.spec index bf78767..c8bf0ef 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,21 +1,21 @@ Name: wayland Epoch: 2 -Version: 1.19.0 +Version: 1.20.0 Release: 1mamba Summary: A protocol for a compositor to talk to its clients as well as a C library implementation of that protocol Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://wayland.freedesktop.org/ +URL: https://wayland.freedesktop.org/ Source: http://wayland.freedesktop.org/releases/wayland-%{version}.tar.xz License: MIT, GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libexpat-devel BuildRequires: libffi-devel +BuildRequires: libxml2-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. @@ -71,12 +71,13 @@ This package includes the %{name} API documentation. %setup -q %build -%configure -%make +%meson + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -101,7 +102,6 @@ This package includes the %{name} API documentation. %files -n lib%{name}-egl-devel %defattr(-,root,root) %{_includedir}/wayland-egl*.h -%{_libdir}/libwayland-egl.la %{_libdir}/libwayland-egl.so %{_libdir}/pkgconfig/wayland-egl-backend.pc %{_libdir}/pkgconfig/wayland-egl.pc @@ -111,11 +111,8 @@ This package includes the %{name} API documentation. %{_bindir}/wayland-scanner %{_includedir}/wayland-*.h %exclude %{_includedir}/wayland-egl*.h -%{_libdir}/libwayland-client.la %{_libdir}/libwayland-client.so -%{_libdir}/libwayland-cursor.la %{_libdir}/libwayland-cursor.so -%{_libdir}/libwayland-server.la %{_libdir}/libwayland-server.so %{_libdir}/pkgconfig/wayland-client.pc %{_libdir}/pkgconfig/wayland-cursor.pc @@ -134,6 +131,9 @@ This package includes the %{name} API documentation. %{_docdir}/wayland/Wayland/*/html/* %changelog +* Sun Dec 26 2021 Automatic Build System 1.20.0-1mamba +- automatic version update by autodist + * Sat Jan 30 2021 Automatic Build System 1.19.0-1mamba - automatic version update by autodist