From 122a5def3c34e290481dd68ffe8b1daff3feea4bb42e3214c39cc0a8b1469cd9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 2 Nov 2011 19:26:58 +0000 Subject: [PATCH] disable it for factory OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=79 --- subversion.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/subversion.spec b/subversion.spec index 41cc808..516fc6c 100644 --- a/subversion.spec +++ b/subversion.spec @@ -27,10 +27,17 @@ %define with_intree_sqlite 0%{?suse_version} < 1110 %define with_python_ctypes 0 %endif +%if %suse_version >= 1210 +%define with_python_ctypes 0 +%endif %define with_kde4_kwallet 0%{?suse_version} > 1100 %define with_gnome_keyring 0%{?suse_version} > 1100 +%if %suse_version >= 1210 %bcond_with subversion_libserf_support +%else +%bcond_without subversion_libserf_support +%endif Name: subversion Version: 1.7.1