rebuilt with distdeps [release 8.2.0-2mamba;Sat Apr 03 2021]
This commit is contained in:
parent
3ff72f0b7d
commit
0e58be3442
@ -1,6 +1,6 @@
|
||||
Name: python-Pillow
|
||||
Version: 6.1.0
|
||||
Release: 1mamba
|
||||
Version: 8.2.0
|
||||
Release: 2mamba
|
||||
Summary: Python Imaging Library (Fork)
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -8,71 +8,27 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://pypi.python.org/pypi/Pillow
|
||||
Source: http://pypi.debian.net/Pillow/Pillow-%{version}.tar.gz
|
||||
#Source: https://pypi.debian.org/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: libtcl-devel
|
||||
BuildRequires: libopenjpeg-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libtk-devel
|
||||
BuildRequires: libwebp-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.7.4
|
||||
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}.
|
||||
|
||||
%package %{pyappend}-tools
|
||||
Group: System tools
|
||||
Summary: Tools for %{name}
|
||||
Requires: %{name}-%{pyappend} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description %{pyappend}-tools
|
||||
This package contains tools 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}.
|
||||
|
||||
%package tools
|
||||
Group: System/Tools
|
||||
Summary: Tools for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description tools
|
||||
This package contains tools that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n Pillow-%{version}
|
||||
|
||||
@ -94,15 +50,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
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
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
@ -112,20 +60,29 @@ install -d -m0755 %{buildroot}%{_includedir}/python%{python_version}
|
||||
%{python_sitearch}/PIL/_imagingmorph*.so
|
||||
%{python_sitearch}/PIL/_imagingtk*.so
|
||||
%{python_sitearch}/PIL/_webp*.so
|
||||
#%{python_sitearch}/_sane*.so
|
||||
#%{python_sitearch}/pysane-2.0-py*.egg-info
|
||||
#%{python_sitearch}/sane.py*
|
||||
%dir %{python_sitearch}/Pillow-%{version}-py*.egg-info
|
||||
%{python_sitearch}/Pillow-%{version}-py*.egg-info/*
|
||||
%doc docs/COPYING
|
||||
|
||||
#%files %{?pyappend:%pyappend-}devel
|
||||
#%defattr(-,root,root)
|
||||
#%{_includedir}/python%{python_version}/*.h
|
||||
|
||||
#%files %{?pyappend:%pyappend-}tools
|
||||
#%defattr(-,root,root)
|
||||
#%{_bindir}/*.py
|
||||
|
||||
%changelog
|
||||
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 8.2.0-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Fri Apr 02 2021 Automatic Build System <autodist@mambasoft.it> 8.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 06 2021 Automatic Build System <autodist@mambasoft.it> 8.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 02 2021 Automatic Build System <autodist@mambasoft.it> 8.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 8.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 30 2020 Automatic Build System <autodist@mambasoft.it> 7.2.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Aug 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.0-1mamba
|
||||
- update to 6.1.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user