rebuilt with distdeps [release 5.0.1-2mamba;Fri Apr 09 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 16:57:17 +01:00
parent a8ceff0882
commit 861fdaec3a

View File

@ -1,20 +1,19 @@
Name: python-zope-hookable Name: python-zope-hookable
Version: 5.0.1 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 Summary: Efficient creation of "hookable" objects, which are callable objects that are meant to be optionally replaced
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.zope.org URL: https://www.zope.org
Source: http://pypi.debian.net/zope.hookable/zope.hookable-%{version}.tar.gz Source: http://pypi.debian.net/zope.hookable/zope.hookable-%{version}.tar.gz
License: Zope Public License License: Zope Public License
## AUTOBUILDREQ-BEGIN ## 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 ## AUTOBUILDREQ-END
BuildRequires: libpython-devel
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
%{summary}. %{summary}.
@ -38,18 +37,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --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 %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
## note: this list is just an example; modify as required %dir %{python_sitearch}/zope.hookable-%{version}-py*.egg-info
# %{python_sitearch}/%{name}.py* %{python_sitearch}/zope.hookable-%{version}-py*.egg-info/*
# %{python_sitearch}/%{name}.so
## note: eventually add the remaining documents (if any)
# %doc README.rst
%changelog %changelog
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.1-2mamba
- rebuilt with distdeps
* Wed Mar 11 2020 Automatic Build System <autodist@mambasoft.it> 5.0.1-1mamba * Wed Mar 11 2020 Automatic Build System <autodist@mambasoft.it> 5.0.1-1mamba
- automatic version update by autodist - automatic version update by autodist