- update to pre version, everyone wants
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-eventmachine?expand=0&rev=14
This commit is contained in:
parent
51a75639fd
commit
f1470275e1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dcbe6193937366b5c6803f8aa09886ff241eeb13b782c1a33ff1a76f99a6ede8
|
||||
size 220672
|
3
eventmachine-1.0.0.rc.4.gem
Normal file
3
eventmachine-1.0.0.rc.4.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58d260773b6ee7a7ce58a18f8ff95bfe2d0f8e9eb908cc49328aa78a8c945b17
|
||||
size 224256
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 29 19:56:39 UTC 2012 - coolo@suse.com
|
||||
|
||||
- update to pre version, everyone wants
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 19:06:15 UTC 2012 - jatan@suse.de
|
||||
|
||||
|
@ -17,24 +17,19 @@
|
||||
|
||||
|
||||
Name: rubygem-eventmachine
|
||||
Version: 0.12.10
|
||||
Version: 1.0.0.rc.4
|
||||
Release: 0
|
||||
%define mod_name eventmachine
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
#
|
||||
#
|
||||
Provides: rubygem-%{mod_name}-0_12 = %{version}
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: ruby-devel
|
||||
BuildRequires: rubygems_with_buildroot_patch
|
||||
%rubygems_requires
|
||||
#
|
||||
BuildRequires: ruby-macros >= 1
|
||||
Url: http://rubyeventmachine.com
|
||||
Source: %{mod_full_name}.gem
|
||||
#
|
||||
Summary: Ruby/EventMachine library
|
||||
License: Ruby
|
||||
Group: Development/Languages/Ruby
|
||||
@ -61,9 +56,14 @@ 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 %{S:0}
|
||||
%gem_install -f
|
||||
%gem_cleanup
|
||||
|
||||
%files
|
||||
|
Loading…
x
Reference in New Issue
Block a user