Latest upstream.

epel8
Ralph Bean 12 years ago
parent 64e23df262
commit ebc3841679

1
.gitignore vendored

@ -1,3 +1,4 @@
zope.interface-3.6.1.tar.gz
/zope.interface-3.7.0.tar.gz
/zope.interface-4.0.2.tar.gz
/zope.interface-4.0.4.zip

@ -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

@ -1 +1 @@
961195078205f3af50eaa6b639428310 zope.interface-4.0.2.tar.gz
b74c4da844e1f96b7e29f0324f14377d zope.interface-4.0.4.zip

Loading…
Cancel
Save