From c5b8b0a3521184b978017c9e5b36eadba6d3614a Mon Sep 17 00:00:00 2001 From: Koustubh Sinkar Date: Tue, 28 Jun 2016 15:37:55 +0530 Subject: [PATCH] Updating the SPEC file to reflect that current version --- bash-git-prompt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bash-git-prompt.spec b/bash-git-prompt.spec index 9ae7c9b..b7d2cd5 100644 --- a/bash-git-prompt.spec +++ b/bash-git-prompt.spec @@ -2,14 +2,14 @@ %global END_TOKEN ### Generated by %{name} rpm package Name: bash-git-prompt -Version: 1.0 +Version: 2.5.1 Release: 1%{?dist} Summary: Informative git prompt for bash and fish Group: Development/Tools -License: GPL +License: FreeBSD URL: https://github.com/magicmonty/bash-git-prompt.git -Source0: https://github.com/magicmonty/bash-git-prompt/archive/%{name}-%{version}.tgz +Source0: https://github.com/magicmonty/%{name}/archive/%{version}.tar.gz Requires: git BuildArch: noarch @@ -70,6 +70,9 @@ EOF # remove bash-git-prompt setup sed -i -e '/^%{START_TOKEN}/, /^%{END_TOKEN}/{d}' /etc/bashrc +%doc README.md + +%license License.txt %changelog * Fri Aug 08 2014 Justin Zhang