update to 10.3.0 [release 10.3.0-1mamba;Thu May 09 2024]
This commit is contained in:
parent
ce8e616fac
commit
46c95e2abb
@ -1,13 +1,13 @@
|
||||
Name: python-Pillow
|
||||
Version: 10.1.0
|
||||
Version: 10.3.0
|
||||
Release: 1mamba
|
||||
Summary: Python Imaging Library (Fork)
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://pypi.org/project/Pillow/
|
||||
Source: http://pypi.debian.net/Pillow/Pillow-%{version}.tar.gz
|
||||
URL: https://pypi.org/project/pillow/
|
||||
Source: http://pypi.debian.net/Pillow/pillow-%{version}.tar.gz
|
||||
License: Standard PIL License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -32,7 +32,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n Pillow-%{version}
|
||||
%setup -q -n pillow-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
@ -56,17 +56,14 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{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
|
||||
%{python_sitearch}/PIL/_imagingtk*.so
|
||||
%{python_sitearch}/PIL/_webp*.so
|
||||
%dir %{python_sitearch}/Pillow-%{version}-py*.egg-info
|
||||
%{python_sitearch}/Pillow-%{version}-py*.egg-info/*
|
||||
%dir %{python_sitearch}/pillow-%{version}-py*.egg-info
|
||||
%{python_sitearch}/pillow-%{version}-py*.egg-info/*
|
||||
%doc docs/COPYING
|
||||
|
||||
%changelog
|
||||
* Thu May 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 10.3.0-1mamba
|
||||
- update to 10.3.0
|
||||
|
||||
* Mon Oct 16 2023 Automatic Build System <autodist@mambasoft.it> 10.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user