]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- install libgit.a library; rel 4 auto/th/git-core-1_5_2_2-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 26 Jun 2007 06:55:50 +0000 (06:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    git-core.spec -> 1.75

git-core.spec

index 2b7641b715585a908c67cac81fab20209793accf..999508ddad9491234cab0c0c7c62261dad80d126 100644 (file)
@@ -9,7 +9,7 @@ Summary:        The stupid content tracker
 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
@@ -213,9 +213,10 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
 %{__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
@@ -265,6 +266,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/*
+%{_libdir}/*.a
 
 %files gitk
 %defattr(644,root,root,755)
This page took 0.146318 seconds and 4 git commands to generate.