[packages/pypy] Release 1. Works for me.
matkor
matkor at pld-linux.org
Mon Aug 6 09:44:41 CEST 2012
commit 5bcb8431abdd55c66898a327e2037a236f744893
Author: Mateusz Korniak <matkor at pld-linux.org>
Date: Mon Aug 6 09:44:33 2012 +0200
Release 1. Works for me.
pypy.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/pypy.spec b/pypy.spec
index 916fc17..abf649b 100644
--- a/pypy.spec
+++ b/pypy.spec
@@ -1,5 +1,6 @@
# TODO:
# - Reviow commented patch
+# - Chack why libffi-static needed ? Now there is only libffi-devel
# Conditional build:
%bcond_with tests # do perform tests
@@ -12,7 +13,7 @@
Summary: PyPy - a fast, alternative implementation of the Python language
Name: pypy
Version: 1.9
-Release: 0.2
+Release: 1
License: distributable
Group: Development/Languages/Python
Source0: https://bitbucket.org/pypy/pypy/get/release-%{version}.tar.bz2
@@ -20,7 +21,7 @@ Source0: https://bitbucket.org/pypy/pypy/get/release-%{version}.tar.bz2
Patch0: %{name}-curses.patch
Patch1: %{name}-cldflags.patch
URL: http://pypy.org
-# BuildRequires: libffi-static
+BuildRequires: libffi-devel
BuildRequires: ncurses-devel
BuildRequires: openssl-devel
BuildRequires: python-devel-tools
More information about the pld-cvs-commit
mailing list