rpms/rubygem-gettext/devel rubygem-gettext.spec,1.2,1.3

Mamoru Tasaka mtasaka at fedoraproject.org
Tue Feb 24 14:16:02 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/rubygem-gettext/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31122

Modified Files:
	rubygem-gettext.spec 
Log Message:
* Tue Feb 24 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.93.0-8
- %global-ize "nested" macro 



Index: rubygem-gettext.spec
===================================================================
RCS file: /cvs/extras/rpms/rubygem-gettext/devel/rubygem-gettext.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rubygem-gettext.spec	23 Oct 2008 14:36:40 -0000	1.2
+++ rubygem-gettext.spec	24 Feb 2009 14:15:32 -0000	1.3
@@ -1,4 +1,4 @@
-%{!?ruby_sitelib:	%define ruby_sitelib	%(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")}
+%{!?ruby_sitelib:	%global ruby_sitelib	%(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")}
 
 %define		gemdir		%(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
 %define		gemname		gettext
@@ -8,7 +8,7 @@
 
 Name:		rubygem-%{gemname}
 Version:	1.93.0
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	RubyGem of Localization Library and Tools for Ruby
 Group:		Development/Languages
 
@@ -248,6 +248,9 @@
 
 
 %changelog
+* Tue Feb 24 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.93.0-8
+- %%global-ize "nested" macro 
+
 * Thu Oct 23 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.93.0-7
 - Handle gettext .mo files under %%{geminstdir}/data/locale by
   modifying find-lang.sh




More information about the scm-commits mailing list