Hello community,

here is the log from the commit of package rubygem-restility for 
openSUSE:Factory checked in at 2012-09-01 10:34:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-restility (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-restility.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-restility", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-restility/rubygem-restility.changes      
2012-01-26 14:08:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-restility.new/rubygem-restility.changes 
2012-09-01 10:34:58.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug  1 05:07:21 UTC 2012 - [email protected]
+
+- updated to version 0.0.4, no upstream changelog
+
+-------------------------------------------------------------------

Old:
----
  restility-0.0.1.gem

New:
----
  restility-0.0.4.gem

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

Other differences:
------------------
++++++ rubygem-restility.spec ++++++
--- /var/tmp/diff_new_pack.crjMMv/_old  2012-09-01 10:34:59.000000000 +0200
+++ /var/tmp/diff_new_pack.crjMMv/_new  2012-09-01 10:34:59.000000000 +0200
@@ -15,48 +15,66 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           rubygem-restility
-Version:        0.0.1
+Version:        0.0.4
 Release:        0
 %define mod_name restility
-#
+%define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
+BuildRequires:  ruby-macros >= 1
+Url:            https://github.com/openSUSE/restility
+Source:         %{mod_full_name}.gem
+Summary:        Set of tools for writing REST style web services
+License:        GPL-2.0
+Group:          Development/Languages/Ruby
 
-BuildRequires:  rubygem-rake
-Requires:       rubygem-rake
+%description
+Generates REST documentation in Docbook and HTML format.
 
-# this actually doesn't work, but it is specified in the gem
-# so it is used also here...
-Url:            http://restility.rubyforge.org
+%package doc
+Summary:        RDoc documentation for %{mod_name}
+Group:          Development/Languages/Ruby
+Requires:       %{name} = %{version}
 
-Source:         %{mod_name}-%{version}.gem
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
 
-Summary:        Utilities for writing REST web services
-License:        GPL-2.0
+%package testsuite
+Summary:        Test suite for %{mod_name}
 Group:          Development/Languages/Ruby
+Requires:       %{name} = %{version}
 
-%description
-The package contains rest_doc utility for generating documentation
-for a REST API and rest_test utility for testing REST API.
+%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
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)
-%{_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}/
-/usr/bin/rest_doc
-/usr/bin/rest_test
+%{_bindir}/rest_doc
+%{_bindir}/rest_test
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

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

Reply via email to