|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
|
|
|
|
Name: python-zope-interface
|
|
|
|
|
Version: 3.5.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 3.5.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Zope 3 Interface Infrastructure
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: ZPLv2.1
|
|
|
|
@ -58,6 +58,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
%{python_sitearch}/zope.interface*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jul 05 2009 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 3.5.2-1
|
|
|
|
|
- update to 3.5.2
|
|
|
|
|
|
|
|
|
|
* Mon Jun 01 2009 Luke Macken <lmacken@redhat.com> 3.5.1-3
|
|
|
|
|
- Add python-setuptools-devel to the BuildRequires, so we generate egg-info
|
|
|
|
|
|
|
|
|
|