]> git.pld-linux.org Git - packages/pypy.git/commitdiff
- non-bootstrap build by default auto/th/pypy-1_5-2
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 16 Jul 2011 12:30:35 +0000 (12:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release: 2

Changed files:
    pypy.spec -> 1.8

pypy.spec

index da7ac9ce15b57bfc28b00307318386246314a5b4..63263592d5f7c3db92b5de5e627cd4578c0f163d 100644 (file)
--- a/pypy.spec
+++ b/pypy.spec
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_with    tests           # do perform tests
-%bcond_without bootstrap       # use PyPi
+%bcond_with    bootstrap       # use Python2 instead of PyPy
 
 %if %{without bootstrap}
 %define        __python pypy
@@ -10,7 +10,7 @@
 Summary:       PyPy - a fast, alternative implementation of the Python language
 Name:          pypy
 Version:       1.5
-Release:       1
+Release:       2
 License:       distributable
 Group:         Development/Languages/Python
 Source0:       http://cdn.bitbucket.org/pypy/pypy/downloads/%{name}-%{version}-src.tar.bz2
@@ -23,7 +23,7 @@ BuildRequires:        libffi-static
 %if %{with bootstrap}
 BuildRequires: python-modules
 %else
-BuildRequires: pypy-modules
+BuildRequires: pypy
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.02905 seconds and 4 git commands to generate.