Use git in %autosetup to avoid .orig files

This commit is contained in:
Miro Hrončok 2015-04-28 20:01:21 +02:00
parent 1120251a08
commit cfca1560fd

View File

@ -261,7 +261,7 @@ Build of PyPy3 with support for micro-threads for massive concurrency
%endif
%prep
%autosetup -n pypy3-2.4.0-src -p1
%autosetup -n pypy3-2.4.0-src -p1 -S git
# Replace /usr/local/bin/python shebangs with /usr/bin/python:
find -name "*.py" -exec \