From: Jakub Narebski Date: Sun, 16 Oct 2011 11:07:35 +0000 (+0200) Subject: gitweb: Add gitweb manpages to 'gitweb' package in git.spec X-Git-Tag: v1.7.8-rc0~10^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=55752fa8610ebc16a1ebda2bcaf73f82142dde30;p=git.git gitweb: Add gitweb manpages to 'gitweb' package in git.spec Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano --- diff --git a/git.spec.in b/git.spec.in index 91c8462b7..c562c6228 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 +- Add gitweb manpages to 'gitweb' subpackage + * Wed Jun 30 2010 Junio C Hamano - Add 'gitweb' subpackage.