[svn] r6156 - in trunk/rpms: glchess gresistor ipython
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Wed Feb 13 13:26:53 CET 2008
Author: dries
Date: 2008-02-13 13:26:50 +0100 (Wed, 13 Feb 2008)
New Revision: 6156
Modified:
trunk/rpms/glchess/glchess.spec
trunk/rpms/gresistor/gresistor.spec
trunk/rpms/ipython/ipython.spec
Log:
fixes
Modified: trunk/rpms/glchess/glchess.spec
===================================================================
--- trunk/rpms/glchess/glchess.spec 2008-02-12 15:58:39 UTC (rev 6155)
+++ trunk/rpms/glchess/glchess.spec 2008-02-13 12:26:50 UTC (rev 6156)
@@ -18,7 +18,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
-BuildRequires: gettext, gtk+-devel >= 1.2.0
+BuildRequires: gettext, gtk+-devel >= 1.2.0, python-devel, python
#BuildRequires: gtkglarea
%description
Modified: trunk/rpms/gresistor/gresistor.spec
===================================================================
--- trunk/rpms/gresistor/gresistor.spec 2008-02-12 15:58:39 UTC (rev 6155)
+++ trunk/rpms/gresistor/gresistor.spec 2008-02-13 12:26:50 UTC (rev 6156)
@@ -15,7 +15,7 @@
Source: http://www.minipop.org/progs/gresistor/gresistor-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: python
+BuildRequires: python, python-devel
%description
To allow for identification, resistors are usually marked with colored bands.
Modified: trunk/rpms/ipython/ipython.spec
===================================================================
--- trunk/rpms/ipython/ipython.spec 2008-02-12 15:58:39 UTC (rev 6155)
+++ trunk/rpms/ipython/ipython.spec 2008-02-13 12:26:50 UTC (rev 6156)
@@ -15,6 +15,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
+BuildRequires: python, python-devel
%description
IPython provides a replacement for the interactive Python interpreter with
More information about the svn-commits
mailing list