# # spec file for package rubygem-eventmachine (Version 0.12.6) # # Copyright (c) 2007-2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: rubygem-eventmachine Version: 0.12.6 Release: 0 %define mod_name eventmachine # Group: Development/Languages/Ruby License: GPL # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: rubygems_with_buildroot_patch BuildRequires: gcc-c++ openssl-devel pkg-config Requires: rubygems >= 0.9 # Url: http://rubyeventmachine.com/ # http://rubyforge.org/projects/eventmachine Source: http://rubyforge.org/frs/download.php/52979/eventmachine-0.12.6.gem Source1: rubygem-eventmachine.rpmlintrc # Summary: Ruby/EventMachine socket engine library %description Ruby/EventMachine is a fast, simple event-processing library for Ruby programs. It lets you write network clients and servers without handling sockets- all you do is send and receive data. Single-threaded socket engine- scalable and FAST! Authors: -------- Francis Cianfrocca %prep %build %install %gem_install %{S:0} %gem_cleanup %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %{_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