Simplify subcommand option parsing by moving it out of the loop
[tig] / contrib / tig.spec.in
index 9a75a8f..557a75a 100644 (file)
@@ -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