From 03ebeb2d9ed1c09d922ee5c6afa7909641362631 Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Mon, 22 Oct 2018 17:18:03 +0200 Subject: [PATCH] Update specfile for rpmbuild/debbuild. On Kubuntu 16.04.5 LTS with 'rpmbuild 4.12.0.1' and 'debbuild 18.10.3', a few modifications are necessary to create installation packages from the latest tarball. --- bash-git-prompt.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bash-git-prompt.spec b/bash-git-prompt.spec index 6931ffe..9c50f3c 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: 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 +- Updating the spec file to reflect more recent changes + * Fri Aug 08 2014 Justin Zhang -- Updating the spec file to reflect more recent changes