diff --git a/git-extras.spec b/git-extras.spec index f351690..a5fbda5 100644 --- a/git-extras.spec +++ b/git-extras.spec @@ -1,6 +1,6 @@ Name: git-extras Version: 2.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Little git extras Group: Development/Tools @@ -43,7 +43,7 @@ export LC_CTYPE="en_US.UTF-8" pushd man # build manpages and HTML-doc ./manning-up.sh -# replace all (escaped-dots) (\.) with the proper +# replace all (escaped-dots) (\.) with the proper # escape-sequence for in manpages (\[char46]) # (rubygem-)ronn doesn't handle this correctly. sed -ie "s/\\\\\./\\\\\[char46\]/g" *.1 @@ -62,12 +62,16 @@ install -pm 0644 man/*.md md %files %config(noreplace) %{_sysconfdir}/bash_completion.d/* -%doc AUTHORS History.md LICENSE Readme.md html/ md/ +%doc AUTHORS History.md Readme.md html/ md/ +%license LICENSE %{_bindir}/* %{_mandir}/man*/* %changelog +* Mon Jun 15 2015 Sérgio Basto - 2.2.0-2 +- Added License tag + * Mon Jun 15 2015 Sérgio Basto - 2.2.0-1 - Update to 2.2.0 . - Drop git-extras-1.9.0_fixes.patch .