From aeabb28b8d9cfb295dac61afbaa44d4d84050d30 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:22:36 +0100 Subject: [PATCH] rebuilt with distdeps [release 1.6.0-2mamba;Sat May 08 2021] --- python-lazy-object-proxy.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/python-lazy-object-proxy.spec b/python-lazy-object-proxy.spec index b08e19a..d9f36b3 100644 --- a/python-lazy-object-proxy.spec +++ b/python-lazy-object-proxy.spec @@ -1,6 +1,6 @@ Name: python-lazy-object-proxy Version: 1.6.0 -Release: 1mamba +Release: 2mamba Summary: A fast and thorough lazy object proxy Group: System/Libraries Vendor: openmamba @@ -10,10 +10,9 @@ URL: https://pypi.org/project/lazy-object-proxy/ Source: https://pypi.debian.net/lazy-object-proxy/lazy-object-proxy-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: python3 +BuildRequires: glibc-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version %description %{summary}. @@ -37,13 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "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}/lazy_object_proxy-%{version}-py*.egg-info +%{python_sitearch}/lazy_object_proxy-%{version}-py*.egg-info/* %doc LICENSE %changelog +* Sat May 08 2021 Silvan Calarco 1.6.0-2mamba +- rebuilt with distdeps + * Wed Mar 24 2021 Automatic Build System 1.6.0-1mamba - automatic version update by autodist