Hello community,

here is the log from the commit of package rubygem-metaclass for 
openSUSE:Factory checked in at 2014-02-25 07:37:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-metaclass (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-metaclass.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-metaclass"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-metaclass/rubygem-metaclass.changes      
2014-01-23 15:56:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-metaclass.new/rubygem-metaclass.changes 
2014-02-25 07:37:13.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Feb 22 08:47:49 UTC 2014 - [email protected]
+
+- updated to version 0.0.4
+
+-------------------------------------------------------------------

Old:
----
  metaclass-0.0.2.gem

New:
----
  metaclass-0.0.4.gem

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

Other differences:
------------------
++++++ rubygem-metaclass.spec ++++++
--- /var/tmp/diff_new_pack.KTlLG4/_old  2014-02-25 07:37:13.000000000 +0100
+++ /var/tmp/diff_new_pack.KTlLG4/_new  2014-02-25 07:37:13.000000000 +0100
@@ -17,14 +17,14 @@
 
 
 Name:           rubygem-metaclass
-Version:        0.0.2
+Version:        0.0.4
 Release:        0
 %define mod_name metaclass
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
-Url:            https://github.com/floehopper/metaclass
+BuildRequires:  ruby-macros >= 3
+Url:            http://github.com/floehopper/metaclass
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        Adds a metaclass method to all Ruby objects
 License:        MIT
@@ -42,6 +42,14 @@
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
 
+%package testsuite
+Summary:        Test suite for %{mod_name}
+Group:          Development/Languages/Ruby
+Requires:       %{name} = %{version}
+
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
+
 %prep
 #gem_unpack
 #if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
@@ -51,15 +59,24 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{gem_base}/gems/%{mod_full_name}/COPYING.txt 
%buildroot/%{_docdir}/%{name}/COPYING.txt
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{_docdir}/%{name}
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/test
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
+
+%files testsuite
+%defattr(-,root,root,-)
+%{gem_base}/gems/%{mod_full_name}/test
 
 %changelog

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

Reply via email to