From 98d2709d4b5d2ca709935f442b8dacef0880216f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:30:09 +0100 Subject: [PATCH] rebuilt with distdeps [release 0.18.0-2mamba;Tue Aug 31 2021] --- python-pyrsistent.spec | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 7258dd6..3dceb27 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -1,6 +1,6 @@ Name: python-pyrsistent Version: 0.18.0 -Release: 1mamba +Release: 2mamba Summary: Persistent/Immutable/Functional data structures for Python Group: System/Libraries Vendor: openmamba @@ -13,8 +13,6 @@ License: MIT BuildRequires: glibc-devel BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version %description %{summary}. @@ -38,18 +36,17 @@ 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) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so - -## note: add extra documentation (if any) -# %doc README README.rst +%dir %{python_sitearch}/pyrsistent-%{version}-py*.egg-info +%{python_sitearch}/pyrsistent-%{version}-py*.egg-info/* %changelog +* Tue Aug 31 2021 Silvan Calarco 0.18.0-2mamba +- rebuilt with distdeps + * Tue Jun 29 2021 Automatic Build System 0.18.0-1mamba - automatic version update by autodist