15
0
forked from pool/python-Pillow

- add 0001-Ico-files-are-little-endian-ref-1204.patch: fix for s390x

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=34
This commit is contained in:
2015-06-14 20:08:49 +00:00
committed by Git OBS Bridge
parent 8e90b308d5
commit 7b563378ae
4 changed files with 53 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ Group: Development/Languages/Python
Url: http://python-imaging.github.io/
Source: https://pypi.python.org/packages/source/P/Pillow/Pillow-%{version}.tar.gz
Patch1: fix-textsize-equal.patch
Patch2: 0001-Ico-files-are-little-endian-ref-1204.patch
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-tk
@@ -87,6 +88,7 @@ Python Imaging Library by Fredrik Lundh and Contributors.
%prep
%setup -q -n Pillow-%{version}
%patch1 -p1
%patch2 -p1
%build
python setup.py build