From a934d70f2d2793747a3fecc6f8b9f4ffad00c753 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:57:08 +0100 Subject: [PATCH] rebuilt with distdeps [release 4.5.0-2mamba;Fri Apr 09 2021] --- python-zope-event.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/python-zope-event.spec b/python-zope-event.spec index bcee53f..cc33356 100644 --- a/python-zope-event.spec +++ b/python-zope-event.spec @@ -1,19 +1,18 @@ Name: python-zope-event Version: 4.5.0 -Release: 1mamba +Release: 2mamba Summary: Very basic event publishing system Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Stefano Cotta Ramusino -URL: http://pypi.python.org/pypi/zope.event +URL: https://pypi.python.org/pypi/zope.event Source: https://pypi.debian.net/zope.event/zope.event-%{version}.tar.gz License: Zope Public License ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel +BuildRequires: libpython3-devel +BuildRequires: python3.7dist(setuptools) ## AUTOBUILDREQ-END -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch %description @@ -47,17 +46,22 @@ It provides: # remove documentation from wrong path #rm -f %{buildroot}%{python_sitearch}/zope/event/*.txt -#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz,;\,\.txt$,d" %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz,;\,\.txt$,d" %{name}.filelist %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/zope.event-%{version}-py*.egg-info +%{python_sitearch}/zope.event-%{version}-py*.egg-info/* %doc COPYRIGHT.txt LICENSE.txt #%doc src/zope/event/*.txt %changelog +* Fri Apr 09 2021 Silvan Calarco 4.5.0-2mamba +- rebuilt with distdeps + * Fri Sep 18 2020 Automatic Build System 4.5.0-1mamba - automatic version update by autodist