Merge pull request #405 from ascherer/update-specfile

Update specfile for rpmbuild/debbuild.
master
Martin Gondermann 7 years ago committed by GitHub
commit 0c37abd856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      bash-git-prompt.spec

@ -2,14 +2,14 @@
%global END_TOKEN ### Generated by %{name} rpm package
Name: bash-git-prompt
Version: 2.6.3
Version: 2.7.1
Release: 1%{?dist}
Summary: Informative git prompt for bash and fish
Group: Development/Tools
License: FreeBSD
URL: https://github.com/magicmonty/bash-git-prompt
Source0: https://github.com/magicmonty/%{name}/archive/%{version}.tar.gz
Source0: https://github.com/magicmonty/%{name}/archive/%{name}-%{version}.tar.gz
Requires: git
BuildArch: noarch
@ -60,11 +60,11 @@ sed -i -e '/^%{START_TOKEN}/, /^%{END_TOKEN}/{d}' /etc/bashrc
%doc README.md
%license License.txt
%license LICENSE.txt
%changelog
* Tue Jun 28 2016 Koustubh Sinkar <ksinkar@gmail.com>
- Updating the spec file to reflect more recent changes
* Fri Aug 08 2014 Justin Zhang <schnell18@gmail.com - 1.0.1-1
- Initial version of package
* Tue Jun 28 15:37:55 2016 +0530 Koustubh Sinkar <ksinkar@gmail.com>
- Updating the spec file to reflect more recent changes

Loading…
Cancel
Save