From cf62a627504bcf21a76c2592cd65537b5e42d36c Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Dec 25 2010 05:54:41 +0000 Subject: add some missing Requires --- diff --git a/shedskin.spec b/shedskin.spec index 9dcd947..bdfed0f 100644 --- a/shedskin.spec +++ b/shedskin.spec @@ -1,6 +1,6 @@ Name: shedskin Version: 0.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python to C++ compiler Group: Development/Languages @@ -17,6 +17,16 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools +# Require all devel packages for making a binary +# +Requires: gc-devel +# +Requires: glibc-headers +# +Requires: pcre-devel +# +Requires: python-devel + # murmurhash is bundled in shedskin/lib/buildin.cpp as a hash function # http://sites.google.com/site/murmurhash/ # fpc exception granted at: @@ -56,6 +66,9 @@ rm -rf %{buildroot} %changelog +* Sat Dec 25 2010 Thomas Spura - 0.7-3 +- add some missing Requires + * Thu Dec 16 2010 Thomas Spura - 0.7-2 - fix license tag (thanks Toshio Ernie Kuratomi)