2012-12-25 17:00:56 +00:00
|
|
|
#
|
|
|
|
# spec file for package rubygem-connection_pool
|
|
|
|
#
|
2025-02-06 14:15:10 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2012-12-25 17:00:56 +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.
|
|
|
|
|
2020-09-25 22:42:21 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-12-25 17:00:56 +00:00
|
|
|
#
|
2015-02-07 07:32:26 +00:00
|
|
|
|
|
|
|
|
2014-10-13 11:57:55 +00:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
#
|
2012-12-25 17:00:56 +00:00
|
|
|
|
|
|
|
Name: rubygem-connection_pool
|
2025-02-06 14:15:10 +00:00
|
|
|
Version: 2.5.0
|
2012-12-25 17:00:56 +00:00
|
|
|
Release: 0
|
|
|
|
%define mod_name connection_pool
|
|
|
|
%define mod_full_name %{mod_name}-%{version}
|
2022-10-12 05:23:44 +00:00
|
|
|
BuildRequires: %{ruby >= 2.5.0}
|
2014-10-13 11:57:55 +00:00
|
|
|
BuildRequires: %{rubygem gem2rpm}
|
2025-02-06 14:15:10 +00:00
|
|
|
BuildRequires: ruby-macros >= 5
|
|
|
|
URL: https://github.com/mperham/connection_pool
|
2018-05-25 22:40:13 +00:00
|
|
|
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
2015-02-07 07:32:26 +00:00
|
|
|
Source1: gem2rpm.yml
|
2012-12-25 17:00:56 +00:00
|
|
|
Summary: Generic connection pool for Ruby
|
2013-07-31 06:06:40 +00:00
|
|
|
License: MIT
|
2012-12-25 17:00:56 +00:00
|
|
|
|
|
|
|
%description
|
2014-10-13 11:57:55 +00:00
|
|
|
Generic connection pool for Ruby.
|
2012-12-25 17:00:56 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2014-10-13 11:57:55 +00:00
|
|
|
%gem_install \
|
|
|
|
--doc-files="Changes.md LICENSE README.md" \
|
|
|
|
-f
|
2012-12-25 17:00:56 +00:00
|
|
|
|
2014-10-13 11:57:55 +00:00
|
|
|
%gem_packages
|
2012-12-25 17:00:56 +00:00
|
|
|
|
|
|
|
%changelog
|