dev/python-entrouvert 6.2.0.2

This commit is contained in:
Thomas NOËL 2014-10-24 11:17:29 +02:00
parent 1307264c2f
commit dfa52c0f29
2 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@
<service name="download_url">
<param name="host">repos.entrouvert.org</param>
<param name="protocol">http</param>
<param name="path">/python-entrouvert.git/snapshot/python-entrouvert-803fa50.tar.gz</param>
<param name="path">/python-entrouvert.git/snapshot/python-entrouvert-87131a8.tar.gz</param>
</service>
</services>

View File

@ -1,8 +1,8 @@
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define tag 6.2.0
%define minor 0
%define commit 803fa50
%define minor 2
%define commit 87131a8
%define version %{tag}.%{minor}.g%{commit}