churchyard pushed to pypy3 (f22). "Require pypy3-libs with %{?_isa}"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun May 10 19:32:56 UTC 2015


From 1842b1b13e95edfcea412981ed8f4cbe3e7a8383 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro at hroncok.cz>
Date: Mon, 27 Apr 2015 18:26:21 +0200
Subject: Require pypy3-libs with %{?_isa}


diff --git a/pypy3.spec b/pypy3.spec
index 93e53f0..85a2dfc 100644
--- a/pypy3.spec
+++ b/pypy3.spec
@@ -213,7 +213,7 @@ BuildRequires:  emacs
 
 
 # Metadata for the core package (the JIT build):
-Requires: pypy3-libs = %{version}-%{release}
+Requires: pypy3-libs%{?_isa} = %{version}-%{release}
 
 %description
 PyPy's implementation of Python 3, featuring a Just-In-Time compiler on some CPU
@@ -245,7 +245,7 @@ Libraries required by the various PyPy implementations of Python 3.
 %package devel
 Group:    Development/Languages
 Summary:  Development tools for working with PyPy3
-Requires: pypy3 = %{version}-%{release}
+Requires: pypy3%{?_isa} = %{version}-%{release}
 
 %description devel
 Header files for building C extension modules against PyPy3
@@ -255,7 +255,7 @@ Header files for building C extension modules against PyPy3
 %package stackless
 Group:    Development/Languages
 Summary:  Stackless Python interpreter built using PyPy3
-Requires: pypy3-libs = %{version}-%{release}
+Requires: pypy3-libs%{?_isa} = %{version}-%{release}
 %description stackless
 Build of PyPy3 with support for micro-threads for massive concurrency
 %endif
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pypy3.git/commit/?h=f22&id=1842b1b13e95edfcea412981ed8f4cbe3e7a8383


More information about the scm-commits mailing list