[packages/git-core/DEVEL] - svn tests now work with subversion-1.7.6 - BR subversion for svn tests so they are not skipped

draenog draenog at pld-linux.org
Fri Oct 12 03:40:08 CEST 2012


commit 843d1d478fcf64e44adcf9f51dbff3a196a94461
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Fri Oct 12 03:36:38 2012 +0200

    - svn tests now work with subversion-1.7.6
    - BR subversion for svn tests so they are not skipped

 git-core.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/git-core.spec b/git-core.spec
index dff4944..a078414 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -2,7 +2,7 @@
 # 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	tests_svn	# perform tests which use subversion
 %bcond_without	doc		# skip building/packaging docs/manuals (takes some time)
 
 %define _rc  rc2
@@ -52,6 +52,7 @@ BuildRequires:	xmlto
 BuildRequires:	cvs-gnu-client < 1.13
 BuildRequires:	cvs-gnu-client >= 1.12
 %endif
+%{?with_tests_svn:BuildRequires:  subversion}
 Conflicts:	pdksh < 5.2.14-46
 %endif
 Requires:	coreutils
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/843d1d478fcf64e44adcf9f51dbff3a196a94461



More information about the pld-cvs-commit mailing list