[rubygem-gtk2/f13/master] - Make ruby-gtk2 subpackage install corresponsing ruby- compat packages correctly (bug 652106)

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Nov 11 07:17:24 UTC 2010


commit 41d4ced4a621ad38a8413bdae5321870318b41d1
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Thu Nov 11 16:17:22 2010 +0900

    - Make ruby-gtk2 subpackage install corresponsing ruby- compat
      packages correctly (bug 652106)

 rubygem-gtk2.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-gtk2.spec b/rubygem-gtk2.spec
index bb557cf..de59708 100644
--- a/rubygem-gtk2.spec
+++ b/rubygem-gtk2.spec
@@ -13,7 +13,7 @@
 Summary:	Ruby binding of GTK+-2.x
 Name:		rubygem-%{gemname}
 Version:	0.90.5
-Release:	2%{?dist}
+Release:	3%{?dist}
 Group:		Development/Languages
 # from README
 License:	LGPLv2
@@ -51,8 +51,10 @@ Summary:	Non-Gem support package for %{gemname}
 Group:		Development/Languages
 Requires:	%{name} = %{version}-%{release}
 # Requires for corresponsing non-gem rpms
-Requires:	ruby(cairo)
+Requires:	ruby(atk) >= %{glibminver}
+Requires:	ruby(gdk_pixbuf2) >= %{glibminver}
 Requires:	ruby(glib2) >= %{glibminver}
+Requires:	ruby(pango) >= %{glibminver}
 Provides:	ruby(%{gemname}) = %{version}-%{release}
 
 %description	-n ruby-%{gemname}
@@ -260,6 +262,10 @@ rm -rf %{buildroot}
 %{geminstdir}/test/
 
 %changelog
+* Thu Nov 11 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.90.5-3
+- Make ruby-gtk2 subpackage install corresponsing ruby- compat
+  packages correctly (bug 652106)
+
 * Sun Oct 31 2010 Mamoru Taska  <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.90.5-2
 - 0.90.5
 - Move C extension so that "require %%gemname" works correctly


More information about the scm-commits mailing list