SPECS (AC-branch): git-core.spec - %files fixed - put git-gui manpage where...

adamg adamg at pld-linux.org
Thu Jun 19 10:19:19 CEST 2008


Author: adamg                        Date: Thu Jun 19 08:19:19 2008 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- %files fixed
- put git-gui manpage where it belongs
- do not separate html doc (breaks links)

---- Files affected:
SPECS:
   git-core.spec (1.97.2.12 -> 1.97.2.13) 

---- Diffs:

================================================================
Index: SPECS/git-core.spec
diff -u SPECS/git-core.spec:1.97.2.12 SPECS/git-core.spec:1.97.2.13
--- SPECS/git-core.spec:1.97.2.12	Thu Jun 19 08:40:26 2008
+++ SPECS/git-core.spec	Thu Jun 19 10:19:13 2008
@@ -383,8 +383,9 @@
 %doc README contrib
 %if %{with doc}
 %doc Documentation/RelNotes*
-%doc Documentation/{[!g]*,g[!i]*,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*
 %{_mandir}/man5/gitattributes.5*
 %{_mandir}/man5/githooks.5*
@@ -422,7 +423,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
@@ -452,6 +452,7 @@
 %files gui
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/git-gui
+%{_mandir}/man1/git-gui.1*
 %dir %{_datadir}/git-gui
 %dir %{_datadir}/git-gui/lib
 %dir %{_datadir}/git-gui/lib/msgs
@@ -488,6 +489,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.97.2.13  2008/06/19 08:19:13  adamg
+- %files fixed
+- put git-gui manpage where it belongs
+- do not separate html doc (breaks links)
+
 Revision 1.97.2.12  2008/06/19 06:40:26  adamg
 - %files updated wrt doc bcond
 - release 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/git-core.spec?r1=1.97.2.12&r2=1.97.2.13&f=u



More information about the pld-cvs-commit mailing list