File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,11 @@ rm -rf $RPM_BUILD_ROOT
199
199
200
200
%files -n gitweb
201
201
%defattr(-,root,root)
202
+ %doc gitweb/README gitweb/INSTALL Documentation/*gitweb*.txt
202
203
%{_datadir}/gitweb
204
+ %{!?_without_docs: %{_mandir}/man1/*gitweb*.1*}
205
+ %{!?_without_docs: %{_mandir}/man5/*gitweb*.5*}
206
+ %{!?_without_docs: %doc Documentation/*gitweb*.html }
203
207
204
208
%files -n perl-Git -f perl-files
205
209
%defattr(-,root,root)
@@ -208,6 +212,9 @@ rm -rf $RPM_BUILD_ROOT
208
212
# No files for you!
209
213
210
214
%changelog
215
+ * Sun Sep 18 2011 Jakub Narebski <
[email protected] >
216
+ - Add gitweb manpages to 'gitweb' subpackage
217
+
211
218
* Wed Jun 30 2010 Junio C Hamano <
[email protected] >
212
219
- Add 'gitweb' subpackage.
213
220
You can’t perform that action at this time.
0 commit comments