[packages/graphite2] require %{_isa} variants of runtime deps
atler
atler at pld-linux.org
Mon Aug 31 18:46:25 CEST 2026
commit 8a6ccb0cc73191007b8446901b195d1f45b31d95
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Aug 31 18:46:10 2026 +0200
require %{_isa} variants of runtime deps
graphite2.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/graphite2.spec b/graphite2.spec
index 528252a..9053a07 100644
--- a/graphite2.spec
+++ b/graphite2.spec
@@ -63,8 +63,8 @@ obsługuje aspekt renderowania całości implementacji systemów pisma.
Summary: Header files for graphite2 library
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki graphite2
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: libstdc++-devel
+Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: libstdc++-devel%{?_isa}
%description devel
Header files for graphite2 library.
@@ -76,8 +76,8 @@ Pliki nagłówkowe biblioteki graphite2.
Summary: Python 2 interface for graphite2 library
Summary(pl.UTF-8): Interfejs Pythona 2 do biblioteki graphite2
Group: Libraries/Python
-Requires: %{name} = %{version}-%{release}
-Requires: python-modules >= 1:2.7
+Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: python-modules%{?_isa} >= 1:2.7
%description -n python-graphite2
Python 2 interface for graphite2 library.
@@ -89,8 +89,8 @@ Interfejs Pythona 2 do biblioteki graphite2
Summary: Python 3 interface for graphite2 library
Summary(pl.UTF-8): Interfejs Pythona 3 do biblioteki graphite2
Group: Libraries/Python
-Requires: %{name} = %{version}-%{release}
-Requires: python3-modules >= 1:3.2
+Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: python3-modules%{?_isa} >= 1:3.2
%description -n python3-graphite2
Python 3 interface for graphite2 library.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/graphite2.git/commitdiff/8a6ccb0cc73191007b8446901b195d1f45b31d95
More information about the pld-cvs-commit
mailing list