Add python3-imaging support :-)

This commit is contained in:
Toshio Kuratomi 2013-03-21 11:36:51 -07:00
parent 5cb86beae2
commit 28aca6172f

View File

@ -4,14 +4,14 @@
%endif %endif
%if 0%{?fedora} %if 0%{?fedora}
%global with_python3 1 %global with_python3 0%{!?_without_python3:1}
%endif %endif
%global srcname docutils %global srcname docutils
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.10 Version: 0.10
Release: 0.6.20120824svn7502%{?dist} Release: 0.7.20120824svn7502%{?dist}
Summary: System for processing plaintext documentation Summary: System for processing plaintext documentation
Group: Development/Languages Group: Development/Languages
@ -70,7 +70,7 @@ Python inline documentation modules and packages.
Summary: System for processing plaintext documentation for python3 Summary: System for processing plaintext documentation for python3
Group: Development/Languages Group: Development/Languages
# This module is optional and not yet available for python3 # This module is optional and not yet available for python3
#Requires: python3-imaging Requires: python3-imaging
%description -n python3-%{srcname} %description -n python3-%{srcname}
The Docutils project specifies a plaintext markup language, reStructuredText, The Docutils project specifies a plaintext markup language, reStructuredText,
@ -171,6 +171,9 @@ rm -rf %{buildroot}
%endif %endif
%changelog %changelog
* Thu Mar 21 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.10-0.7.20120824svn7502
- Add python3-imaging support :-)
* Sat Aug 25 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 0.10-0.6.20120824svn7502 * Sat Aug 25 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 0.10-0.6.20120824svn7502
- Further fix of places in the code that use__import__ - Further fix of places in the code that use__import__