]> git.pld-linux.org Git - packages/wayland-protocols.git/commitdiff
- updated to 1.23; build using meson auto/th/wayland-protocols-1.23-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Sep 2021 19:28:20 +0000 (21:28 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Sep 2021 19:28:20 +0000 (21:28 +0200)
wayland-protocols.spec

index 95d493de2f305a74ef9f140bea17984d12e248aa..42801161c6b03646b499338504a9e89e757e96ab 100644 (file)
@@ -1,15 +1,18 @@
 Summary:       Wayland protocol files
 Summary(pl.UTF-8):     Pliki protokoĊ‚u Wayland
 Name:          wayland-protocols
-Version:       1.22
+Version:       1.23
 Release:       1
 License:       MIT
 Group:         Libraries
 #Source0Download: https://wayland.freedesktop.org/releases.html
 Source0:       https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
-# Source0-md5: 05aac9a9a9447225769f993cf673c5bd
+# Source0-md5: 31a6c469718db37d2688109e548506e4
 URL:           https://wayland.freedesktop.org/
+BuildRequires: meson >= 0.54.0
+BuildRequires: ninja >= 1.5
 BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.736
 BuildRequires: tar >= 1:1.22
 BuildRequires: wayland-devel
 BuildRequires: xz
@@ -34,20 +37,14 @@ z wayland-protocols.
 %setup -q
 
 %build
-%configure \
-%if "%{_gnu}" != "-gnux32"
-       --host=%{_host} \
-       --build=%{_host} \
-%endif
-       --disable-silent-rules
+%meson build
 
-%{__make}
+%ninja_build -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.203209 seconds and 4 git commands to generate.