SPECS: git-core.spec - don't separate html doc (breaks links)
adamg
adamg at pld-linux.org
Thu Jun 19 10:20:28 CEST 2008
Author: adamg Date: Thu Jun 19 08:20:28 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't separate html doc (breaks links)
---- Files affected:
SPECS:
git-core.spec (1.128 -> 1.129)
---- Diffs:
================================================================
Index: SPECS/git-core.spec
diff -u SPECS/git-core.spec:1.128 SPECS/git-core.spec:1.129
--- SPECS/git-core.spec:1.128 Thu Jun 19 09:35:10 2008
+++ SPECS/git-core.spec Thu Jun 19 10:20:22 2008
@@ -381,7 +381,7 @@
%doc README contrib
%if %{with doc}
%doc Documentation/RelNotes*
-%doc Documentation/{[!g]*,git,git[!k]*}.html Documentation/howto Documentation/technical
+%doc Documentation/*.html Documentation/howto Documentation/technical
%{_mandir}/man1/git-*.1*
%exclude %{_mandir}/man1/git-gui.1*
%{_mandir}/man1/git.1*
@@ -421,7 +421,6 @@
%files gitk
%defattr(644,root,root,755)
%if %{with doc}
-%doc Documentation/gitk.html
%{_mandir}/man1/gitk.1*
%endif
%attr(755,root,root) %{_bindir}/gitk
@@ -488,6 +487,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.129 2008/06/19 08:20:22 adamg
+- don't separate html doc (breaks links)
+
Revision 1.128 2008/06/19 07:35:10 adamg
- %files hopefully fixed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/git-core.spec?r1=1.128&r2=1.129&f=u
More information about the pld-cvs-commit
mailing list