rpms/hyperestraier/devel .cvsignore, 1.5, 1.6 hyperestraier.spec, 1.10, 1.11 sources, 1.5, 1.6

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sun Dec 30 11:10:38 UTC 2007


Author: mtasaka

Update of /cvs/extras/rpms/hyperestraier/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27966/devel

Modified Files:
	.cvsignore hyperestraier.spec sources 
Log Message:
* Sun Dec 30 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.4.13.1
- 1.4.13



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hyperestraier/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	29 Nov 2007 08:24:11 -0000	1.5
+++ .cvsignore	30 Dec 2007 11:10:01 -0000	1.6
@@ -1 +1 @@
-hyperestraier-1.4.12.tar.gz
+hyperestraier-1.4.13.tar.gz


Index: hyperestraier.spec
===================================================================
RCS file: /cvs/extras/rpms/hyperestraier/devel/hyperestraier.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hyperestraier.spec	29 Nov 2007 08:24:11 -0000	1.10
+++ hyperestraier.spec	30 Dec 2007 11:10:01 -0000	1.11
@@ -2,8 +2,11 @@
 %{!?ruby_sitelib:	%define ruby_sitelib	%(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')}
 %define		qdbm_ver	1.8.75
 
+# Workaround for ruby side bug (bug 226381 c11)
+%{!?ruby_arch:	%define ruby_arch	%(ruby -rrbconfig -e "puts Config::CONFIG['archdir']")}
+
 Name:		hyperestraier
-Version:	1.4.12
+Version:	1.4.13
 Release:	1%{?dist}
 Summary:	A full-text search system
 
@@ -123,6 +126,12 @@
 
 ##4. For ruby
 pushd rubynative
+
+# Workaround for ruby side bug (bug 226381 c11)
+%{__cp} -p %{ruby_arch}/rbconfig.rb .
+%{__sed} -i.static -e 's|-static||g' rbconfig.rb
+export RUBYLIB=$(pwd)
+
 %{__sed} -i.path -e 's|-O3.*|\`pkg-config --cflags qdbm\`\"|' src/extconf.rb
 %configure
 %{__make} %{?_smp_mflags}
@@ -241,6 +250,9 @@
 
 
 %changelog
+* Sun Dec 30 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.4.13.1
+- 1.4.13
+
 * Thu Nov 29 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.4.12-1
 - 1.4.12
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hyperestraier/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	29 Nov 2007 08:24:11 -0000	1.5
+++ sources	30 Dec 2007 11:10:01 -0000	1.6
@@ -1 +1 @@
-5fb7cea8e4eb04517ba68ed652c26977  hyperestraier-1.4.12.tar.gz
+847aefb9e23266545280378d797f3981  hyperestraier-1.4.13.tar.gz




More information about the fedora-extras-commits mailing list