[ucview] Build on EPEL 6 requires libXv-devel which is not a requirement of other -devel packages somehow...

Robert Scheck robert at fedoraproject.org
Sun Dec 25 23:14:47 UTC 2011


commit 3a5ff193616db9a67a9fc0be6b8593c9fcc4d73b
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Mon Dec 26 00:14:24 2011 +0100

    Build on EPEL 6 requires libXv-devel which is not a requirement of other -devel packages somehow...

 ucview.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/ucview.spec b/ucview.spec
index 47a9ac0..d0bcbe4 100644
--- a/ucview.spec
+++ b/ucview.spec
@@ -10,6 +10,9 @@ Source1:          %{name}.desktop
 BuildRequires:    intltool, /usr/bin/perl, perl(XML::Parser), gettext, GConf2-devel
 BuildRequires:    libunicapgtk-devel >= 0.2.23, gtk2-devel >= 2.8.0, libglade2-devel
 BuildRequires:    desktop-file-utils, dbus-glib-devel >= 0.73
+%if 0%{?rhel} >= 6
+BuildRequires:    libXv-devel
+%endif
 Requires:         hicolor-icon-theme
 Requires(pre):    GConf2
 Requires(post):   GConf2, scrollkeeper


More information about the scm-commits mailing list