rpms/python-zope-interface/devel python-zope-interface.spec, 1.12, 1.13

Luke Macken lmacken at fedoraproject.org
Fri Jun 5 17:19:11 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-zope-interface/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32136

Modified Files:
	python-zope-interface.spec 
Log Message:
Add python-setuptools-devel to the BuildRequires, so we generate egg-info


Index: python-zope-interface.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-interface/devel/python-zope-interface.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- python-zope-interface.spec	5 Apr 2009 14:51:17 -0000	1.12
+++ python-zope-interface.spec	5 Jun 2009 17:18:40 -0000	1.13
@@ -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.p
 %{python_sitearch}/zope.interface*
 
 %changelog
+* Mon Jun 01 2009 Luke Macken <lmacken at redhat.com> 3.5.1-3
+- Add python-setuptools-devel to the BuildRequires, so we generate egg-info
+
 * Sun Apr 05 2009 Felix Schwarz <felix.schwarz at oss.schwarz.eu> 3.5.1-2
 - use correct source filename (upstream switched from zip to tar.gz)
 




More information about the fedora-extras-commits mailing list