]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core.spec
- up to 1.7.0.4
[packages/git-core.git] / git-core.spec
index 24e4794bdec7b33f22b6eae87be51ed8ddcd2cd5..0580a68525189a2f241ec44b76094fb16c563fc0 100644 (file)
@@ -8,17 +8,18 @@
 Summary:       The stupid content tracker
 Summary(pl.UTF-8):     Prymitywne narzędzie do śledzenia treści
 Name:          git-core
-Version:       1.7.0.3
+Version:       1.7.0.4
 Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
-# Source0-md5: 1a449b84dd60a066ea491a54346843e6
+# Source0-md5: 1cc8b2aea57e5e999ccac18ae355f760
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 Source3:       %{name}.sysconfig
 Source4:       %{name}.inet
 Source5:       %{name}.init
+Patch0:                %{name}-tests.patch
 URL:           http://git-scm.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -349,6 +350,7 @@ Ta wtyczka dostarcza podświetlanie składni dla treści commitów gita.
 
 %prep
 %setup -q -n git-%{version}
+%patch0 -p1
 
 %build
 %{__aclocal}
@@ -356,8 +358,9 @@ Ta wtyczka dostarcza podświetlanie składni dla treści commitów gita.
 %configure \
        --with-openssl
 
+echo "BLK_SHA1=1" >> config.mak
+
 %{__make} \
-       BLK_SHA1=1 \
        INSTALLDIRS=vendor \
        GITWEB_CONFIG="%{webappdir}/gitweb.conf" \
        GITWEB_PROJECTROOT="/var/lib/git" \
@@ -370,7 +373,7 @@ Ta wtyczka dostarcza podświetlanie składni dla treści commitów gita.
 
 %if %{with tests}
 %if %{without tests_cvs}
-rm t/t*cvs*.sh
+rm t/t*cvs*.sh || :
 %endif
 %{__make} test
 %endif
This page took 0.037318 seconds and 4 git commands to generate.