dev: wcs & wcs-au-quotidien 1.12.12

This commit is contained in:
Thomas NOËL 2015-02-06 15:07:37 +01:00
parent ba70446428
commit 512680d5ad
4 changed files with 8 additions and 8 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">/auquotidien.git/snapshot/auquotidien-f91cae6.tar.gz</param>
<param name="path">/auquotidien.git/snapshot/auquotidien-2f51ce8.tar.gz</param>
</service>
</services>

View File

@ -1,9 +1,9 @@
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define tag 1.12.5
%define commit f91cae6
%define tag 1.12.12
%define commit 2f51ce8
# si possible, minor = nombre de commit depuis le tag (à la "git describe")
%define minor 4
%define minor 0
# si minor == 0
#%define version %{tag}

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">/wcs.git/snapshot/wcs-4ee347a.tar.gz</param>
<param name="path">/wcs.git/snapshot/wcs-8df6312.tar.gz</param>
</service>
</services>

View File

@ -1,9 +1,9 @@
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define tag 1.12.5
%define commit 4ee347a
%define tag 1.12.12
%define commit 8df6312
# si possible, minor = nombre de commit depuis le tag (à la "git describe")
%define minor 42
%define minor 0
# si minor == 0
#%define version %{tag}