Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-updates_testing-src > by-pkgid > 9d083df81d862bc3f9cefa64c5653ed0 > files > 1

ruby-webrick-1.7.0-1.mga8.src.rpm

%define oname   webrick

Name:       ruby-%{oname}
Version:    1.7.0
Release:    %mkrel 1
Summary:    HTTP server toolkit
License:    Ruby and BSD-2-Clause
Group:      Development/Ruby
URL:        https://github.com/ruby/%{oname}
Source0:    https://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildArch:  noarch

%description
WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a
proxy server, and a virtual-host server.

%files
%{gem_instdir}
%{gem_spec}

#-------------------------------------------------------------------------------
%package        doc
Summary:    Documentation for %{name}
Group:      Development/Ruby
BuildArch:	noarch
Requires:   %{name} = %{version}-%{release}

%description    doc
Documents, Rdoc & RI documentation for %{name}.

%files          doc
%doc %{gem_docdir}

#-------------------------------------------------------------------------------

%prep
%gem_setup

%build
%gem_build

%install
%gem_install


%changelog
* Fri Jul 29 2022 bcornec <bcornec> 1.7.0-1.mga8
+ Revision: 1872956
- Updated for vagrant-libvirt inclusion in mga8
- improve vagrant support for mga8
- use a macro for oname in URL

* Fri May 27 2022 pterjan <pterjan> 1.7.0-1.mga9
+ Revision: 1860498
- imported package ruby-webrick