|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
%global name3 python3-pillow
|
|
|
|
|
# bootstrap building docs (pillow is required by docutils, docutils are
|
|
|
|
|
# required by sphinx; pillow build-requires sphinx)
|
|
|
|
|
%global with_docs 0
|
|
|
|
|
%global with_docs 1
|
|
|
|
|
|
|
|
|
|
# RHEL-7 doesn't have python 3
|
|
|
|
|
%if 0%{?rhel} == 7
|
|
|
|
@ -28,7 +28,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-pillow
|
|
|
|
|
Version: 2.4.0
|
|
|
|
|
Release: 9%{?snap}%{?dist}
|
|
|
|
|
Release: 10%{?snap}%{?dist}
|
|
|
|
|
Summary: Python image processing library
|
|
|
|
|
|
|
|
|
|
# License: see http://www.pythonware.com/products/pil/license.htm
|
|
|
|
@ -388,6 +388,10 @@ popd
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 27 2014 Sandro Mani <manisandro@gmail.com> - 2.4.0-10
|
|
|
|
|
- Rebuild with docs enabled
|
|
|
|
|
- Update python-pillow_openjpeg-2.1.0.patch
|
|
|
|
|
|
|
|
|
|
* Tue May 27 2014 Sandro Mani <manisandro@gmail.com> - 2.4.0-9
|
|
|
|
|
- Rebuild against openjpeg-2.1.0
|
|
|
|
|
|
|
|
|
|