2011-01-28 15:04:30 +00:00
|
|
|
#
|
2012-08-01 05:14:02 +00:00
|
|
|
# spec file for package rubygem-mixlib-log
|
2011-01-28 15:04:30 +00:00
|
|
|
#
|
2014-10-22 13:35:35 +00:00
|
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-01-28 15:04:30 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2012-08-01 05:14:02 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2011-01-28 15:04:30 +00:00
|
|
|
Name: rubygem-mixlib-log
|
2013-06-04 05:41:30 +00:00
|
|
|
Version: 1.6.0
|
2011-01-28 15:04:30 +00:00
|
|
|
Release: 0
|
|
|
|
%define mod_name mixlib-log
|
2012-08-01 05:14:02 +00:00
|
|
|
%define mod_full_name %{mod_name}-%{version}
|
2011-01-28 15:04:30 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2014-10-22 13:35:35 +00:00
|
|
|
BuildRequires: %{rubygem gem2rpm}
|
|
|
|
BuildRequires: %{ruby}
|
|
|
|
BuildRequires: ruby-macros >= 5
|
2011-01-28 15:04:30 +00:00
|
|
|
Url: http://www.opscode.com
|
2013-06-04 05:41:30 +00:00
|
|
|
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
2011-01-28 15:04:30 +00:00
|
|
|
Summary: A gem that provides a simple mixin for log functionality
|
2013-04-05 11:14:55 +00:00
|
|
|
License: Apache-2.0
|
2012-08-01 05:14:02 +00:00
|
|
|
Group: Development/Languages/Ruby
|
|
|
|
|
2011-01-28 15:04:30 +00:00
|
|
|
%description
|
2014-10-22 13:35:35 +00:00
|
|
|
A gem that provides a simple mixin for log functionality.
|
2012-08-01 05:14:02 +00:00
|
|
|
|
2011-01-28 15:04:30 +00:00
|
|
|
%prep
|
2012-08-01 05:14:02 +00:00
|
|
|
|
2011-01-28 15:04:30 +00:00
|
|
|
%build
|
|
|
|
|
2012-08-01 05:14:02 +00:00
|
|
|
%install
|
2014-10-22 13:35:35 +00:00
|
|
|
%gem_install \
|
|
|
|
--doc-files="README.rdoc LICENSE" \
|
|
|
|
-f
|
2012-08-01 05:14:02 +00:00
|
|
|
|
2014-10-22 13:35:35 +00:00
|
|
|
%gem_packages
|
2011-01-28 15:04:30 +00:00
|
|
|
|
|
|
|
%changelog
|