From 8f8a9cd6ba4f2d29027f2e98353646b34191a42d56730719a9586f9924f051b4 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 6 Aug 2016 14:23:53 +0000 Subject: [PATCH] Accepting request 417021 from home:coolo:branches:devel:languages:ruby:extensions update OBS-URL: https://build.opensuse.org/request/show/417021 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-mixlib-log?expand=0&rev=11 --- gem2rpm.yml | 70 ++++++++++++++++++++++++++++++++++++++ mixlib-log-1.6.0.gem | 3 -- mixlib-log-1.7.0.gem | 3 ++ rubygem-mixlib-log.changes | 6 ++++ rubygem-mixlib-log.spec | 16 ++++++--- 5 files changed, 91 insertions(+), 7 deletions(-) create mode 100644 gem2rpm.yml delete mode 100644 mixlib-log-1.6.0.gem create mode 100644 mixlib-log-1.7.0.gem diff --git a/gem2rpm.yml b/gem2rpm.yml new file mode 100644 index 0000000..01b0245 --- /dev/null +++ b/gem2rpm.yml @@ -0,0 +1,70 @@ +# --- +# ## used by gem2rpm +# :summary: this is a custom summary +# ## used by gem2rpm +# :description: |- +# this is a custom description +# +# it can be multiline +# ## used by gem2rpm +# :license: MIT or Ruby +# ## used by gem2rpm and gem_packages +# :version_suffix: -x_y +# ## used by gem2rpm and gem_packages +# :disable_docs: true +# ## used by gem2rpm +# :disable_automatic_rdoc_dep: true +# ## used by gem2rpm +# :preamble: |- +# BuildRequires: foobar +# Requires: foobar +# ## used by gem2rpm +# :patches: +# foo.patch: -p1 +# bar.patch: +# ## used by gem2rpm +:sources: +# - foo.desktop +# - bar.desktop +# :gem_install_args: '....' +# ## used by gem2rpm +# :pre_install: |- +# %if 0%{?use_system_libev} +# export USE_VENDORED_LIBEV="no" +# %endif +# ## used by gem2rpm +# :post_install: |- +# # delete custom files here or do other fancy stuff +# install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse +# ## used by gem2rpm +# :testsuite_command: |- +# (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test) +# ## used by gem2rpm +# :filelist: |- +# /usr/bin/gem2rpm-opensuse +# ## used by gem2rpm +# :scripts: +# :post: |- +# /bin/echo foo +# ## used by gem_packages +# :main: +# :preamble: |- +# Requires: util-linux +# Recommends: pwgen +# :filelist: |- +# /usr/bin/gem2rpm-opensuse +# ## used by gem_packages +# :custom: +# apache: +# :preamble: |- +# Requires: ..... +# :filelist: |- +# /etc/apache2/conf.d/passenger.conf +# :summary: Custom summary is optional +# :description: |- +# Custom description is optional +# +# bar +# :post: |- +# /bin/echo foo +# diff --git a/mixlib-log-1.6.0.gem b/mixlib-log-1.6.0.gem deleted file mode 100644 index 2946ff8..0000000 --- a/mixlib-log-1.6.0.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2a6bd7d5a245b919c3914788951f65ad7ba6d37d2b0c78a2550dfe1577774f5 -size 12288 diff --git a/mixlib-log-1.7.0.gem b/mixlib-log-1.7.0.gem new file mode 100644 index 0000000..0711542 --- /dev/null +++ b/mixlib-log-1.7.0.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5848faeb758fdb3628e605d86878d6ea55fddea052880df7726bd788f8e91dd3 +size 14336 diff --git a/rubygem-mixlib-log.changes b/rubygem-mixlib-log.changes index cf179c1..e61fe96 100644 --- a/rubygem-mixlib-log.changes +++ b/rubygem-mixlib-log.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 5 04:36:58 UTC 2016 - coolo@suse.com + +- updated to version 1.7.0 + no changelog found + ------------------------------------------------------------------- Wed Oct 22 07:27:33 UTC 2014 - tboerger@suse.com diff --git a/rubygem-mixlib-log.spec b/rubygem-mixlib-log.spec index ea43b33..a4e36f3 100644 --- a/rubygem-mixlib-log.spec +++ b/rubygem-mixlib-log.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-mixlib-log # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX 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,8 +16,15 @@ # +# +# 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-mixlib-log -Version: 1.6.0 +Version: 1.7.0 Release: 0 %define mod_name mixlib-log %define mod_full_name %{mod_name}-%{version} @@ -25,8 +32,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{rubygem gem2rpm} BuildRequires: %{ruby} BuildRequires: ruby-macros >= 5 -Url: http://www.opscode.com +Url: https://www.chef.io Source: http://rubygems.org/gems/%{mod_full_name}.gem +Source1: gem2rpm.yml Summary: A gem that provides a simple mixin for log functionality License: Apache-2.0 Group: Development/Languages/Ruby @@ -40,7 +48,7 @@ A gem that provides a simple mixin for log functionality. %install %gem_install \ - --doc-files="README.rdoc LICENSE" \ + --doc-files="LICENSE README.md" \ -f %gem_packages