[packages/jbigkit] require %{_isa} variants of runtime deps

atler atler at pld-linux.org
Sun Jul 12 21:33:17 CEST 2026


commit 1701590012ecba13f73e84607b841c1a27b61243
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Jul 12 21:32:44 2026 +0200

    require %{_isa} variants of runtime deps

 jbigkit.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/jbigkit.spec b/jbigkit.spec
index 7653c4e..75efb8c 100644
--- a/jbigkit.spec
+++ b/jbigkit.spec
@@ -32,7 +32,7 @@ skanowane dokumenty.
 Summary:	JBIG-KIT - development part
 Summary(pl.UTF-8):	JBIG-KIT - plik nagłówkowy
 Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}%{?_isa} = %{version}-%{release}
 
 %description devel
 Header file needed to build programs using JBIG library.
@@ -45,7 +45,7 @@ biblioteki JBIG.
 Summary:	JBIG-KIT - static library
 Summary(pl.UTF-8):	JBIG-KIT - biblioteka statyczna
 Group:		Development/Libraries
-Requires:	%{name}-devel = %{version}-%{release}
+Requires:	%{name}-devel%{?_isa} = %{version}-%{release}
 
 %description static
 Static JBIG library.
@@ -57,7 +57,7 @@ Statyczna biblioteka JBIG.
 Summary:	JBIG-KIT - conversion utilities
 Summary(pl.UTF-8):	JBIG-KIT - programy do konwersji
 Group:		Applications/Graphics
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}%{?_isa} = %{version}-%{release}
 
 %description progs
 Package contains utilities to convert between JBIG and PBM images.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jbigkit.git/commitdiff/1701590012ecba13f73e84607b841c1a27b61243



More information about the pld-cvs-commit mailing list