From 322c7412053144b6e332c8aad96563559d08b144 Mon Sep 17 00:00:00 2001 From: GYN Date: Tue, 8 Sep 2020 15:46:18 +0800 Subject: [PATCH] fix build fail --- rubygem-mail.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-mail.spec b/rubygem-mail.spec index 00103df..750602f 100644 --- a/rubygem-mail.spec +++ b/rubygem-mail.spec @@ -1,7 +1,7 @@ %global gem_name mail Name: rubygem-%{gem_name} Version: 2.6.4 -Release: 1 +Release: 2 Summary: Mail provides a nice Ruby DSL for making, sending and reading emails License: MIT URL: https://github.com/mikel/mail @@ -26,7 +26,7 @@ Documentation for %{name}. %prep %setup -q -c -T -ln -s %{gem_name}-%{version}/spec spec +ln -s %{_builddir}/%{gem_name}-%{version}/spec ../spec %gem_install -n %{SOURCE0} pushd .%{gem_instdir} %patch0 -p1 @@ -64,5 +64,8 @@ popd %doc %{gem_instdir}/TODO.rdoc %changelog +* Tue Sep 8 2020 geyanan - 2.6.4-2 +- fix build fail + * Wed Aug 19 2020 geyanan - 2.6.4-1 - package init