automatic version update by autodist [release 1.1.1-1mamba;Fri May 20 2016]
This commit is contained in:
parent
465197eea4
commit
784314e8a2
@ -1,6 +1,6 @@
|
|||||||
Name: python-gevent
|
Name: python-gevent
|
||||||
Version: 1.0.1
|
Version: 1.1.1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Coroutine-based network library
|
Summary: Coroutine-based network library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%setup -q -n gevent-%{version}
|
%setup -q -n gevent-%{version}
|
||||||
#-D -T
|
#-D -T
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
@ -40,15 +40,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--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
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/gevent-1.0.1-py2.7.egg-info/
|
%{python_sitearch}/gevent/_socket3.py*
|
||||||
%{python_sitearch}/gevent-1.0.1-py2.7.egg-info/*
|
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-2mamba
|
||||||
- upstream patch to fix bug with python 2.7.6
|
- upstream patch to fix bug with python 2.7.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user