[pybox2d] fix versions

Peter Robinson pbrobinson at fedoraproject.org
Mon Nov 21 20:58:09 UTC 2011


commit 3ac4911096f706eb4f175182dc1f184434c09ea8
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Nov 21 20:57:59 2011 +0000

    fix versions

 pybox2d.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/pybox2d.spec b/pybox2d.spec
index 9c39a4e..dd23779 100644
--- a/pybox2d.spec
+++ b/pybox2d.spec
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pybox2d
-Version:        2.0.2
+Version:        2.0.2b2
 Release:        6%{?dist}
 Summary:        A 2D rigid body simulation library for Python
 
@@ -12,6 +12,7 @@ License:        zlib
 URL:            http://code.google.com/p/pybox2d/
 Source0:        http://pybox2d.googlecode.com/files/pybox2d-2.0.2b2.zip
 
+BuildRequires:  gcc
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  swig
@@ -25,7 +26,7 @@ actors around, you can let Sir Isaac Newton do the directing.
 
 
 %prep
-%setup -q
+%setup -q -n Box2D-%{version}
 
 # calm rpmlint down
 sed -i LICENSE README -e 's/\r//'


More information about the scm-commits mailing list