Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37721181
en ru br
ALT Linux repos
S:0.9.2.1.1-alt1

Group :: Development/Ruby
RPM: gem-fcgi

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define        gemname fcgi

Name:          gem-fcgi
Version:       0.9.2.1.1
Release:       alt1
Summary:       FastCGI for ruby
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/alphallc/ruby-fcgi-ng
Vcs:           https://github.com/alphallc/ruby-fcgi-ng.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>

Source:        %name-%version.tar
Patch:         ruby-3.patch
BuildRequires(pre): rpm-build-ruby
BuildRequires: libfcgi-devel
BuildRequires: gem(hrx) = 1.0.0.2

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
Obsoletes:     ruby-fcgi < %EVR
Provides:      ruby-fcgi = %EVR
Provides:      gem(fcgi) = 0.9.2.1.1

%ruby_use_gem_version fcgi:0.9.2.1.1

%description
FastCGI is a language independent, scalable, open extension to CGI that provides
high performance without the limitations of server specific APIs.

MoonWolf developed a library for FastCGI in
http://www.moonwolf.com/ruby/archive/. But now, he is MIA.


%package       -n gem-fcgi-doc
Version:       0.9.2.1.1
Release:       alt1
Summary:       FastCGI for ruby documentation files
Summary(ru_RU.UTF-8): Файлы сведений для самоцвета fcgi
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(fcgi) = 0.9.2.1.1

%description   -n gem-fcgi-doc
FastCGI for ruby documentation files.

FastCGI is a language independent, scalable, open extension to CGI that provides
high performance without the limitations of server specific APIs.

MoonWolf developed a library for FastCGI in
http://www.moonwolf.com/ruby/archive/. But now, he is MIA.

%description   -n gem-fcgi-doc -l ru_RU.UTF-8
Файлы сведений для самоцвета fcgi.


%package       -n gem-fcgi-devel
Version:       0.9.2.1.1
Release:       alt1
Summary:       FastCGI for ruby development package
Summary(ru_RU.UTF-8): Файлы для разработки самоцвета fcgi
Group:         Development/Ruby
BuildArch:     noarch

Requires:      gem(fcgi) = 0.9.2.1.1
Requires:      libfcgi-devel

%description   -n gem-fcgi-devel
FastCGI library for Ruby.


%prep
%setup
%autopatch

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.rdoc README.signals
%ruby_gemspec
%ruby_gemlibdir
%ruby_gemextdir

%files         -n gem-fcgi-doc
%doc README.rdoc README.signals
%ruby_gemdocdir

%files         -n gem-fcgi-devel
%doc README.rdoc README.signals


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin