SPECS: git-core.spec - include xdiff.a in git-devel (needed by cgit); relea...

adamg adamg at pld-linux.org
Thu Dec 11 09:17:02 CET 2008


Author: adamg                        Date: Thu Dec 11 08:17:02 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- include xdiff.a in git-devel (needed by cgit); release 2

---- Files affected:
SPECS:
   git-core.spec (1.143 -> 1.144) 

---- Diffs:

================================================================
Index: SPECS/git-core.spec
diff -u SPECS/git-core.spec:1.143 SPECS/git-core.spec:1.144
--- SPECS/git-core.spec:1.143	Mon Dec  8 20:16:56 2008
+++ SPECS/git-core.spec	Thu Dec 11 09:16:57 2008
@@ -9,7 +9,7 @@
 Summary(pl.UTF-8):	Prymitywne narzędzie do śledzenia treści
 Name:		git-core
 Version:	1.6.0.5
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Development/Tools
 Source0:	http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
@@ -313,6 +313,7 @@
 install *.h $RPM_BUILD_ROOT%{_includedir}/%{name}
 install xdiff/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff
 install libgit.a $RPM_BUILD_ROOT%{_libdir}
+install xdiff/lib.a $RPM_BUILD_ROOT%{_libdir}/libgit_xdiff.a
 
 # bash completion
 install contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
@@ -420,6 +421,7 @@
 %defattr(644,root,root,755)
 %{_includedir}/git-core
 %{_libdir}/libgit.a
+%{_libdir}/libgit_xdiff.a
 
 %files gitk
 %defattr(644,root,root,755)
@@ -489,6 +491,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.144  2008/12/11 08:16:57  adamg
+- include xdiff.a in git-devel (needed by cgit); release 2
+
 Revision 1.143  2008/12/08 19:16:56  arekm
 - up to 1.6.0.5
 
================================================================

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



More information about the pld-cvs-commit mailing list