auto generate the version number based on the output of the date command

This commit is contained in:
kestes%tradinglinx.com 2001-04-05 17:48:23 +00:00
parent 5e61ddb764
commit df9cba1f8e
2 changed files with 12 additions and 2 deletions

View File

@ -1,8 +1,13 @@
%define _prefix /export/home/tinderbox2
# auto generate the version number based on the output of the date
# command.
%define _version %(eval "date '+%Y%m%e'")
Summary: Development monitoring tool
Name: tinderbox2-local-conf
Version: 20010214
Version: %{_version}
Release: 1
Copyright: MPL
Group: Development/Tools

View File

@ -1,9 +1,14 @@
%define _prefix /export/home/tinderbox2
%define _cgi_prefix /home/httpd/cgi-bin
# auto generate the version number based on the output of the date
# command.
%define _version %(eval "date '+%Y%m%e'")
Summary: Development Monitoring Tool
Name: tinderbox2
Version: 20010214
Version: %{_version}
Release: 1
Copyright: MPL
Group: Development/Tools