rpms/rubygems/FC-6 .cvsignore, 1.2, 1.3 rubygems.spec, 1.1, 1.2 sources, 1.2, 1.3

David Lutterkort (lutter) fedora-extras-commits at redhat.com
Thu Jan 18 22:53:06 UTC 2007


Author: lutter

Update of /cvs/extras/rpms/rubygems/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29865

Modified Files:
	.cvsignore rubygems.spec sources 
Log Message:
New version 0.9.1


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rubygems/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Jan 2007 19:51:05 -0000	1.2
+++ .cvsignore	18 Jan 2007 22:52:36 -0000	1.3
@@ -1 +1 @@
-rubygems-0.9.0.tgz
+rubygems-0.9.1.tgz


Index: rubygems.spec
===================================================================
RCS file: /cvs/extras/rpms/rubygems/FC-6/rubygems.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rubygems.spec	9 Jan 2007 19:51:05 -0000	1.1
+++ rubygems.spec	18 Jan 2007 22:52:36 -0000	1.2
@@ -1,19 +1,20 @@
-%define gem_dir %(ruby -rrbconfig -e 'puts Config::CONFIG["sitedir"]')/../gems
+%define gem_dir %(ruby -rrbconfig -e 'puts File::expand_path(File::join(Config::CONFIG["sitedir"],"..","gems"))')
 %define rb_ver %(ruby -rrbconfig -e 'puts Config::CONFIG["ruby_version"]')
 %define gem_home %{gem_dir}/%{rb_ver}
 %define ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')
 
 Summary: The Ruby standard for packaging ruby libraries
 Name: rubygems
-Version: 0.9.0
-Release: 2%{?dist}
+Version: 0.9.1
+Release: 1%{?dist}
 Group: Development/Libraries
 License: Ruby License/GPL
 URL: http://rubyforge.org/projects/rubygems/
-Source0: http://rubyforge.org/frs/download.php/11289/rubygems-%{version}.tgz
+Source0: http://rubyforge.org/frs/download.php/16452/rubygems-0.9.1.tgz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 Requires: ruby(abi) = 1.8
-BuildRequires: ruby
+Requires: ruby-rdoc
+BuildRequires: ruby ruby-rdoc
 BuildArch: noarch
 Provides: ruby(rubygems) = %{version}
 
@@ -46,6 +47,7 @@
 %files
 %defattr(-, root, root, -)
 %doc README TODO ChangeLog Releases gemspecs
+%doc GPL.txt LICENSE.txt
 %{_bindir}/gem
 %{_bindir}/gemlock
 %{_bindir}/gem_mirror
@@ -64,6 +66,11 @@
 %{ruby_sitelib}/rbconfig/datadir.rb
 
 %changelog
+* Thu Jan 18 2007 David Lutterkort <dlutter at redhat.com> - 0.9.1-1
+- New version; include LICENSE.txt and GPL.txt
+- avoid '..' in gem_dir to work around a bug in gem installer
+- add ruby-rdoc to requirements
+
 * Tue Jan  2 2007 David Lutterkort <dlutter at redhat.com> - 0.9.0-2
 - Fix gem_dir to be arch independent
 - Mention dual licensing in License field


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rubygems/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Jan 2007 19:51:05 -0000	1.2
+++ sources	18 Jan 2007 22:52:36 -0000	1.3
@@ -1 +1 @@
-5d496e1f415b8b4033ab867f01d1161f  rubygems-0.9.0.tgz
+a62314cdb174ccc88a27b8924fa79e4a  rubygems-0.9.1.tgz




More information about the fedora-extras-commits mailing list