|
|
|
@ -2,14 +2,14 @@ |
|
|
|
%global END_TOKEN ### Generated by %{name} rpm package |
|
|
|
%global END_TOKEN ### Generated by %{name} rpm package |
|
|
|
|
|
|
|
|
|
|
|
Name: bash-git-prompt |
|
|
|
Name: bash-git-prompt |
|
|
|
Version: 1.0 |
|
|
|
Version: 2.5.1 |
|
|
|
Release: 1%{?dist} |
|
|
|
Release: 1%{?dist} |
|
|
|
Summary: Informative git prompt for bash and fish |
|
|
|
Summary: Informative git prompt for bash and fish |
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Tools |
|
|
|
Group: Development/Tools |
|
|
|
License: GPL |
|
|
|
License: FreeBSD |
|
|
|
URL: https://github.com/magicmonty/bash-git-prompt.git |
|
|
|
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 |
|
|
|
Requires: git |
|
|
|
BuildArch: noarch |
|
|
|
BuildArch: noarch |
|
|
|
|
|
|
|
|
|
|
|
@ -70,6 +70,9 @@ EOF |
|
|
|
# remove bash-git-prompt setup |
|
|
|
# remove bash-git-prompt setup |
|
|
|
sed -i -e '/^%{START_TOKEN}/, /^%{END_TOKEN}/{d}' /etc/bashrc |
|
|
|
sed -i -e '/^%{START_TOKEN}/, /^%{END_TOKEN}/{d}' /etc/bashrc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%doc README.md |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%license License.txt |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
* Fri Aug 08 2014 Justin Zhang <schnell18@gmail.com - 1.0.1-1 |
|
|
|
* Fri Aug 08 2014 Justin Zhang <schnell18@gmail.com - 1.0.1-1 |
|
|
|
|