-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitweb: Add gitweb manpages to 'gitweb' package in git.spec
Signed-off-by: Jakub Narebski <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
- Add gitweb manpages to 'gitweb' subpackage | ||
|
||
* Wed Jun 30 2010 Junio C Hamano <[email protected]> | ||
- Add 'gitweb' subpackage. | ||
|
||
|