Author: arekm Date: Tue Jun 26 06:55:55 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - install libgit.a library; rel 4
---- Files affected: SPECS: git-core.spec (1.74 -> 1.75) ---- Diffs: ================================================================ Index: SPECS/git-core.spec diff -u SPECS/git-core.spec:1.74 SPECS/git-core.spec:1.75 --- SPECS/git-core.spec:1.74 Sun Jun 24 17:54:21 2007 +++ SPECS/git-core.spec Tue Jun 26 08:55:50 2007 @@ -10,7 +10,7 @@ Summary(pl.UTF-8): Prymitywne narzędzie do śledzenia treści Name: git-core Version: 1.5.2.2 -Release: 3 +Release: 4 License: GPL v2 Group: Development/Tools Source0: http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2 @@ -214,9 +214,10 @@ %{__make} -C Documentation install \ DESTDIR=$RPM_BUILD_ROOT -# header files +# header files and lib install *.h $RPM_BUILD_ROOT%{_includedir}/%{name} install xdiff/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff +install libgit.a $RPM_BUILD_ROOT%{_libdir} # bash completion install contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d @@ -266,6 +267,7 @@ %files devel %defattr(644,root,root,755) %{_includedir}/* +%{_libdir}/*.a %files gitk %defattr(644,root,root,755) @@ -303,6 +305,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.75 2007/06/26 06:55:50 arekm +- install libgit.a library; rel 4 + Revision 1.74 2007/06/24 15:54:21 qboosh - pl fixes ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/git-core.spec?r1=1.74&r2=1.75&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
