rpms/ruby-gnome2/devel ruby-gnome2.spec,1.20,1.21

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Thu Jan 17 17:41:16 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/ruby-gnome2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14443

Modified Files:
	ruby-gnome2.spec 
Log Message:
* Fri Jan 18 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.16.0-24
- Remove workaround for ruby static archive (#428384 solved)
- Add BR: gecko-devel-unstable



Index: ruby-gnome2.spec
===================================================================
RCS file: /cvs/extras/rpms/ruby-gnome2/devel/ruby-gnome2.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ruby-gnome2.spec	30 Dec 2007 01:32:19 -0000	1.20
+++ ruby-gnome2.spec	17 Jan 2008 17:40:39 -0000	1.21
@@ -1,14 +1,11 @@
 %{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")}
 %{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")}
 
-# Workaround for ruby side bug (bug 226381 c11)
-%{!?ruby_arch:		%define ruby_arch	%(ruby -rrbconfig -e "puts Config::CONFIG['archdir']")}
-
 %define		xulrunner_still_beta	1
 
 Name:           ruby-gnome2
 Version:        0.16.0
-Release:        23%{?dist}
+Release:        24%{?dist}
 Summary:        Ruby binding of libgnome/libgnomeui-2.x
 
 Group:          System Environment/Libraries
@@ -247,6 +244,7 @@
 
 %if "%fedora" > "8"
 BuildRequires:  gecko-devel = 1.9
+BuildRequires:  gecko-devel-unstable = 1.9
 Requires:       gecko-libs = 1.9
 %endif
 
@@ -465,14 +463,7 @@
 %{__chmod} 644 vte/sample/multiterm.rb
 %{__chmod} 644 vte/sample/terminal.rb
 
-# Workaround for ruby side bug (bug 226381 c11)
-%{__cp} -p %{ruby_arch}/rbconfig.rb .
-%{__sed} -i.static -e 's|-static||g' rbconfig.rb
-
 %build
-# Workaround for ruby side bug (bug 226381 c11)
-export RUBYLIB=$(pwd)
-
 ruby extconf.rb
 export CFLAGS="$RPM_OPT_FLAGS"
 
@@ -656,6 +647,10 @@
 
 
 %changelog
+* Fri Jan 18 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.16.0-24
+- Remove workaround for ruby static archive (#428384 solved)
+- Add BR: gecko-devel-unstable
+
 * Sun Dec 30 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.16.0-23
 - Revert the wrong patch against src/lib/gtkmozembed.rb
 




More information about the fedora-extras-commits mailing list