|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: python-zope-event
|
|
|
|
|
Version: 4.0.2
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 4.0.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Zope Event Publication
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: ZPLv2.1
|
|
|
|
@ -84,7 +84,7 @@ popd
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
|
|
|
|
|
%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
|
|
|
|
|
%doc docs/_build/html/
|
|
|
|
|
%{python_sitelib}/zope/event/
|
|
|
|
|
%exclude %{python_sitelib}/zope/event/tests.py*
|
|
|
|
@ -94,7 +94,7 @@ popd
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
%files -n python3-zope-event
|
|
|
|
|
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
|
|
|
|
|
%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
|
|
|
|
|
%doc docs/_build/html/
|
|
|
|
|
%{python3_sitelib}/zope/event/
|
|
|
|
|
%exclude %{python3_sitelib}/zope/event/tests.py*
|
|
|
|
@ -105,6 +105,9 @@ popd
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 21 2014 Ralph Bean <rbean@redhat.com> - 4.0.3-1
|
|
|
|
|
- Latest upstream.
|
|
|
|
|
|
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|