1
0

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
This commit is contained in:
Stephan Kulow 2016-08-06 14:23:53 +00:00 committed by Git OBS Bridge
parent 954ca90cd5
commit 8f8a9cd6ba
5 changed files with 91 additions and 7 deletions

70
gem2rpm.yml Normal file
View File

@ -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
#

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2a6bd7d5a245b919c3914788951f65ad7ba6d37d2b0c78a2550dfe1577774f5
size 12288

3
mixlib-log-1.7.0.gem Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5848faeb758fdb3628e605d86878d6ea55fddea052880df7726bd788f8e91dd3
size 14336

View File

@ -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

View File

@ -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