[rubygem-gtk2] - 0.90.5 - Move C extension so that "require %gemname" works correctly

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


commit f69d0a4e2c212b508e11e091866fcae00d1c5977
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Thu Nov 11 16:15:09 2010 +0900

    - 0.90.5
    - Move C extension so that "require %gemname" works correctly

 rubygem-gtk2.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-gtk2.spec b/rubygem-gtk2.spec
index bb557cf..0ced0ac 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}


More information about the scm-commits mailing list