Hello community,

here is the log from the commit of package rubygem-rdoc for openSUSE:Factory
checked in at Thu May 26 09:53:00 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/rubygem-rdoc/rubygem-rdoc.changes      
2010-12-08 12:31:38.000000000 +0100
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Wed Dec  8 11:31:27 UTC 2010 - [email protected]
+
+- recommend rdoc-data
+
+-------------------------------------------------------------------
+Wed Dec  8 00:16:47 UTC 2010 - [email protected]
+
+- suffix scripts with "-gem" to avoid conflicts with the main ruby
+  package
+
+-------------------------------------------------------------------
+Tue Dec  7 23:30:13 UTC 2010 - [email protected]
+
+- initial package version 2.5.11
+

calling whatdependson for head-i586


New:
----
  rdoc-2.5.11.gem
  rubygem-rdoc.changes
  rubygem-rdoc.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-rdoc.spec ++++++
#
# spec file for package rubygem-rdoc
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           rubygem-rdoc
Version:        2.5.11
Release:        1
%define mod_name rdoc
#
Group:          Development/Languages/Ruby
License:        GPLv2+ or Ruby
#
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  rubygems_with_buildroot_patch
%rubygems_requires
Recommends:     rubygem-rdoc-data >= 2.5.3
#
Url:            http://rdoc.rubyforge.org
Source:         %{mod_name}-%{version}.gem
#
Summary:        RDoc is an application that produces documentation for one or 
more Ruby source files

%description
RDoc is an application that produces documentation for one or more Ruby source
files.  RDoc includes the +rdoc+ and +ri+ tools for generating and displaying
online documentation.

At this point in time, RDoc 2.x is a work in progress and may incur further
API changes beyond what has been made to RDoc 1.0.1.  Command-line tools are
largely unaffected, but internal APIs may shift rapidly.

See RDoc for a description of RDoc's markup and basic use.

%prep

%build

%install
%gem_install %{S:0}
for i in %{buildroot}%{_bindir}/* ; do mv $i ${i}-gem ; done

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/rdoc-gem
%{_bindir}/ri-gem
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to