From 861fdaec3a7b97b31c502b001f4ef4d4fd80b8bf Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:57:17 +0100 Subject: [PATCH] rebuilt with distdeps [release 5.0.1-2mamba;Fri Apr 09 2021] --- python-zope-hookable.spec | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/python-zope-hookable.spec b/python-zope-hookable.spec index 10bf2fe..0303513 100644 --- a/python-zope-hookable.spec +++ b/python-zope-hookable.spec @@ -1,20 +1,19 @@ Name: python-zope-hookable Version: 5.0.1 -Release: 1mamba +Release: 2mamba Summary: Efficient creation of "hookable" objects, which are callable objects that are meant to be optionally replaced Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.zope.org +URL: https://www.zope.org Source: http://pypi.debian.net/zope.hookable/zope.hookable-%{version}.tar.gz License: Zope Public License ## AUTOBUILDREQ-BEGIN -## note: run 'autospec -u -a6 python-zope-hookable' to get the list of build requirements. +BuildRequires: glibc-devel +BuildRequires: libpython3-devel +BuildRequires: python3.7dist(setuptools) ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -38,18 +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,;\,\.txt$,d" %{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: eventually add the remaining documents (if any) -# %doc README.rst +%dir %{python_sitearch}/zope.hookable-%{version}-py*.egg-info +%{python_sitearch}/zope.hookable-%{version}-py*.egg-info/* %changelog +* Fri Apr 09 2021 Silvan Calarco 5.0.1-2mamba +- rebuilt with distdeps + * Wed Mar 11 2020 Automatic Build System 5.0.1-1mamba - automatic version update by autodist