Accepting request 222278 from devel:languages:python
- Fix build for older distributions which do not include lcms2 (forwarded request 222275 from Nijel) OBS-URL: https://build.opensuse.org/request/show/222278 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pillow?expand=0&rev=4
This commit is contained in:
commit
fbe1f17a8c
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 07:28:32 UTC 2014 - mcihar@suse.cz
|
||||
|
||||
- Fix build for older distributions which do not include lcms2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 21:59:13 UTC 2014 - hpj@urpla.net
|
||||
|
||||
- also exclude 12.2 from ghost etc/alternatives/* as this results in
|
||||
failed builds with: Explicit file attributes required in spec for:
|
||||
$BUILDROOT/etc/alternatives/pil*
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 19:19:05 UTC 2014 - marko.kohtala@gmail.com
|
||||
|
||||
|
@ -32,10 +32,10 @@ BuildRequires: tk-devel
|
||||
BuildRequires: unzip
|
||||
%if 0%{?suse_version} > 1210
|
||||
BuildRequires: libjpeg8-devel
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libwebp-devel
|
||||
%endif
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: zlib-devel
|
||||
Requires(post): update-alternatives
|
||||
@ -119,7 +119,7 @@ fi
|
||||
%{python_sitearch}/Pillow-%{version}-py%{py_ver}.egg-info
|
||||
%exclude %{python_sitearch}/PIL/ImageTk*
|
||||
%exclude %{python_sitearch}/PIL/_imagingtk*
|
||||
%if 0%{?suse_version} > 1210
|
||||
%if 0%{?suse_version} > 1220
|
||||
%ghost %{_sysconfdir}/alternatives/pilconvert
|
||||
%ghost %{_sysconfdir}/alternatives/pildriver
|
||||
%ghost %{_sysconfdir}/alternatives/pilfile
|
||||
|
Loading…
Reference in New Issue
Block a user