Marcus Rückert 2009-11-12 03:47:20 +00:00 committed by Git OBS Bridge
parent a6c83e24d4
commit 3ed2ca63b1
4 changed files with 32 additions and 20 deletions

3
eventmachine-0.12.10.gem Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dcbe6193937366b5c6803f8aa09886ff241eeb13b782c1a33ff1a76f99a6ede8
size 220672

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0a5b4c1b47339edb4897a15d22be53a13dd7aee548e252e15532f68cfb12f10
size 195072

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 12 03:45:19 UTC 2009 - mrueckert@suse.de
- update to 0.12.10
-------------------------------------------------------------------
Mon Apr 20 16:46:55 CEST 2009 - mrueckert@suse.de

View File

@ -1,17 +1,24 @@
#
# spec file for package rubygem-eventmachine (Version 0.12.6)
# spec file for package rubygem-eventmachine (Version 0.12.10)
#
# 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.
# 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: rubygem-eventmachine
Version: 0.12.6
Version: 0.12.10
Release: 0
%define mod_name eventmachine
#
@ -21,28 +28,28 @@ License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
BuildRequires: gcc-c++ openssl-devel pkg-config
Requires: rubygems >= 0.9
Requires: rubygems >= 1.3.5
#
Url: http://rubyeventmachine.com/
# http://rubyforge.org/projects/eventmachine
Source: http://rubyforge.org/frs/download.php/52979/eventmachine-0.12.6.gem
Source: %{mod_name}-%{version}.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 <garbagecat10@gmail.com>
EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
interactions with IP sockets, allowing programs to concentrate on the
implementation of network protocols. It can be used to create both network
servers and clients. To create a server or client, a Ruby program only needs
to specify the IP address and port, and provide a Module that implements the
communications protocol. Implementations of several standard network protocols
are provided with the package, primarily to serve as examples. The real goal
of EventMachine is to enable programs to easily interface with other programs
using TCP/IP, especially if custom protocols are required.
%prep
%build
%install
%gem_install %{S:0}
%gem_cleanup