132 lines
4.0 KiB
RPMSpec
132 lines
4.0 KiB
RPMSpec
Name: python-Pillow
|
|
Version: 2.6.1
|
|
Release: 2mamba
|
|
Summary: Python Imaging Library (Fork)
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
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 >= 2.1.0-1mamba
|
|
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}.
|
|
|
|
%if "%{?with_pyver}"
|
|
%pyver_package
|
|
|
|
%package %{pyappend}-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}-%{pyappend} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description %{pyappend}-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
%endif
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%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
|
|
|
|
install -d -m0755 %{buildroot}%{_includedir}/python%{python_version}
|
|
cp -a libImaging/*.h %{buildroot}%{_includedir}/python%{python_version}/
|
|
|
|
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 %{?pyappend} -f %{name}.filelist
|
|
%defattr(-,root,root)
|
|
%{python_sitearch}/PIL/_imagingcms*.so
|
|
%{python_sitearch}/PIL/_imagingft*.so
|
|
%{python_sitearch}/PIL/_imagingmath*.so
|
|
%{python_sitearch}/PIL/_imagingmorph*.so
|
|
%if "%{?pyappend}" == ""
|
|
%{python_sitearch}/PIL/_imagingtk*.so
|
|
%else
|
|
%{python_sitearch}/__pycache__/sane.cpython-*.py*
|
|
%endif
|
|
%{python_sitearch}/PIL/_webp*.so
|
|
%{python_sitearch}/_sane*.so
|
|
%{python_sitearch}/pysane-2.0-py*.egg-info
|
|
%{python_sitearch}/sane.py*
|
|
%doc docs/COPYING docs/LICENSE
|
|
|
|
%files %{?pyappend:%pyappend-}devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/python%{python_version}/*.h
|
|
|
|
%changelog
|
|
* Sat May 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.1-2mamba
|
|
- added python3 subpackage
|
|
|
|
* Wed Oct 15 2014 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Sep 26 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.3-2mamba
|
|
- install headers and provide a devel package
|
|
|
|
* Wed Aug 20 2014 Automatic Build System <autodist@mambasoft.it> 2.5.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Jul 13 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.0-3mamba
|
|
- rebuilt by autoport with build requirements: libopenjpeg-devel>=2.1.0-1mamba
|
|
|
|
* Sun May 25 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.0-2mamba
|
|
- provide/obsolete python-Imaging
|
|
|
|
* Wed May 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.0-1mamba
|
|
- package created by silvan using the webbuild interface
|