automatic version update by autodist [release 1.1.1-1mamba;Fri May 20 2016]

This commit is contained in:
Automatic Build System 2024-01-06 11:11:55 +01:00
parent 465197eea4
commit 784314e8a2

View File

@ -1,6 +1,6 @@
Name: python-gevent
Version: 1.0.1
Release: 2mamba
Version: 1.1.1
Release: 1mamba
Summary: Coroutine-based network library
Group: System/Libraries
Vendor: openmamba
@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%setup -q -n gevent-%{version}
#-D -T
#:<< _EOF
%patch0 -p1
#%patch0 -p1
%build
#:<< _EOF
@ -40,15 +40,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
sed -i "/_socket3.py/d" %{name}.filelist
%files -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/gevent-1.0.1-py2.7.egg-info/
%{python_sitearch}/gevent-1.0.1-py2.7.egg-info/*
%{python_sitearch}/gevent/_socket3.py*
%doc AUTHORS LICENSE
%changelog
* Fri May 20 2016 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
- automatic version update by autodist
* Wed Feb 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-2mamba
- upstream patch to fix bug with python 2.7.6