From f99090cce25de9b64845f3664a90c6bcbcac2963 Mon Sep 17 00:00:00 2001 From: Kacper Kornet Date: Wed, 2 Nov 2011 14:18:35 +0000 Subject: [PATCH] - up to 1.7.7.2 - bcond to omit tests using subversion Changed files: git-core.spec -> 1.253 --- git-core.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/git-core.spec b/git-core.spec index a61c46b..80df059 100644 --- a/git-core.spec +++ b/git-core.spec @@ -2,19 +2,20 @@ # Conditional build: %bcond_without tests # don't perform make test %bcond_with tests_cvs # perform tests which use CVS +%bcond_with tests_svn # perform tests which use subversion %bcond_without doc # skip building/packaging docs/manuals (takes some time) # %include /usr/lib/rpm/macros.perl Summary: Distributed version control system focused on speed, effectivity and usability Summary(pl.UTF-8): Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności Name: git-core -Version: 1.7.7.1 +Version: 1.7.7.2 Release: 1 License: GPL v2 Group: Development/Tools # Source0: http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2 Source0: http://git-core.googlecode.com/files/git-%{version}.tar.gz -# Source0-md5: 7cfb3e7ea585037272a7ad8e35f4ac0a +# Source0-md5: 400d85fd17bdb7f8923dbf3b3a2ca671 Source1: %{name}-gitweb.conf Source2: %{name}-gitweb-httpd.conf Source3: %{name}-gitweb-lighttpd.conf @@ -399,7 +400,7 @@ echo "BLK_SHA1=1" >> config.mak %if %{without tests_cvs} rm t/t*cvs*.sh || : %endif -%{__make} test +%{!?with_svn:GIT_SKIP_TESTS='t91??'} %{__make} test %endif %install -- 2.44.0