X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/1b48a10d72621017541c31d91f9bc8bbd4cae7a2..1e61580b7bdf4f60e4b222f9aeb9421a50c27eb2:/contrib/tig.spec.in diff --git a/contrib/tig.spec.in b/contrib/tig.spec.in index d613870..557a75a 100644 --- a/contrib/tig.spec.in +++ b/contrib/tig.spec.in @@ -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 @@ -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 +- Include tig bash completion script + * Fri Jun 1 2007 Jakub Narebski - Include documentation sources for --without docs - Remove PDF version of manual from being build and installed