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