Search
j0ke.net Open Build Service
>
Projects
>
J0KE.NET
:
infrastructure
>
rubygem-rack
> rubygem-rack.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File rubygem-rack.spec of Package rubygem-rack (Revision 4)
Currently displaying revision
4
,
show latest
# # spec file for package rubygem-rack (Version 0.9.1) # # Copyright (c) 2008 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 %define mod_name rack # Name: rubygem-rack Version: 1.0.0 Release: 0 # Group: Development/Languages/Ruby License: MIT # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: rubygems_with_buildroot_patch Requires: rubygems >= 0.9 # Url: http://rack.rubyforge.org/ # http://rubyforge.org/projects/rack Source: http://rubyforge.org/frs/download.php/55681/rack-1.0.0.gem # Summary: Minimal interface between webservers supporting Ruby and Ruby frameworks %description Rack provides minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. Authors: -------- Christian Neukirchen <chneukirchen@gmail.com> Christoffer Sawicki <christoffer.sawicki@gmail.com> Tim Fletcher <twoggle@gmail.com> Luc Heinrich <luc@honk-honk.com> Armin Ronacher %prep %build %install gem install --local --build-root=%{buildroot} %{S:0} %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/rackup %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec %doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/ %changelog