From 147d4d601993c35d0054f09193b26bdba5f74ba4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:40:52 +0100 Subject: [PATCH] provide/obsolete python-Imaging [release 2.4.0-2mamba;Sun May 25 2014] --- README.md | 2 ++ python-Pillow.spec | 83 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 python-Pillow.spec diff --git a/README.md b/README.md index 5ae0229..9c63db9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # python-Pillow +Python Imaging Library (Fork). + diff --git a/python-Pillow.spec b/python-Pillow.spec new file mode 100644 index 0000000..cd68094 --- /dev/null +++ b/python-Pillow.spec @@ -0,0 +1,83 @@ +Name: python-Pillow +Version: 2.4.0 +Release: 2mamba +Summary: Python Imaging Library (Fork) +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://pypi.python.org/pypi/Pillow +Source: https://pypi.python.org/packages/source/P/Pillow/Pillow-%{version}.zip +License: Standard PIL License +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libfreetype-devel +BuildRequires: libjpeg-devel +BuildRequires: liblcms2-devel +BuildRequires: libpython-devel +BuildRequires: libpython27-devel +BuildRequires: libtcl-devel +BuildRequires: libtiff-devel +BuildRequires: libtk-devel +BuildRequires: libwebp-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +BuildRequires: libopenjpeg-devel +BuildRequires: python27-tk +Provides: python-Imaging +Obsoletes: python-Imaging +Provides: python-Imaging-tk +Obsoletes: python-Imaging-tk +Provides: python-Imaging-sane +Obsoletes: python-Imaging-sane +Requires: python >= %python_version +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +%{summary}. + +%prep +%setup -q -n Pillow-%{version} + +%build +CFLAGS="%{optflags}" %{__python} setup.py build + +cd Sane +CFLAGS="%{optflags}" %{__python} setup.py build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%{__python} setup.py install \ + -O1 --skip-build \ + --root="%{buildroot}" \ + --install-headers=%{_includedir}/python \ + --install-lib=%{python_sitearch} \ + --record=%{name}.filelist + +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist + +cd Sane +%{__python} setup.py install \ + -O1 --skip-build \ + --root="%{buildroot}" \ + --install-headers=%{_includedir}/python \ + --install-lib=%{python_sitearch} \ + --record=%{name}.filelist + +%files -f %{name}.filelist +%defattr(-,root,root) +%{python_sitearch}/PIL/_imagingcms.so +%{python_sitearch}/PIL/_imagingft.so +%{python_sitearch}/PIL/_imagingmath.so +%{python_sitearch}/PIL/_imagingtk.so +%{python_sitearch}/PIL/_webp.so +%{python_sitearch}/_sane.so +%{python_sitearch}/pysane-2.0-py2.7.egg-info +%{python_sitearch}/sane.py* + +%changelog +* Sun May 25 2014 Silvan Calarco 2.4.0-2mamba +- provide/obsolete python-Imaging + +* Wed May 21 2014 Silvan Calarco 2.4.0-1mamba +- package created by silvan using the webbuild interface