- Add provides for rubygem-eventmachine-0_12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-eventmachine?expand=0&rev=12
This commit is contained in:
parent
2d01687e0d
commit
51a75639fd
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 10 19:06:15 UTC 2012 - jatan@suse.de
|
||||||
|
|
||||||
|
- Add provides for rubygem-eventmachine-0_12
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 6 10:44:12 UTC 2012 - saschpe@suse.de
|
Wed Jun 6 10:44:12 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
@ -15,24 +15,30 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: rubygem-eventmachine
|
Name: rubygem-eventmachine
|
||||||
Version: 0.12.10
|
Version: 0.12.10
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name eventmachine
|
%define mod_name eventmachine
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
#
|
#
|
||||||
Group: Development/Languages/Ruby
|
|
||||||
License: Ruby
|
|
||||||
#
|
#
|
||||||
|
Provides: rubygem-%{mod_name}-0_12 = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: ruby-devel
|
||||||
BuildRequires: rubygems_with_buildroot_patch
|
BuildRequires: rubygems_with_buildroot_patch
|
||||||
BuildRequires: ruby-devel gcc-c++ openssl-devel pkg-config
|
|
||||||
%rubygems_requires
|
%rubygems_requires
|
||||||
#
|
#
|
||||||
Url: http://rubyeventmachine.com
|
Url: http://rubyeventmachine.com
|
||||||
Source: %{mod_full_name}.gem
|
Source: %{mod_full_name}.gem
|
||||||
#
|
#
|
||||||
Summary: Ruby/EventMachine library
|
Summary: Ruby/EventMachine library
|
||||||
|
License: Ruby
|
||||||
|
Group: Development/Languages/Ruby
|
||||||
|
|
||||||
%description
|
%description
|
||||||
EventMachine implements a fast, single-threaded engine for arbitrary network
|
EventMachine implements a fast, single-threaded engine for arbitrary network
|
||||||
communications. It's extremely easy to use in Ruby. EventMachine wraps all
|
communications. It's extremely easy to use in Ruby. EventMachine wraps all
|
||||||
@ -49,6 +55,7 @@ using TCP/IP, especially if custom protocols are required.
|
|||||||
Summary: RDoc documentation for %{mod_name}
|
Summary: RDoc documentation for %{mod_name}
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Documentation generated at gem installation time.
|
Documentation generated at gem installation time.
|
||||||
Usually in RDoc and RI formats.
|
Usually in RDoc and RI formats.
|
||||||
|
Loading…
Reference in New Issue
Block a user