SPECS (AC-branch): git-core.spec - missing chunks
adamg
adamg at pld-linux.org
Sat Aug 30 18:16:23 CEST 2008
Author: adamg Date: Sat Aug 30 16:16:22 2008 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- missing chunks
---- Files affected:
SPECS:
git-core.spec (1.97.2.19 -> 1.97.2.20)
---- Diffs:
================================================================
Index: SPECS/git-core.spec
diff -u SPECS/git-core.spec:1.97.2.19 SPECS/git-core.spec:1.97.2.20
--- SPECS/git-core.spec:1.97.2.19 Sat Aug 30 16:07:53 2008
+++ SPECS/git-core.spec Sat Aug 30 18:16:17 2008
@@ -383,7 +383,9 @@
%doc Documentation/RelNotes*
%doc Documentation/*.html Documentation/howto Documentation/technical
%{_mandir}/man1/git-*.1*
-%exclude %{_mandir}/man1/git-gui.1*
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/*-*
+%exclude %{_libdir}/%{name}/git-gui
%{_mandir}/man1/git.1*
%{_mandir}/man5/gitattributes.5*
%{_mandir}/man5/githooks.5*
@@ -400,7 +402,6 @@
%endif
%attr(755,root,root) %{_bindir}/git
%attr(755,root,root) %{_bindir}/git-*
-%exclude %{_bindir}/git-gui
%{_datadir}/%{name}
%{_localstatedir}/lib/git
@@ -449,7 +450,7 @@
%files gui
%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/git-gui
+%attr(755,root,root) %{_libdir}/%{name}/git-gui
%{_mandir}/man1/git-gui.1*
%dir %{_datadir}/git-gui
%dir %{_datadir}/git-gui/lib
@@ -487,6 +488,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.97.2.20 2008/08/30 16:16:17 adamg
+- missing chunks
+
Revision 1.97.2.19 2008/08/30 14:07:53 adamg
- updated to 1.6.0.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/git-core.spec?r1=1.97.2.19&r2=1.97.2.20&f=u
More information about the pld-cvs-commit
mailing list