|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-zope-interface
|
|
|
|
|
Version: 3.5.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Zope 3 Interface Infrastructure
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: ZPLv2.1
|
|
|
|
@ -13,6 +13,7 @@ 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
|
|
|
|
|
Requires: python-zope-filesystem
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Interfaces are a mechanism for labeling objects as conforming to a given API
|
|
|
|
@ -53,9 +54,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc ZPL-2.1.txt src/zope/interface/*.txt
|
|
|
|
|
%{python_sitearch}/zope*
|
|
|
|
|
%{python_sitearch}/zope/*
|
|
|
|
|
%{python_sitearch}/zope.interface*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 17 2008 Conrad Meyer <konrad@tylerc.org> - 3.5.0-3
|
|
|
|
|
- Make compatible with the new python-zope-filesystem.
|
|
|
|
|
|
|
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 3.5.0-2
|
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
|
|
|
|
|