Hello community,

here is the log from the commit of package rubygem-stackdeck for 
openSUSE:Factory checked in at 2014-10-15 16:20:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-stackdeck (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-stackdeck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-stackdeck"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-stackdeck/rubygem-stackdeck.changes      
2012-06-29 11:38:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-stackdeck.new/rubygem-stackdeck.changes 
2014-10-15 16:20:15.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 07:14:42 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rubygem-stackdeck.spec ++++++
--- /var/tmp/diff_new_pack.ZKkUET/_old  2014-10-15 16:20:17.000000000 +0200
+++ /var/tmp/diff_new_pack.ZKkUET/_new  2014-10-15 16:20:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-stackdeck (Version 0.2.0)
+# spec file for package rubygem-stackdeck
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,39 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:           rubygem-stackdeck
 Version:        0.2.0
 Release:        0
 %define mod_name stackdeck
-#
-Group:          Development/Languages/Ruby
-License:        MIT
-#
+%define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-#
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
 Url:            http://github.com/matthewd/stackdeck
-Source:         %{mod_name}-%{version}.gem
-#
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        Manages stack traces across language boundaries
+License:        MIT
+Group:          Development/Languages/Ruby
+
 %description
 Manages stack traces across language boundaries.
 
 %prep
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install \
+  --doc-files="LICENSE README.rdoc" \
+  -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}/
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to