|
|
|
@ -7,13 +7,13 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: python-zope-interface
|
|
|
|
|
Version: 4.0.2
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 4.0.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Zope 3 Interface Infrastructure
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: ZPLv2.1
|
|
|
|
|
URL: http://pypi.python.org/pypi/zope.interface
|
|
|
|
|
Source0: http://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
|
|
|
|
|
Source0: http://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.zip
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
|
BuildRequires: python-zope-event
|
|
|
|
@ -103,7 +103,7 @@ popd
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc README.txt LICENSE.txt CHANGES.txt COPYRIGHT.txt docs/
|
|
|
|
|
%doc README.rst LICENSE.txt CHANGES.rst COPYRIGHT.txt docs/
|
|
|
|
|
%{python_sitearch}/zope/interface/
|
|
|
|
|
# Co-own %%{python_sitearch}/zope/
|
|
|
|
|
%dir %{python_sitearch}/zope/
|
|
|
|
@ -114,7 +114,7 @@ popd
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
%files -n python3-zope-interface
|
|
|
|
|
%doc README.txt LICENSE.txt CHANGES.txt COPYRIGHT.txt docs/
|
|
|
|
|
%doc README.rst LICENSE.txt CHANGES.rst COPYRIGHT.txt docs/
|
|
|
|
|
%{python3_sitearch}/zope/interface/
|
|
|
|
|
# Co-own %%{python3_sitearch}/zope/
|
|
|
|
|
%dir %{python3_sitearch}/zope/
|
|
|
|
@ -125,6 +125,10 @@ popd
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Feb 25 2013 Ralph Bean <rbean@redhat.com> - 4.0.4-1
|
|
|
|
|
- Latest upstream
|
|
|
|
|
- README and CHANGES moved from .txt to .rst.
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.2-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|