|
|
@ -13,7 +13,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Version: 9.0.1
|
|
|
|
Version: 9.0.1
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: Python image processing library
|
|
|
|
Summary: Python image processing library
|
|
|
|
|
|
|
|
|
|
|
|
# License: see http://www.pythonware.com/products/pil/license.htm
|
|
|
|
# License: see http://www.pythonware.com/products/pil/license.htm
|
|
|
@ -151,7 +151,7 @@ Requires: python%{python3_pkgversion}-%{srcname}%{?_isa} = %{version}-%{re
|
|
|
|
Provides: python%{python3_pkgversion}-imaging-tk = %{version}-%{release}
|
|
|
|
Provides: python%{python3_pkgversion}-imaging-tk = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python%{python3_pkgversion}-%{srcname}-tk
|
|
|
|
%description -n python%{python3_pkgversion}-%{srcname}-tk
|
|
|
|
Tk interface for %{name}.
|
|
|
|
Tk interface for %{srcname}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python%{python3_pkgversion}-%{srcname}-qt
|
|
|
|
%package -n python%{python3_pkgversion}-%{srcname}-qt
|
|
|
@ -166,20 +166,20 @@ Qt %{srcname} image wrapper.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with mingw}
|
|
|
|
%if %{with mingw}
|
|
|
|
%package -n mingw32-python3-%{name}
|
|
|
|
%package -n mingw32-python3-%{srcname}
|
|
|
|
Summary: MinGW Windows Python2 %{name} library
|
|
|
|
Summary: MinGW Windows Python2 %{srcname} library
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description -n mingw32-python3-%{name}
|
|
|
|
%description -n mingw32-python3-%{srcname}
|
|
|
|
MinGW Windows Python2 %{name} library.
|
|
|
|
MinGW Windows Python2 %{srcname} library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n mingw64-python3-%{name}
|
|
|
|
%package -n mingw64-python3-%{srcname}
|
|
|
|
Summary: MinGW Windows Python2 %{name} library
|
|
|
|
Summary: MinGW Windows Python2 %{srcname} library
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description -n mingw64-python3-%{name}
|
|
|
|
%description -n mingw64-python3-%{srcname}
|
|
|
|
MinGW Windows Python2 %{name} library.
|
|
|
|
MinGW Windows Python2 %{srcname} library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?mingw_debug_package}
|
|
|
|
%{?mingw_debug_package}
|
|
|
@ -284,13 +284,13 @@ popd
|
|
|
|
%{python3_sitearch}/PIL/__pycache__/ImageQt*
|
|
|
|
%{python3_sitearch}/PIL/__pycache__/ImageQt*
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with mingw}
|
|
|
|
%if %{with mingw}
|
|
|
|
%files -n mingw32-python3-%{name}
|
|
|
|
%files -n mingw32-python3-%{srcname}
|
|
|
|
%license docs/COPYING
|
|
|
|
%license docs/COPYING
|
|
|
|
%{mingw32_python3_sitearch}/PIL/
|
|
|
|
%{mingw32_python3_sitearch}/PIL/
|
|
|
|
%{mingw32_python3_sitearch}/Pillow-%{version}-py%{mingw32_python3_version}.egg-info/
|
|
|
|
%{mingw32_python3_sitearch}/Pillow-%{version}-py%{mingw32_python3_version}.egg-info/
|
|
|
|
%{mingw32_py3_incdir}/Imaging/
|
|
|
|
%{mingw32_py3_incdir}/Imaging/
|
|
|
|
|
|
|
|
|
|
|
|
%files -n mingw64-python3-%{name}
|
|
|
|
%files -n mingw64-python3-%{srcname}
|
|
|
|
%license docs/COPYING
|
|
|
|
%license docs/COPYING
|
|
|
|
%{mingw64_python3_sitearch}/PIL/
|
|
|
|
%{mingw64_python3_sitearch}/PIL/
|
|
|
|
%{mingw64_python3_sitearch}/Pillow-%{version}-py%{mingw64_python3_version}.egg-info/
|
|
|
|
%{mingw64_python3_sitearch}/Pillow-%{version}-py%{mingw64_python3_version}.egg-info/
|
|
|
@ -299,6 +299,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Mar 03 2022 Sandro Mani <manisandro@gmail.com> - 9.0.1-6
|
|
|
|
|
|
|
|
- Fix name -> srcname
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 24 2022 Sandro Mani <manisandro@gmail.com> - 9.0.1-5
|
|
|
|
* Thu Feb 24 2022 Sandro Mani <manisandro@gmail.com> - 9.0.1-5
|
|
|
|
- Make mingw subpackages noarch
|
|
|
|
- Make mingw subpackages noarch
|
|
|
|
|
|
|
|
|
|
|
|