同步操作将从 src-openEuler/python-pillow 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%global py3_incdir %(python3 -c 'import distutils.sysconfig; print(distutils.sysconfig.get_python_inc())')%global py3_libbuilddir %(python3 -c 'import sys; import sysconfig; print("lib.{p}-{v[0]}.{v[1]}".format(p=sysconfig.get_platform(), v=sys.version_info))')%global with_docs 0Name: python-pillowVersion: 8.1.2Release: 1Summary: Python image processing libraryLicense: MITURL: http://python-pillow.github.io/Source0: https://github.com/python-pillow/Pillow/archive/%{version}/Pillow-%{version}.tar.gzPatch0: python-pillow_spinxwarn.patchPatch1: python-pillow_sphinx-issues.patchPatch6000: backport-Fix-Wformat-error-in-TiffDecode.patchPatch6001: backport-Updated-format-specifiers.patchPatch6002: backport-CVE-2021-25287-CVE-2021-25288.patchPatch6003: backport-CVE-2021-28675.patchPatch6004: backport-CVE-2021-28676.patchPatch6005: backport-CVE-2021-28677.patchPatch6006: backport-CVE-2021-28678.patchPatch6007: backport-Fixed-linear_gradient-and-radial_gradient-32-bit-mod.patchPatch6008: backport-fixes-crash-74d2.patchPatch6009: backport-fix-for-crash-8115.patchPatch6010: backport-Fix-Memory-DOS-in-ImageFont.patchPatch6011: backport-0001-CVE-2021-34552.patchPatch6012: backport-0002-CVE-2021-34552.patchPatch6013: backport-Updated-default-value-for-SAMPLESPERPIXEL-tag.patchBuildRequires: freetype-devel ghostscript lcms2-devel libimagequant-devel libjpeg-devel libraqm-devel libtiff-develBuildRequires: libwebp-devel openjpeg2-devel tk-devel zlib-devel python3-cffi python3-devel python3-numpy python3-olefileBuildRequires: python3-qt5 python3-setuptools python3-tkinter gcc%if 0%{?with_docs}BuildRequires: makeBuildRequires: python3-sphinxBuildRequires: python3-sphinx_rtd_themeBuildRequires: python3-sphinx-removed-in%endifRequires: ghostscript%global __provides_exclude_from ^%{python3_sitearch}/PIL/.*\\.so$%descriptionPillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging \Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift.%package -n python3-pillowSummary: Python 3 image processing library%{?python_provide:%python_provide python3-pillow}Provides: python3-imaging = %{version}-%{release}Requires: python3-olefile%description -n python3-pillowPillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging \Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift.%package -n python3-pillow-develSummary: Development files for pillowRequires: python3-devel libjpeg-devel zlib-devel python3-pillow = %{version}-%{release}%{?python_provide:%python_provide python3-pillow-devel}Provides: python3-imaging-devel = %{version}-%{release}%description -n python3-pillow-develDevelopment files for pillow.%package -n python3-pillow-helpSummary: Documentation for pillowBuildArch: noarchRequires: python3-pillow = %{version}-%{release}%{?python_provide:%python_provide python3-pillow-doc}Provides: python3-imaging-doc = %{version}-%{release} python3-pillow-doc = %{version}-%{release}Obsoletes: python3-pillow-doc < %{version}-%{release}%description -n python3-pillow-helpDocumentation for pillow.%package -n python3-pillow-tkSummary: Tk interface for pillowRequires: python3-tkinterRequires: python3-pillow = %{version}-%{release}%{?python_provide:%python_provide python3-pillow-tk}Provides: python3-imaging-tk = %{version}-%{release}%description -n python3-pillow-tkTk interface for %{name}.%package -n python3-pillow-qtSummary: Qt pillow image wrapperRequires: python3-qt5Requires: python3-pillow = %{version}-%{release}%{?python_provide:%python_provide python3-pillow-qt}Provides: python3-imaging-qt = %{version}-%{release}%description -n python3-pillow-qtQt pillow image wrapper.%prep%autosetup -p1 -n Pillow-%{version}%build%py3_build%if 0%{?with_docs}PYTHONPATH=$PWD/build/%py3_libbuilddir make -C docs html BUILDDIR=_build_py3 SPHINXBUILD=sphinx-build-%python3_versionrm -f docs/_build_py3/html/.buildinfo%endif%installmkdir -p %{buildroot}/%{py3_incdir}/Imaginginstall -m 644 src/libImaging/*.h %{buildroot}/%{py3_incdir}/Imaging%py3_install%checkln -s $PWD/Images $PWD/build/%py3_libbuilddir/Imagescp -R $PWD/Tests $PWD/build/%py3_libbuilddir/Testscp -a $PWD/selftest.py $PWD/build/%py3_libbuilddir/selftest.pypushd build/%py3_libbuilddirPYTHONPATH=$PWD %{__python3} selftest.pypopd%files -n python3-pillow%doc README.md CHANGES.rst%license docs/COPYING%{python3_sitearch}/PIL/%{python3_sitearch}/Pillow-%{version}-py%{python3_version}.egg-info%exclude %{python3_sitearch}/PIL/_imagingtk*%exclude %{python3_sitearch}/PIL/ImageTk*%exclude %{python3_sitearch}/PIL/SpiderImagePlugin*%exclude %{python3_sitearch}/PIL/ImageQt*%exclude %{python3_sitearch}/PIL/__pycache__/ImageTk*%exclude %{python3_sitearch}/PIL/__pycache__/SpiderImagePlugin*%exclude %{python3_sitearch}/PIL/__pycache__/ImageQt*%files -n python3-pillow-devel%{py3_incdir}/Imaging/%files -n python3-pillow-help%if 0%{?with_docs}%doc docs/_build_py3/html%endif%files -n python3-pillow-tk%{python3_sitearch}/PIL/_imagingtk*%{python3_sitearch}/PIL/ImageTk*%{python3_sitearch}/PIL/SpiderImagePlugin*%{python3_sitearch}/PIL/__pycache__/ImageTk*%{python3_sitearch}/PIL/__pycache__/SpiderImagePlugin*%files -n python3-pillow-qt%{python3_sitearch}/PIL/ImageQt*%{python3_sitearch}/PIL/__pycache__/ImageQt*%changelog* Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 8.1.2-1- Update to 8.1.2* Thu Jul 15 2021 liuyumeng <liuyumeng5@huawei.com> - 8.1.1-6- Type:bugfix- CVE:CVE-2021-34552- SUG:NA- DESC: incorporate community patch* Tue Jul 6 2021 hanhui <hanhui15@huawei.com> - 8.1.1-5- Type:bugfix- CVE:CVE-2021-28675 CVE-2021-28676 CVE-2021-28677 CVE-2021-28678 CVE-2021-25287 CVE-2021-25288- SUG:NA- DESC: incorporate community patch* Mon Jun 21 2021 hanhui <hanhui15@huawei.com> - 8.1.1-4- DESC: in the check section,using the cp -a instead of install* Tue Jun 15 2021 hanhui <hanhui15@huawei.com> - 8.1.1-3- DESC: add buildrequire gcc* Sat Mar 13 2021 wangye <wangye70@huawei.com> - 8.1.1-2- Type:CVE- CVE:CVE-2021-27921 CVE-2021-27922 CVE-2021-27923- SUG:NA- DESC: fix CVE-2021-27921CVE-2021-27922CVE-2021-27923* Mon Mar 08 2021 wangye <wangye70@huawei.com> - 8.1.1-1- Update to 8.1.1
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。