From 03e8cec9fef6cb11dbfb52bfb4fd422c9018830b Mon Sep 17 00:00:00 2001
From: Jun Aruga <jaruga@redhat.com>
Date: Thu, 21 Apr 2022 16:52:48 +0200
Subject: [PATCH] Drop `Q=` in make options.

Because the `%make_build` macro includes the `V=1`. Note there is no actual
difference of build.log between before and after this commit.

```
$ rpm --eval %make_build
/usr/bin/make -O -j8 V=1 VERBOSE=1
```
---
 ruby.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ruby.spec b/ruby.spec
index f5d028d..a194ec2 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -672,7 +672,7 @@ autoconf
 
 # Q= makes the build output more verbose and allows to check Fedora
 # compiler options.
-%make_build COPY="cp -p" Q=
+%make_build COPY="cp -p"
 
 %install
 rm -rf %{buildroot}