[packages/wayland] require %{_isa} variants of runtime deps
atler
atler at pld-linux.org
Thu Apr 23 13:22:05 CEST 2026
commit d9db70d6f9a79f35a6caa92ea8a6534a7d478099
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Apr 23 13:21:43 2026 +0200
require %{_isa} variants of runtime deps
wayland.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/wayland.spec b/wayland.spec
index d26d180..984779f 100644
--- a/wayland.spec
+++ b/wayland.spec
@@ -57,8 +57,8 @@ wyświetlające.
Summary: Header files for Wayland libraries
Summary(pl.UTF-8): Pliki nagłówkowe bibliotek Wayland
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: libffi-devel
+Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: libffi-devel%{?_isa}
%description devel
Header files for Wayland libraries.
@@ -70,7 +70,7 @@ Pliki nagłówkowe bibliotek Wayland.
Summary: Static Wayland libraries
Summary(pl.UTF-8): Statyczne biblioteki Wayland
Group: Development/Libraries
-Requires: %{name}-devel = %{version}-%{release}
+Requires: %{name}-devel%{?_isa} = %{version}-%{release}
%description static
Static Wayland libraries.
@@ -94,8 +94,8 @@ Biblioteka Wayland EGL.
Summary: Header files for Wayland EGL library
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Wayland EGL
Group: Development/Libraries
-Requires: %{name}-devel = %{version}-%{release}
-Requires: %{name}-egl = %{version}-%{release}
+Requires: %{name}-devel%{?_isa} = %{version}-%{release}
+Requires: %{name}-egl%{?_isa} = %{version}-%{release}
Obsoletes: Mesa-libwayland-egl-devel < 18.2
%description egl-devel
@@ -108,7 +108,7 @@ Pliki nagłówkowe biblioteki Wayland EGL.
Summary: Static Wayland EGL library
Summary(pl.UTF-8): Statyczna biblioteka Wayland EGL
Group: Development/Libraries
-Requires: %{name}-egl-devel = %{version}-%{release}
+Requires: %{name}-egl-devel%{?_isa} = %{version}-%{release}
%description egl-static
Static Wayland EGL library.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wayland.git/commitdiff/d9db70d6f9a79f35a6caa92ea8a6534a7d478099
More information about the pld-cvs-commit
mailing list