[gmixer/f14] Add missing dependency on pygtk2-libglade

Daniel Drake dsd at fedoraproject.org
Sat Jul 23 22:27:17 UTC 2011


commit 0cded7294a23e4843e197ad36aa8f5d0656b94b0
Author: Daniel Drake <dsd at laptop.org>
Date:   Sat Jul 23 23:24:30 2011 +0100

    Add missing dependency on pygtk2-libglade

 gmixer.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gmixer.spec b/gmixer.spec
index 30573e1..d4b23de 100644
--- a/gmixer.spec
+++ b/gmixer.spec
@@ -6,7 +6,7 @@
 
 Name:           gmixer
 Version:        1.3
-Release:        20%{?dist}
+Release:        21%{?dist}
 Summary:        Just a simple audio mixer
 
 Group:          Applications/Multimedia
@@ -33,7 +33,7 @@ BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel, pygtk2-codegen, pygtk2-devel, gtk2-devel
 BuildRequires:  desktop-file-utils
-Requires:       python-xlib, pygtk2, gstreamer-python
+Requires:       python-xlib, pygtk2, pygtk2-libglade, gstreamer-python
        
 
 %description
@@ -111,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 23 2011 Daniel Drake <dsd at laptop.org> - 1.3-21
+- Add missing dependency on pygtk2-libglade
+
 * Mon Mar 28 2011 Christoph Wickert <cwickert at fedoraproject.org> - 1.3-20
 - Add patch to fix #678640
 


More information about the scm-commits mailing list