Hello community, here is the log from the commit of package rubygem-net-ssh-multi-1_1 for openSUSE:Factory checked in at 2014-10-23 14:20:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh-multi-1_1 (Old) and /work/SRC/openSUSE:Factory/.rubygem-net-ssh-multi-1_1.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-net-ssh-multi-1_1" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-net-ssh-multi-1_1/rubygem-net-ssh-multi-1_1.changes 2013-06-17 10:20:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh-multi-1_1.new/rubygem-net-ssh-multi-1_1.changes 2014-10-23 14:20:43.000000000 +0200 @@ -1,0 +2,10 @@ +Tue Oct 21 15:39:30 UTC 2014 - tboer...@suse.com + +- Added gem2rpm.yml and version suffix + +------------------------------------------------------------------- +Tue Oct 21 15:38:14 UTC 2014 - tboer...@suse.com + +- Updated to new ruby macros + +------------------------------------------------------------------- New: ---- gem2rpm.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-net-ssh-multi-1_1.spec ++++++ --- /var/tmp/diff_new_pack.yRCcHW/_old 2014-10-23 14:20:46.000000000 +0200 +++ /var/tmp/diff_new_pack.yRCcHW/_new 2014-10-23 14:20:46.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package rubygem-net-ssh-multi-1_1 # -# Copyright (c) 2013 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 @@ -16,17 +16,27 @@ # +# +# This file was generated with a gem2rpm.yml and not just plain gem2rpm. +# All sections marked as MANUAL, license headers, summaries and descriptions +# can be maintained in that file. Please consult this file before editing any +# of those fields +# + Name: rubygem-net-ssh-multi-1_1 Version: 1.1 Release: 0 %define mod_name net-ssh-multi %define mod_full_name %{mod_name}-%{version} - +%define mod_version_suffix -1_1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ruby-macros >= 1 -BuildRequires: rubygem(rdoc) > 3.10 +BuildRequires: %{rubygem gem2rpm} +BuildRequires: %{rubygem rdoc > 3.10} +BuildRequires: %{ruby} +BuildRequires: ruby-macros >= 5 Url: http://github.com/net-ssh/net-ssh Source: http://rubygems.org/gems/%{mod_full_name}.gem +Source1: gem2rpm.yml Summary: Control multiple Net::SSH connections via a single interface License: MIT Group: Development/Languages/Ruby @@ -34,50 +44,15 @@ %description Control multiple Net::SSH connections via a single interface. -%package doc -Summary: RDoc documentation for %{mod_name} -Group: Development/Languages/Ruby -Requires: %{name} = %{version} - -%description doc -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 -#gem_build %build %install -%gem_install -f -mkdir -p %{buildroot}%{_docdir}/%{name} -ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.rdoc %buildroot/%{_docdir}/%{name}/CHANGELOG.rdoc -ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc %buildroot/%{_docdir}/%{name}/README.rdoc - -%files -%defattr(-,root,root,-) -%{_docdir}/%{name} -%{_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 +%gem_install \ + --doc-files="CHANGELOG.rdoc README.rdoc" \ + -f + +%gem_packages %changelog ++++++ gem2rpm.yml ++++++ :version_suffix: '-1_1' -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org