forked from pool/rrdtool
Accepting request 213482 from openSUSE:Factory:Staging:Ruby21
- fix build for ruby 2.1 OBS-URL: https://build.opensuse.org/request/show/213482 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/rrdtool?expand=0&rev=52
This commit is contained in:
parent
7e54bc91d7
commit
77185da65b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 13:21:12 UTC 2014 - jreidinger@suse.com
|
||||
|
||||
- fix build for ruby 2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 11:33:36 UTC 2013 - vdziewiecki@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rrdtool
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 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
|
||||
@ -106,7 +106,7 @@ This package contains the Lua bindings
|
||||
%package -n ruby-rrdtool
|
||||
Summary: Ruby bindings for rrdtool
|
||||
Group: Productivity/Scientific/Math
|
||||
Requires: ruby
|
||||
Requires: ruby >= %{rb_ver}
|
||||
|
||||
%description -n ruby-rrdtool
|
||||
A tool to log and analyze data gathered from all kinds of data sources.
|
||||
@ -224,6 +224,7 @@ popd
|
||||
find "%{buildroot}" -type f -name '*.la' -exec %__rm {} \;
|
||||
# install ruby bindings
|
||||
pushd bindings/ruby
|
||||
mkdir -p %{buildroot}/%{rb_sitearchdir}
|
||||
make DESTDIR=%{buildroot} install
|
||||
popd
|
||||
# documentation
|
||||
|
Loading…
Reference in New Issue
Block a user