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

This commit is contained in:
Silvan Calarco 2024-01-05 16:57:08 +01:00
parent 1b4770cfe5
commit a934d70f2d

View File

@ -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 <stefano.cotta@openmamba.org>
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 <silvan.calarco@mambasoft.it> 4.5.0-2mamba
- rebuilt with distdeps
* Fri Sep 18 2020 Automatic Build System <autodist@mambasoft.it> 4.5.0-1mamba
- automatic version update by autodist