From 0954a5c9064d3a25fcd1ef1bcf7872c0985ac5a2 Mon Sep 17 00:00:00 2001 From: Ed Marshall Date: Tue, 19 Sep 2017 14:20:28 -0700 Subject: Per review, add commitdate and fix summary --- golang-github-mgutz-ansi.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/golang-github-mgutz-ansi.spec b/golang-github-mgutz-ansi.spec index 9e30695..96b7aa2 100644 --- a/golang-github-mgutz-ansi.spec +++ b/golang-github-mgutz-ansi.spec @@ -34,6 +34,7 @@ %global provider_tld com %global project mgutz %global repo ansi +%global commitdate 20170206 # https://github.com/mgutz/ansi %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} @@ -42,8 +43,8 @@ Name: golang-%{provider}-%{project}-%{repo} Version: 0 -Release: 0.1.git%{shortcommit}%{?dist} -Summary: Small, fast library to create ANSI colored strings and codes. +Release: 0.1.%{commitdate}git%{shortcommit}%{?dist} +Summary: Small, fast library to create ANSI colored strings and codes # Detected licences # - MIT/X11 (BSD like) at 'LICENSE' License: MIT @@ -182,5 +183,5 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath} %endif %changelog -* Sat Mar 04 2017 Ed Marshall - 0-0.1.git9520e82 +* Sat Mar 04 2017 Ed Marshall - 0-0.1.20170206git9520e82 - First package for Fedora -- cgit