]> git.pld-linux.org Git - packages/ruby.git/commitdiff
ruby-devel R: gmp-devel auto/th/ruby-2.3.5-4
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 26 Oct 2017 18:40:54 +0000 (21:40 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 26 Oct 2017 18:41:50 +0000 (21:41 +0300)
to avoid ext build requring it (not ext direct dep)

/usr/libx32/pkgconfig/ruby-2.3.pc:LIBS=-lpthread -lgmp -ldl -lcrypt -lm

ruby.spec

index 1084a9a64a0f03868ea78ab9f2261bf474283357..09fddd8023ecd5499dd89f5bd2bcf668197359e7 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -11,7 +11,7 @@
 %bcond_with    bootstrap       # build bootstrap version
 %bcond_with    tests           # build without tests
 
-%define                rel             3
+%define                rel             4
 %define                ruby_version    2.3
 %define                patchlevel      5
 %define                pkg_version     %{ruby_version}.%{patchlevel}
@@ -208,6 +208,7 @@ Group:              Development/Languages
 Requires:      %{name}-modules = %{epoch}:%{version}-%{release}
 Requires:      gcc
 Requires:      glibc-devel
+Requires:      gmp-devel
 Requires:      pkgconfig
 
 %description devel
This page took 0.118266 seconds and 4 git commands to generate.