Accepting request 209773 from openSUSE:Factory:PowerLE

valgrind can optionally indeed be used by the developer of the
package to run the testsuite in a special mode.  The testsuite
isn't run at all during package build and doing that in valgrind
mode wouldn't be particularly appropriate anyway.
Via gstreamer-plugins-->cheese there's a dependency
on dirac from gnome-control-center, and it seems even more inappropriate
to delay building that one until valgrind built on any architecture.
Please forward to factory.

- Don't buildrequire valgrind-devel anywhere, it's unused.

OBS-URL: https://build.opensuse.org/request/show/209773
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dirac?expand=0&rev=29
This commit is contained in:
Sascha Peilicke 2013-12-12 09:43:24 +00:00 committed by Git OBS Bridge
parent bb5616a029
commit 9c8267cc65
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Dec 7 23:30:21 UTC 2013 - matz@suse.de
- Don't buildrequire valgrind-devel anywhere, it's unused.
-------------------------------------------------------------------
Thu Dec 20 01:00:27 CET 2012 - ro@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package dirac
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,17 +26,14 @@ Group: Productivity/Multimedia/Video/Editors and Convertors
Source: %{name}-%{version}.tar.bz2
Patch0: 0001-Fix-uninitialised-memory-read-that-causes-the-encode.patch
Patch1: %{name}-%{version}-gcc45.patch
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: graphviz-gd
BuildRequires: libcppunit-devel
BuildRequires: libstdc++-devel
BuildRequires: libtool
BuildRequires: pkg-config
%ifnarch ia64 s390 s390x %sparc
BuildRequires: valgrind-devel
%endif
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: graphviz-gd
BuildRequires: texlive-latex
BuildRoot: %{_tmppath}/%{name}-%{version}-build