mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
auto generate the version number based on the output of the date command
This commit is contained in:
parent
5e61ddb764
commit
df9cba1f8e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user