forked from pool/rrdtool
Accepting request 213686 from devel:languages:python
- don't require ruby, the package but the right version of the abi (forwarded request 213667 from coolo) OBS-URL: https://build.opensuse.org/request/show/213686 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rrdtool?expand=0&rev=53
This commit is contained in:
commit
3867eeaa3f
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 08:42:10 UTC 2014 - coolo@suse.com
|
||||
|
||||
- don't require ruby, the package but the right version of the abi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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(abi) >= %{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