rebuilt with distdeps [release 4.5.0-2mamba;Fri Apr 09 2021]
This commit is contained in:
parent
1b4770cfe5
commit
a934d70f2d
@ -1,19 +1,18 @@
|
|||||||
Name: python-zope-event
|
Name: python-zope-event
|
||||||
Version: 4.5.0
|
Version: 4.5.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Very basic event publishing system
|
Summary: Very basic event publishing system
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
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
|
Source: https://pypi.debian.net/zope.event/zope.event-%{version}.tar.gz
|
||||||
License: Zope Public License
|
License: Zope Public License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,17 +46,22 @@ It provides:
|
|||||||
# remove documentation from wrong path
|
# remove documentation from wrong path
|
||||||
#rm -f %{buildroot}%{python_sitearch}/zope/event/*.txt
|
#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
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%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 COPYRIGHT.txt LICENSE.txt
|
||||||
#%doc src/zope/event/*.txt
|
#%doc src/zope/event/*.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 18 2020 Automatic Build System <autodist@mambasoft.it> 4.5.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user