[spice-gtk/el6] fix libjpeg BuildRequires for EPEL/RHEL

Christophe Fergeau teuf at fedoraproject.org
Fri May 27 07:52:31 UTC 2011


commit c96a1d03f6a026c40b089b4e5fd50dfa9e334b03
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue May 24 11:54:42 2011 +0200

    fix libjpeg BuildRequires for EPEL/RHEL
    
    EPEL/RHEL don't have libjpeg-turbo, they only have libjpeg

 spice-gtk.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/spice-gtk.spec b/spice-gtk.spec
index 0c6926e..6c1ae90 100644
--- a/spice-gtk.spec
+++ b/spice-gtk.spec
@@ -19,7 +19,7 @@ BuildRequires: intltool
 BuildRequires: gtk2-devel >= 2.14
 BuildRequires: spice-protocol >= 0.6.3
 BuildRequires: perl-Text-CSV
-BuildRequires: pixman-devel openssl-devel libjpeg-turbo-devel
+BuildRequires: pixman-devel openssl-devel libjpeg-devel
 BuildRequires: celt051-devel pulseaudio-libs-devel
 BuildRequires: pygtk2-devel python-devel zlib-devel
 BuildRequires: cyrus-sasl-devel


More information about the scm-commits mailing list