From 5abaa302c34757d5a49ad31461a7a6fbd516aa65 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:39:27 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 2.0.14-2mamba;Fri Sep 29 2023] --- pyspf.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pyspf.spec b/pyspf.spec index 45e0345..cf4b793 100644 --- a/pyspf.spec +++ b/pyspf.spec @@ -1,6 +1,7 @@ +%define pkgname pyspf Name: pyspf Version: 2.0.14 -Release: 1mamba +Release: 2mamba Summary: SPF (Sender Policy Framework) implemented in Python. Group: System/Libraries Vendor: openmamba @@ -10,9 +11,10 @@ URL: https://github.com/sdgathman/pyspf/ Source: https://pypi.debian.net/pyspf/pyspf-%{version}.tar.gz License: Python Software Foundation License ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel BuildRequires: python3dist(py3dns) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -42,8 +44,13 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info +%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %changelog +* Fri Sep 29 2023 Automatic Build System 2.0.14-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Tue Dec 07 2021 Silvan Calarco 2.0.14-1mamba - update to 2.0.14