2011-07-06 10:58:49 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package rubygem-raindrops
|
|
|
|
|
#
|
2023-11-28 08:42:50 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2011-07-06 10:58:49 +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-02-10 23:51:30 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-07-06 10:58:49 +00:00
|
|
|
#
|
2015-06-26 13:08:27 +00:00
|
|
|
|
|
|
|
|
|
2014-10-14 07:55:57 +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-08-01 05:15:15 +00:00
|
|
|
|
2011-07-06 10:58:49 +00:00
|
|
|
Name: rubygem-raindrops
|
2023-11-28 08:42:50 +00:00
|
|
|
Version: 0.20.1
|
2011-07-06 10:58:49 +00:00
|
|
|
Release: 0
|
|
|
|
|
%define mod_name raindrops
|
2011-08-24 21:23:52 +00:00
|
|
|
%define mod_full_name %{mod_name}-%{version}
|
2017-03-23 15:12:41 +00:00
|
|
|
BuildRequires: %{rubydevel >= 1.9.3}
|
2014-10-14 07:55:57 +00:00
|
|
|
BuildRequires: %{rubygem gem2rpm}
|
2016-08-12 09:05:42 +00:00
|
|
|
BuildRequires: ruby-macros >= 5
|
2020-02-10 23:51:30 +00:00
|
|
|
URL: https://yhbt.net/raindrops/
|
2017-09-12 05:14:42 +00:00
|
|
|
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
2016-03-02 21:16:06 +00:00
|
|
|
Source1: rubygem-raindrops-rpmlintrc
|
|
|
|
|
Source2: gem2rpm.yml
|
2011-07-06 10:58:49 +00:00
|
|
|
Summary: real-time stats for preforking Rack servers
|
2020-02-10 23:51:30 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2012-08-01 05:15:15 +00:00
|
|
|
|
2011-07-06 10:58:49 +00:00
|
|
|
%description
|
2015-06-26 13:08:27 +00:00
|
|
|
raindrops is a real-time stats toolkit to show statistics for Rack HTTP
|
|
|
|
|
servers. It is designed for preforking servers such as unicorn, but
|
|
|
|
|
should support any Rack HTTP server on platforms supporting POSIX shared
|
|
|
|
|
memory. It may also be used as a generic scoreboard for sharing atomic
|
|
|
|
|
counters across multiple processes.
|
2011-07-06 10:58:49 +00:00
|
|
|
|
|
|
|
|
%prep
|
2012-08-01 05:15:15 +00:00
|
|
|
|
2011-07-06 10:58:49 +00:00
|
|
|
%build
|
2012-08-01 05:15:15 +00:00
|
|
|
|
2011-07-06 10:58:49 +00:00
|
|
|
%install
|
2014-10-14 07:55:57 +00:00
|
|
|
%gem_install \
|
2015-06-26 13:08:27 +00:00
|
|
|
--doc-files="COPYING LICENSE NEWS README" \
|
2014-10-14 07:55:57 +00:00
|
|
|
-f
|
2011-07-06 10:58:49 +00:00
|
|
|
%gem_cleanup
|
|
|
|
|
|
2014-10-14 07:55:57 +00:00
|
|
|
%gem_packages
|
2011-07-06 10:58:49 +00:00
|
|
|
|
|
|
|
|
%changelog
|