Skip to content

Commit

Permalink
gitweb: Add gitweb manpages to 'gitweb' package in git.spec
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
jnareb authored and gitster committed Oct 16, 2011
1 parent cd82323 commit 55752fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions git.spec.in
Expand Up @@ -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)
Expand All @@ -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.

Expand Down

0 comments on commit 55752fa

Please sign in to comment.