17
0

Accepting request 140074 from devel:languages:ruby:extensions

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/140074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-method_source?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2012-11-05 05:32:49 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 14 deletions

3
method_source-0.8.1.gem Normal file
View File

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

View File

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Oct 28 06:03:47 UTC 2012 - coolo@suse.com
- updated to version 0.8.1
-------------------------------------------------------------------
Sun Jul 15 07:45:13 UTC 2012 - coolo@suse.com

View File

@@ -17,20 +17,18 @@
Name: rubygem-method_source
Version: 0.8
Version: 0.8.1
Release: 0
Summary: Retrieve the sourcecode for a method
License: MIT
Group: Development/Languages/Ruby
Url: http://banisterfiend.wordpress.com
%define mod_name method_source
%define mod_full_name %{mod_name}-%{version}
Source: %{mod_full_name}.gem
BuildRequires: rubygems_with_buildroot_patch
Provides: %{name}-0 = %{version}
Provides: %{name}-0_8 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%rubygems_requires
BuildRequires: ruby-macros >= 1
Url: http://banisterfiend.wordpress.com
Source: %{mod_full_name}.gem
Summary: retrieve the sourcecode for a method
License: MIT
Group: Development/Languages/Ruby
%description
retrieve the sourcecode for a method
@@ -53,9 +51,14 @@ Requires: %{name} = %{version}
Test::Unit or RSpec files, useful for developers.
%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 %{SOURCE0}
%gem_install -f
%files
%defattr(-,root,root,-)