Code

Free blame view data when reloading view
[tig.git] / contrib / tig.spec.in
index d613870a8462320bca1b8e91a49e708b54f4d47a..557a75ad728301aa1d8bb9e9bd02c06dc5684ef4 100644 (file)
@@ -4,7 +4,7 @@
 Summary:       Tig: text-mode interface for git
 Name:          tig
 Version:       @@VERSION@@
-Release:       1%{?dist}
+Release:       @@RELEASE@@%{?dist}
 License:       GPL
 Group:                 Development/Tools
 Vendor:        Jonas Fonseca <fonseca@diku.dk>
@@ -46,13 +46,16 @@ CFLAGS="$RPM_OPT_FLAGS -DVERSION=tig-%{version}-%{release}"
 %files
 %defattr(-,root,root)
 %{_bindir}/*
-%doc README COPYING INSTALL SITES BUGS TODO contrib/tigrc
+%doc README COPYING INSTALL SITES BUGS TODO contrib/tigrc contrib/tig-completion.bash
 %{!?_without_docs: %{_mandir}/man1/*.1*}
 %{!?_without_docs: %{_mandir}/man5/*.5*}
 %{!?_without_docs: %doc *.html}
 %{?_without_docs:  %doc *.txt}
 
 %changelog
+* Sat Jun 23 2007 Jonas Fonseca <fonseca@diku.dk>
+- Include tig bash completion script
+
 * Fri Jun  1 2007 Jakub Narebski <jnareb@gmail.com>
 - Include documentation sources for --without docs
 - Remove PDF version of manual from being build and installed