Wrap files section in a python3 conditional.

epel8
Ralph Bean 12 years ago
parent 84ace6d470
commit 253faf741a

@ -8,7 +8,7 @@
Name: python-zope-interface
Version: 4.0.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Zope 3 Interface Infrastructure
Group: Development/Libraries
License: ZPLv2.1
@ -112,6 +112,7 @@ popd
%{python_sitearch}/zope.interface-*.egg-info
%{python_sitearch}/zope.interface-*-nspkg.pth
%if 0%{?with_python3}
%files -n python3-zope-interface
%doc README.txt LICENSE.txt CHANGES.txt COPYRIGHT.txt docs/
%{python3_sitearch}/zope/interface/
@ -121,8 +122,12 @@ popd
%exclude %{python3_sitearch}/zope/interface/common/tests/
%{python3_sitearch}/zope.interface-*.egg-info
%{python3_sitearch}/zope.interface-*-nspkg.pth
%endif
%changelog
* Thu Dec 06 2012 Ralph Bean <rbean@redhat.com> - 4.0.2-4
- Wrap files section in a python3 conditional.
* Thu Nov 29 2012 Ralph Bean <rbean@redhat.com> - 4.0.2-3
- Typofix to python-zope-event requirement.

Loading…
Cancel
Save