Accepting request 207377 from home:AndreasStieger:branches:svn-sqlite

- improve sqlite and python-ctypes conditionals, the latter not
  building for any current targets

OBS-URL: https://build.opensuse.org/request/show/207377
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=143
This commit is contained in:
Andreas Stieger 2013-11-17 21:32:04 +00:00 committed by Git OBS Bridge
parent a2a3cb7a20
commit 974fac4913
2 changed files with 7 additions and 9 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 17 20:59:20 UTC 2013 - andreas.stieger@gmx.de
- improve sqlite and python-ctypes conditionals, the latter not
building for any current targets
-------------------------------------------------------------------
Sat Nov 16 08:38:47 UTC 2013 - andreas.stieger@gmx.de

View File

@ -20,16 +20,8 @@
%define with_ruby 0%{?suse_version} > 1110
%define with_intree_swig 0%{?suse_version} != 1110
%if 0%{?always_use_intree_sqlite:1}
%define with_intree_sqlite 1
%define with_python_ctypes 0%{?suse_version} > 1110
%else
%define with_intree_sqlite 0%{?suse_version} < 1230
%define with_intree_sqlite 0%{?suse_version} < 1310
%define with_python_ctypes 0
%endif
%if %suse_version >= 1220
%define with_python_ctypes 0
%endif
%define with_kde4_kwallet 0%{?suse_version} > 1100
%define with_gnome_keyring 0%{?suse_version} > 1100