From 6f5cd055be3f1e4aed3d4701ef062b8d1e31d973 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:59:15 +0100 Subject: [PATCH] rebuilt with distdeps [release 15.1.0-2mamba;Fri Apr 09 2021] --- python-constantly.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/python-constantly.spec b/python-constantly.spec index a413507..03b8a84 100644 --- a/python-constantly.spec +++ b/python-constantly.spec @@ -1,6 +1,6 @@ Name: python-constantly Version: 15.1.0 -Release: 1mamba +Release: 2mamba Summary: A library that provides symbolic constant support Group: System/Libraries Vendor: openmamba @@ -10,11 +10,10 @@ URL: https://pypi.org/project/constantly/ Source: http://pypi.debian.net/constantly/constantly-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -## note: run 'autospec -u -a6 python-constantly' to get the list of build requirements. +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END BuildRequires: libpython-devel 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 "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}/constantly-%{version}-py*.egg-info +%{python_sitearch}/constantly-%{version}-py*.egg-info/* %doc CREDITS LICENSE %changelog +* Fri Apr 09 2021 Silvan Calarco 15.1.0-2mamba +- rebuilt with distdeps + * Thu Jan 10 2019 Silvan Calarco 15.1.0-1mamba - package created using the webbuild interface