Accepting request 312124 from devel:languages:ruby:extensions
1 OBS-URL: https://build.opensuse.org/request/show/312124 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-eventmachine?expand=0&rev=13
This commit is contained in:
commit
7c5e74469a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34424c87fc517f70ba137fe2281d16b53ce9c13f5cbfc2dda3ada56e96a65827
|
||||
size 225792
|
3
eventmachine-1.0.7.gem
Normal file
3
eventmachine-1.0.7.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:342b7dfa2bc1d43f9b58c4481d81cc9eb5f7c92a5d0eb39739459fcbdd579d4c
|
||||
size 231424
|
74
gem2rpm.yml
Normal file
74
gem2rpm.yml
Normal file
@ -0,0 +1,74 @@
|
||||
# ---
|
||||
# ## used by gem2rpm
|
||||
# :summary: this is a custom summary
|
||||
# ## used by gem2rpm
|
||||
# :description: |-
|
||||
# this is a custom description
|
||||
#
|
||||
# it can be multiline
|
||||
# ## used by gem2rpm
|
||||
:license: Ruby or GPL-2.0
|
||||
# ## used by gem2rpm and gem_packages
|
||||
# :version_suffix: -x_y
|
||||
# ## used by gem2rpm and gem_packages
|
||||
# :disable_docs: true
|
||||
# ## used by gem2rpm
|
||||
# :disable_automatic_rdoc_dep: true
|
||||
# ## used by gem2rpm
|
||||
:preamble: |-
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkg-config
|
||||
# ## used by gem2rpm
|
||||
# :patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
# ## used by gem2rpm
|
||||
# :sources:
|
||||
# - foo.desktop
|
||||
# - bar.desktop
|
||||
# :gem_install_args: '....'
|
||||
# ## used by gem2rpm
|
||||
# :pre_install: |-
|
||||
# %if 0%{?use_system_libev}
|
||||
# export USE_VENDORED_LIBEV="no"
|
||||
# %endif
|
||||
# ## used by gem2rpm
|
||||
# :post_install: |-
|
||||
# # delete custom files here or do other fancy stuff
|
||||
# install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
|
||||
# ## used by gem2rpm
|
||||
# :testsuite_command: |-
|
||||
# (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
|
||||
# ## used by gem2rpm
|
||||
# :filelist: |-
|
||||
# /usr/bin/gem2rpm-opensuse
|
||||
# ## used by gem2rpm
|
||||
# :scripts:
|
||||
# :post: |-
|
||||
# /bin/echo foo
|
||||
# ## used by gem_packages
|
||||
# :main:
|
||||
# :preamble: |-
|
||||
# Requires: util-linux
|
||||
# Recommends: pwgen
|
||||
# :filelist: |-
|
||||
# /usr/bin/gem2rpm-opensuse
|
||||
# ## used by gem_packages
|
||||
# :custom:
|
||||
# apache:
|
||||
# :preamble: |-
|
||||
# Requires: .....
|
||||
# :filelist: |-
|
||||
# /etc/apache2/conf.d/passenger.conf
|
||||
# :summary: Custom summary is optional
|
||||
# :description: |-
|
||||
# Custom description is optional
|
||||
#
|
||||
# bar
|
||||
# :post: |-
|
||||
# /bin/echo foo
|
||||
#
|
||||
|
||||
:sources:
|
||||
- rubygem-eventmachine-rpmlintrc
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 12 08:59:04 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Rename rubygem-eventmachine.rpmlintrc to
|
||||
rubygem-eventmachine-rpmlintrc in order to be in line with the
|
||||
naming convention.
|
||||
- Add rubygem-eventmachine-rpmlintrc to the source list.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 01:24:44 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 1.0.7
|
||||
* fix delay in kqueue/epoll reactor shutdown when timers exist [#587]
|
||||
* fix memory leak introduced in v1.0.5 [#586]
|
||||
* expose EM.set_simultaneous_accept_count [#420]
|
||||
* fix busy loop when EM.run and EM.next_tick are invoked from exception handler [#452]
|
||||
|
||||
## 1.0.6 (February 3, 2015)
|
||||
* add support for Rubinius Process::Status [#568]
|
||||
* small bugfixes for SmtpServer [#449]
|
||||
* update buftok.rb [#547]
|
||||
* fix assertion on Write() [#525]
|
||||
* work around mkmf.rb bug preventing gem installation [#574]
|
||||
* add pause/resume support to jruby reactor [#556]
|
||||
* fix pure ruby reactor to use 127.0.0.1 instead of localhost [#439]
|
||||
* fix compilation under macruby [#243]
|
||||
* add chunked encoding to http client [#111]
|
||||
* fix errors on win32 when dealing with pipes [1ea45498] [#105]
|
||||
|
||||
## 1.0.5 (February 2, 2015)
|
||||
* use monotonic clocks on Linux, OS X, Solaris, and Windows [#563]
|
||||
* use the rb_fd_* API to get autosized fd_sets [#502]
|
||||
* add basic tests that the DNS resolver isn't leaking timers [#571]
|
||||
* update to test-unit 2.x and improve various unit tests [#551]
|
||||
* remove EventMachine_t::Popen code marked by ifdef OBSOLETE [#551]
|
||||
* ruby 2.0 may fail at Queue.pop, so rescue and complain to $stderr [#551]
|
||||
* set file handle to INVALID_HANDLE_VALUE after closing the file [#565]
|
||||
* use `defined?` instead of rescuing NameError for flow control [#535]
|
||||
* fix closing files and sockets on Windows [#564]
|
||||
* fix file uploads in Windows [#562]
|
||||
* catch failure to fork [#539]
|
||||
* use chunks for SSL write [#545]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 08:37:57 UTC 2014 - coolo@suse.com
|
||||
|
||||
- adapt to new rubygem packaging
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 08:29:10 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-eventmachine
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,26 +16,34 @@
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
|
||||
# All sections marked as MANUAL, license headers, summaries and descriptions
|
||||
# can be maintained in that file. Please consult this file before editing any
|
||||
# of those fields
|
||||
#
|
||||
|
||||
Name: rubygem-eventmachine
|
||||
Version: 1.0.3
|
||||
Version: 1.0.7
|
||||
Release: 0
|
||||
%define mod_name eventmachine
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ruby-macros >= 3
|
||||
BuildRequires: rubygem(rdoc) > 3.10
|
||||
# MANUAL BEGIN
|
||||
# MANUAL
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: ruby-devel
|
||||
Provides: rubygem(%{rb_ver}:eventmachine) = 1.0.0.beta5
|
||||
# MANUAL END
|
||||
# /MANUAL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ruby-macros >= 5
|
||||
BuildRequires: %{rubydevel}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: %{rubygem rdoc > 3.10}
|
||||
Url: http://rubyeventmachine.com
|
||||
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: rubygem-eventmachine-rpmlintrc
|
||||
Source2: gem2rpm.yml
|
||||
Summary: Ruby/EventMachine library
|
||||
License: Ruby
|
||||
License: Ruby or GPL-2.0
|
||||
Group: Development/Languages/Ruby
|
||||
|
||||
%description
|
||||
@ -50,40 +58,16 @@ 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.
|
||||
|
||||
%package doc
|
||||
Summary: RDoc documentation for %{mod_name}
|
||||
Group: Development/Languages/Ruby
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description doc
|
||||
Documentation generated at gem installation time.
|
||||
Usually in RDoc and RI formats.
|
||||
|
||||
%prep
|
||||
#gem_unpack
|
||||
#if you need patches, apply them here and replace the # with a % sign in the surrounding lines
|
||||
#gem_build
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
%gem_install -f
|
||||
%gem_install \
|
||||
--doc-files="CHANGELOG.md LICENSE README.md" \
|
||||
-f
|
||||
%gem_cleanup
|
||||
mkdir -p %{buildroot}%{_docdir}/%{name}
|
||||
ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md %buildroot/%{_docdir}/%{name}/CHANGELOG.md
|
||||
ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE %buildroot/%{_docdir}/%{name}/LICENSE
|
||||
ln -s %{gem_base}/gems/%{mod_full_name}/README.md %buildroot/%{_docdir}/%{name}/README.md
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_docdir}/%{name}
|
||||
%{gem_base}/cache/%{mod_full_name}.gem
|
||||
%{gem_base}/gems/%{mod_full_name}/
|
||||
%{gem_extensions}/%{mod_full_name}
|
||||
%{gem_base}/specifications/%{mod_full_name}.gemspec
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{gem_base}/doc
|
||||
%gem_packages
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user