From 21abca6b232b93319336d9fada5bfbf67d5a54a5 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:15:34 +0100 Subject: [PATCH] rebuilt with distdeps [release 1.2.0-2mamba;Sat Apr 17 2021] --- python-imagesize.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/python-imagesize.spec b/python-imagesize.spec index ce74a27..ab9f248 100644 --- a/python-imagesize.spec +++ b/python-imagesize.spec @@ -1,6 +1,6 @@ Name: python-imagesize Version: 1.2.0 -Release: 1mamba +Release: 2mamba Summary: This module analyzes jpeg/jpeg2000/png/gif image header and return image size Group: System/Libraries Vendor: openmamba @@ -10,11 +10,10 @@ URL: https://pypi.python.org/pypi/imagesize Source: https://pypi.debian.net/imagesize/imagesize-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END BuildRequires: libpython3-devel >= 3.7.4 Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -38,12 +37,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --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 %defattr(-,root,root) +%dir %{python_sitearch}/imagesize-%{version}-py*.egg-info +%{python_sitearch}/imagesize-%{version}-py*.egg-info/* %changelog +* Sat Apr 17 2021 Silvan Calarco 1.2.0-2mamba +- rebuilt with distdeps + * Tue Dec 31 2019 Automatic Build System 1.2.0-1mamba - automatic version update by autodist