From 7e5676a0456e5e3c711d481fe1e949c0448975ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 27 Apr 2015 18:24:57 +0200 Subject: [PATCH] Use %autosetup --- pypy3.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pypy3.spec b/pypy3.spec index 99c2a31..93e53f0 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -261,10 +261,7 @@ Build of PyPy3 with support for micro-threads for massive concurrency %endif %prep -%setup -q -n pypy3-2.4.0-src -%patch0 -p1 -b .suppress-mandelbrot-set-during-tty-build -%patch1 -p1 -%patch2 -p1 +%autosetup -n pypy3-2.4.0-src -p1 # Replace /usr/local/bin/python shebangs with /usr/bin/python: find -name "*.py" -exec \