gitweb: Add gitweb manpages to 'gitweb' package in git.spec
Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
cd82323fbc
commit
55752fa861
@ -199,7 +199,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files -n gitweb
|
%files -n gitweb
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc gitweb/README gitweb/INSTALL Documentation/*gitweb*.txt
|
||||||
%{_datadir}/gitweb
|
%{_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
|
%files -n perl-Git -f perl-files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -208,6 +212,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# No files for you!
|
# No files for you!
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Wed Jun 30 2010 Junio C Hamano <gitster@pobox.com>
|
||||||
- Add 'gitweb' subpackage.
|
- Add 'gitweb' subpackage.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user