Accepting request 125717 from openSUSE:Factory:ARM

test suite fails in qemu, disable it there for now

OBS-URL: https://build.opensuse.org/request/show/125717
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=17
This commit is contained in:
Adrian Schröter 2012-06-28 08:51:26 +00:00 committed by Git OBS Bridge
parent 1b1ed12cfa
commit d54714f441
2 changed files with 10 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 21 20:40:55 UTC 2012 - adrian@suse.de
- disable test suite on qemu emulated builds
-------------------------------------------------------------------
Tue Jun 5 12:08:57 UTC 2012 - lmuelle@suse.com

View File

@ -1,5 +1,5 @@
#
# spec file for package tdb (Version 1.2.10)
# spec file for package tdb
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -15,11 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: tdb
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
%define build_make_smp_mflags %{?_smp_mflags}
@ -35,12 +33,12 @@ BuildRequires: pkg-config
BuildRequires: pkgconfig
%endif
BuildRequires: python-devel
License: GPL-3.0+
Group: System/Libraries
Url: http://tdb.samba.org/
Version: 1.2.10
Release: 0
Summary: Samba Trivial Database
License: GPL-3.0+
Group: System/Libraries
Source: http://download.samba.org/pub/tdb/tdb-%{version}.tar.gz
Source1: http://download.samba.org/pub/tdb/tdb-%{version}.tar.asc
Source4: baselibs.conf
@ -55,7 +53,6 @@ small.
%define libtdb_name libtdb1
%package -n %{libtdb_name}
License: GPL-3.0+
Summary: Libraries and Header Files to Develop Programs with tdb1 Support
Group: System/Libraries
%if 0%{?suse_version} > 1020
@ -75,7 +72,6 @@ This package contains the tdb1 library.
%package -n libtdb-devel
License: GPL-3.0+
Summary: Libraries and Header Files to Develop Programs with tdb1 Support
Group: Development/Libraries/C and C++
Requires: %{libtdb_name} = %{version}
@ -95,7 +91,6 @@ This package contains libraries and header files need for development.
%package -n tdb-tools
License: GPL-3.0+
Summary: Tools to manipulate tdb files
Group: Development/Libraries/C and C++
@ -109,7 +104,6 @@ This package contains tools to manage Tdb files.
%package -n python-tdb
License: GPL-3.0+
Summary: Python bindings for the Tdb library
Group: Development/Libraries/Python
Requires: %{libtdb_name} = %{version}
@ -140,7 +134,9 @@ CONFIGURE_OPTIONS="\
all
%check
%if 0%{!?qemu_user_space_build:1}
%{__make} test
%endif
%install
DESTDIR=${RPM_BUILD_ROOT} make install