rpms/rubygem-locale/F-11 .cvsignore, 1.2, 1.3 rubygem-locale.spec, 1.1, 1.2 sources, 1.2, 1.3

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Apr 20 16:57:31 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/rubygem-locale/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11895/rubygem-locale/F-11

Modified Files:
	.cvsignore rubygem-locale.spec sources 
Log Message:
locale, gettext: 2.0.1 released


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rubygem-locale/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	31 Mar 2009 04:33:14 -0000	1.2
+++ .cvsignore	20 Apr 2009 16:57:01 -0000	1.3
@@ -1 +1 @@
-locale-2.0.0.gem
+locale-2.0.1.gem


Index: rubygem-locale.spec
===================================================================
RCS file: /cvs/extras/rpms/rubygem-locale/F-11/rubygem-locale.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rubygem-locale.spec	31 Mar 2009 04:33:14 -0000	1.1
+++ rubygem-locale.spec	20 Apr 2009 16:57:01 -0000	1.2
@@ -9,7 +9,7 @@
 
 Summary:	Pure ruby library which provides basic APIs for localization
 Name:		rubygem-%{gemname}
-Version:	2.0.0
+Version:	2.0.1
 Release:	1%{?dist}
 Group:		Development/Languages
 License:	LGPLv2+ or Ruby
@@ -62,7 +62,7 @@
 	-V \
 	%{SOURCE0}
 
-rm -f .%{geminstdir}/Rakefile
+# rm -f .%{geminstdir}/Rakefile
 find . -name \*gem | xargs chmod 0644
 
 # fix timestamps
@@ -130,6 +130,10 @@
 
 create_symlink_rec %{geminstdir}/lib %{ruby_sitelib}
 
+%check
+pushd .%{geminstdir}
+rake test
+
 %clean
 rm -rf %{buildroot}
 
@@ -137,6 +141,7 @@
 %defattr(-,root,root,-)
 %dir %{geminstdir}/
 %doc %{geminstdir}/[A-Z]*
+%exclude %{geminstdir}/Rakefile
 %{geminstdir}/lib/
 %{geminstdir}/*.rb
 
@@ -156,5 +161,8 @@
 
 
 %changelog
+* Tue Apr 21 2009  Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.0.1-1
+- 2.0.1
+
 * Thu Mar 26 2009  Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.0.0-1
 - Initial package


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rubygem-locale/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	31 Mar 2009 04:33:14 -0000	1.2
+++ sources	20 Apr 2009 16:57:01 -0000	1.3
@@ -1 +1 @@
-cc6f061497e5fddd5f7860b7ac437c02  locale-2.0.0.gem
+d66d96614faedd092834b4905d2f0fe8  locale-2.0.1.gem




More information about the scm-commits mailing list