diff options
author | Jakub Narebski <jnareb@gmail.com> | 2011-10-16 13:07:35 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-16 11:09:35 -0700 |
commit | 55752fa8610ebc16a1ebda2bcaf73f82142dde30 (patch) | |
tree | 67f30f1e7a0505166ef58f568bd42af8fc3e7f84 /git.spec.in | |
parent | cd82323fbc3f431aace056c8a0202c0105ff51e0 (diff) | |
download | git-55752fa8610ebc16a1ebda2bcaf73f82142dde30.tar.gz |
gitweb: Add gitweb manpages to 'gitweb' package in git.specjn/gitweb-manpages
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.spec.in')
-rw-r--r-- | git.spec.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/git.spec.in b/git.spec.in index 91c8462b7d..c562c62284 100644 --- a/git.spec.in +++ b/git.spec.in @@ -199,7 +199,11 @@ rm -rf $RPM_BUILD_ROOT %files -n gitweb %defattr(-,root,root) +%doc gitweb/README gitweb/INSTALL Documentation/*gitweb*.txt %{_datadir}/gitweb +%{!?_without_docs: %{_mandir}/man1/*gitweb*.1*} +%{!?_without_docs: %{_mandir}/man5/*gitweb*.5*} +%{!?_without_docs: %doc Documentation/*gitweb*.html } %files -n perl-Git -f perl-files %defattr(-,root,root) @@ -208,6 +212,9 @@ rm -rf $RPM_BUILD_ROOT # No files for you! %changelog +* Sun Sep 18 2011 Jakub Narebski <jnareb@gmail.com> +- Add gitweb manpages to 'gitweb' subpackage + * Wed Jun 30 2010 Junio C Hamano <gitster@pobox.com> - Add 'gitweb' subpackage. |