File ruby-fcgi.spec of Package ruby-fcgi
#
# spec file for package ruby-fcgi (Version 0.8.7)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: ruby-fcgi
BuildRequires: FastCGI-devel ruby-devel
Version: 0.8.7
Release: 208
Group: Development/Languages/Ruby
License: Ruby License
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://sugi.nemui.org/prod/ruby-fcgi/
Source: http://rubyforge.org/frs/download.php/11368/ruby-fcgi-0.8.7.tar.gz
Summary: FastCGI bindings for ruby
%description
FastCGI is a language independent, scalable, open extension to CGI that
provides high performance without the limitations of server specific
APIs.
This package provides bindings for the ruby language.
Authors:
--------
Tatsuki Sugiura <sugi@nemui.org>
%prep
%setup
%build
ruby -rvendor-specific install.rb config
ruby -rvendor-specific install.rb setup
%install
ruby -rvendor-specific install.rb install --prefix=%{buildroot}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_libdir}/ruby/vendor_ruby/%{rb_ver}/fcgi.rb
%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/fcgi.so
%doc README* ChangeLog
%changelog
* Sat Sep 30 2006 mrueckert@suse.de
- install into vendor_ruby
* Sat Jul 01 2006 mrueckert@suse.de
- update to version 0.8.7:
* patch from http://www.kbmj.com/tech/index.php?itemid=26
* patch from http://sean.treadway.info/articles/2005/12/24/open-season-for-eagain
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Sep 01 2005 mrueckert@suse.de
- Dont build into site_ruby
- removed %%dir entries for site_ruby dir
* Mon Aug 22 2005 ro@suse.de
- added directories to filelist
* Mon Aug 22 2005 ro@suse.de
- added ruby-devel to nfb
* Mon Aug 15 2005 mrueckert@suse.de
- Initial package with v 0.8.6