]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- install compat/ to includedir (needed by cgit); release 2 auto/th/git-core-1_7_1-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 2 May 2010 08:43:25 +0000 (08:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    git-core.spec -> 1.202

git-core.spec

index 3507a38798fc404ddba80dcf6a5e1fe579f2ab0e..78888196c066fcbc367b80ae707b0c3e3c703e48 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.7.1
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
@@ -395,6 +395,7 @@ install -d $RPM_BUILD_ROOT/etc/{sysconfig/rc-inetd,rc.d/init.d}
 
 # header files and lib
 cp -a *.h $RPM_BUILD_ROOT%{_includedir}/%{name}
+cp -a compat $RPM_BUILD_ROOT%{_includedir}/%{name}
 cp -a xdiff/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff
 cp -a libgit.a $RPM_BUILD_ROOT%{_libdir}
 cp -a xdiff/lib.a $RPM_BUILD_ROOT%{_libdir}/libgit_xdiff.a
This page took 0.037311 seconds and 4 git commands to generate.