rebuilt with distdeps [release 1.2.0-2mamba;Sat Apr 17 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 11:15:34 +01:00
parent f6d7cd03f6
commit 21abca6b23

View File

@ -1,6 +1,6 @@
Name: python-imagesize Name: python-imagesize
Version: 1.2.0 Version: 1.2.0
Release: 1mamba Release: 2mamba
Summary: This module analyzes jpeg/jpeg2000/png/gif image header and return image size Summary: This module analyzes jpeg/jpeg2000/png/gif image header and return image size
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -10,11 +10,10 @@ URL: https://pypi.python.org/pypi/imagesize
Source: https://pypi.debian.net/imagesize/imagesize-%{version}.tar.gz Source: https://pypi.debian.net/imagesize/imagesize-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel BuildRequires: libpython3-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.7.4 BuildRequires: libpython3-devel >= 3.7.4
Requires: python >= %python_version Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
%{summary}. %{summary}.
@ -38,12 +37,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/imagesize-%{version}-py*.egg-info
%{python_sitearch}/imagesize-%{version}-py*.egg-info/*
%changelog %changelog
* Sat Apr 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-2mamba
- rebuilt with distdeps
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba * Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
- automatic version update by autodist - automatic version update by autodist