| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Name: rubygem-puma-4 |
| Version: 4.3.12 |
| Release: 0 |
| %define mod_name puma |
| %define mod_full_name %{mod_name}-%{version} |
| %define mod_version_suffix -4 |
| BuildRoot: %{_tmppath}/%{name}-%{version}-build |
| BuildRequires: %{rubydevel >= 2.2} |
| BuildRequires: %{rubygem gem2rpm} |
| BuildRequires: ruby-macros >= 5 |
| BuildRequires: update-alternatives |
| URL: http://puma.io |
| Source: https://rubygems.org/gems/%{mod_full_name}.gem |
| Source1: gem2rpm.yml |
| Summary: Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 |
| License: BSD-3-Clause |
| Group: Development/Languages/Ruby |
| PreReq: update-alternatives |
| |
| %description |
| Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for |
| Ruby/Rack applications. Puma is intended for use in both development and |
| production environments. It's great for highly concurrent Ruby implementations |
| such as Rubinius and JRuby as well as as providing process worker support to |
| support CRuby well. |
| |
| %prep |
| |
| %build |
| |
| %install |
| %gem_install \ |
| --symlink-binaries \ |
| --doc-files="History.md LICENSE README.md" \ |
| -f |
| %gem_cleanup |
| |
| %gem_packages |
| |
| %changelog |