Add missing ghostscript Requires and BuildRequires
This commit is contained in:
parent
c52ccae184
commit
ba5f93bcd4
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Name: python-pillow
|
Name: python-pillow
|
||||||
Version: 2.3.0
|
Version: 2.3.0
|
||||||
Release: 3%{?snap}%{?dist}
|
Release: 4%{?snap}%{?dist}
|
||||||
Summary: Python image processing library
|
Summary: Python image processing library
|
||||||
|
|
||||||
# License: see http://www.pythonware.com/products/pil/license.htm
|
# License: see http://www.pythonware.com/products/pil/license.htm
|
||||||
@ -42,23 +42,25 @@ Patch0: python-pillow-archs.patch
|
|||||||
# Fix overly-strict test
|
# Fix overly-strict test
|
||||||
Patch1: python-pillow_test-webp.patch
|
Patch1: python-pillow_test-webp.patch
|
||||||
|
|
||||||
BuildRequires: python2-devel
|
|
||||||
BuildRequires: python-setuptools
|
|
||||||
BuildRequires: tkinter
|
|
||||||
BuildRequires: tk-devel
|
BuildRequires: tk-devel
|
||||||
BuildRequires: python-sphinx
|
|
||||||
BuildRequires: python-sphinx-theme-better
|
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: freetype-devel
|
BuildRequires: freetype-devel
|
||||||
BuildRequires: lcms2-devel
|
BuildRequires: lcms2-devel
|
||||||
BuildRequires: sane-backends-devel
|
BuildRequires: sane-backends-devel
|
||||||
|
BuildRequires: ghostscript
|
||||||
# Don't build with webp support on s390* archs, see bug #962091 (s390*)
|
# Don't build with webp support on s390* archs, see bug #962091 (s390*)
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
BuildRequires: libwebp-devel
|
BuildRequires: libwebp-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
BuildRequires: python2-devel
|
||||||
|
BuildRequires: python-setuptools
|
||||||
|
BuildRequires: tkinter
|
||||||
BuildRequires: PyQt4
|
BuildRequires: PyQt4
|
||||||
BuildRequires: numpy
|
BuildRequires: numpy
|
||||||
|
BuildRequires: python-sphinx
|
||||||
|
BuildRequires: python-sphinx-theme-better
|
||||||
|
|
||||||
%if %{with_python3}
|
%if %{with_python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -70,6 +72,9 @@ BuildRequires: python3-sphinx
|
|||||||
BuildRequires: python3-sphinx-theme-better
|
BuildRequires: python3-sphinx-theme-better
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# For EpsImagePlugin.py
|
||||||
|
Requires: ghostscript
|
||||||
|
|
||||||
Provides: python-imaging = %{version}-%{release}
|
Provides: python-imaging = %{version}-%{release}
|
||||||
Obsoletes: python-imaging <= 1.1.7-12
|
Obsoletes: python-imaging <= 1.1.7-12
|
||||||
|
|
||||||
@ -362,6 +367,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 07 2014 Sandro Mani <manisandro@gmail.com> - 2.3.0-4
|
||||||
|
- Add missing ghostscript Requires and BuildRequires
|
||||||
|
|
||||||
* Mon Jan 06 2014 Sandro Mani <manisandro@gmail.com> - 2.3.0-3
|
* Mon Jan 06 2014 Sandro Mani <manisandro@gmail.com> - 2.3.0-3
|
||||||
- Remove python-pillow_help-theme.patch, add python-sphinx-theme-better BR
|
- Remove python-pillow_help-theme.patch, add python-sphinx-theme-better BR
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user