From c5d36f173198e2eaa92691954e6772f2f62121ad Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 5 Jun 2009 17:18:40 +0000 Subject: [PATCH] Add python-setuptools-devel to the BuildRequires, so we generate egg-info --- python-zope-interface.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-zope-interface.spec b/python-zope-interface.spec index 55dea89..37bd4d0 100644 --- a/python-zope-interface.spec +++ b/python-zope-interface.spec @@ -2,7 +2,7 @@ Name: python-zope-interface Version: 3.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Zope 3 Interface Infrastructure Group: Development/Libraries License: ZPLv2.1 @@ -12,7 +12,7 @@ Source1: ZPL-2.1.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel # zope.interface 3.5.0 won't build the C extension if distutils are used -BuildRequires: python-setuptools +BuildRequires: python-setuptools-devel Requires: python-zope-filesystem %description @@ -58,6 +58,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %{python_sitearch}/zope.interface* %changelog +* Mon Jun 01 2009 Luke Macken 3.5.1-3 +- Add python-setuptools-devel to the BuildRequires, so we generate egg-info + * Sun Apr 05 2009 Felix Schwarz 3.5.1-2 - use correct source filename (upstream switched from zip to tar.gz)