mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-19 18:00:33 +01:00
help the rpm spec file recognize development versions now that
they're not called foo-cvs svn:r8339
This commit is contained in:
parent
ae67a044f0
commit
36d4aff768
@ -84,9 +84,9 @@
|
||||
# Using the build date ensures that every build really does get
|
||||
# a different release number. We use this trick for CVS versions.
|
||||
# For release versions, we don't want or need it.
|
||||
%define is_cvs_version %(echo %{native_version} | grep 'cvs' > /dev/null && echo 1 || echo 0)
|
||||
%define is_dev_version %(echo %{native_version} | grep 'dev' > /dev/null && echo 1 || echo 0)
|
||||
|
||||
%if %{is_cvs_version}
|
||||
%if %{is_dev_version}
|
||||
%define blddate %(date -u +"%Y%m%d%H%M")
|
||||
%define release %{pkgspec}.%{specver}.%{ostag}.%{blddate}
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user