We don't actually need the valgrind BR...

This commit is contained in:
Richard Hughes 2014-01-21 08:38:14 +00:00
parent 90517b6d10
commit da7842c063

View File

@ -16,15 +16,10 @@
%endif %endif
%endif %endif
# not all arches have valgrind
%ifarch %{ix86} x86_64 ppc ppc64 s390x %{arm}
%global has_valgrind 1
%endif
Summary: Color daemon Summary: Color daemon
Name: colord Name: colord
Version: 1.1.6 Version: 1.1.6
Release: 1%{?dist}.1 Release: 2%{?dist}
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
URL: http://www.freedesktop.org/software/colord/ URL: http://www.freedesktop.org/software/colord/
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
@ -44,9 +39,6 @@ BuildRequires: vala-tools
BuildRequires: libgusb-devel BuildRequires: libgusb-devel
BuildRequires: gtk-doc BuildRequires: gtk-doc
BuildRequires: color-filesystem BuildRequires: color-filesystem
%if 0%{?has_valgrind}
BuildRequires: valgrind
%endif
%if !0%{?rhel} %if !0%{?rhel}
BuildRequires: bash-completion BuildRequires: bash-completion
%endif %endif
@ -289,6 +281,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/gtk-doc/html/colord/* %{_datadir}/gtk-doc/html/colord/*
%changelog %changelog
* Tue Jan 21 2014 Richard Hughes <richard@hughsie.com> 1.1.6-2
- We don't actually need the valgrind BR...
* Tue Jan 21 2014 Dan Horák <dan[at]danny.cz> - 1.1.6-1.1 * Tue Jan 21 2014 Dan Horák <dan[at]danny.cz> - 1.1.6-1.1
- valgrind is available only on selected arches - valgrind is available only on selected arches