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

Loading…
Cancel
Save