• R/O
  • HTTP
  • SSH
  • HTTPS

rec10-git: Commit

rec10 git


Commit MetaInfo

Revision02523fd9338fc5588345bae18fe667f69d463182 (tree)
Time2013-07-22 04:32:17
AuthorLong.inus <long.inus@hotm...>
CommiterLong.inus

Log Message

rectool: improve rpm's spec file to include version string (git rev) in generated rpm's file name.

Change Summary

Incremental Difference

--- a/rectool/rectool.spec
+++ b/rectool/rectool.spec
@@ -1,6 +1,8 @@
1+%define gitrev %(git rev-list HEAD | wc | awk '{print $1}')
2+
13 Name: rec10-rectool
24 Version: 0.0.1
3-Release: 1%{?dist}
5+Release: git%{gitrev}%{?dist}
46 Summary: rec10 web interface
57
68 Group: Utilities
Show on old repository browser