We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd82323 commit 55752faCopy full SHA for 55752fa
git.spec.in
@@ -199,7 +199,11 @@ rm -rf $RPM_BUILD_ROOT
199
200
%files -n gitweb
201
%defattr(-,root,root)
202
+%doc gitweb/README gitweb/INSTALL Documentation/*gitweb*.txt
203
%{_datadir}/gitweb
204
+%{!?_without_docs: %{_mandir}/man1/*gitweb*.1*}
205
+%{!?_without_docs: %{_mandir}/man5/*gitweb*.5*}
206
+%{!?_without_docs: %doc Documentation/*gitweb*.html }
207
208
%files -n perl-Git -f perl-files
209
@@ -208,6 +212,9 @@ rm -rf $RPM_BUILD_ROOT
212
# No files for you!
213
210
214
%changelog
215
+* Sun Sep 18 2011 Jakub Narebski <jnareb@gmail.com>
216
+- Add gitweb manpages to 'gitweb' subpackage
217
+
211
218
* Wed Jun 30 2010 Junio C Hamano <gitster@pobox.com>
219
- Add 'gitweb' subpackage.
220
0 commit comments