fix build fail

This commit is contained in:
GYN 2020-09-08 15:46:18 +08:00
parent 341be8704a
commit 322c741205

View File

@ -1,7 +1,7 @@
%global gem_name mail %global gem_name mail
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 2.6.4 Version: 2.6.4
Release: 1 Release: 2
Summary: Mail provides a nice Ruby DSL for making, sending and reading emails Summary: Mail provides a nice Ruby DSL for making, sending and reading emails
License: MIT License: MIT
URL: https://github.com/mikel/mail URL: https://github.com/mikel/mail
@ -26,7 +26,7 @@ Documentation for %{name}.
%prep %prep
%setup -q -c -T %setup -q -c -T
ln -s %{gem_name}-%{version}/spec spec ln -s %{_builddir}/%{gem_name}-%{version}/spec ../spec
%gem_install -n %{SOURCE0} %gem_install -n %{SOURCE0}
pushd .%{gem_instdir} pushd .%{gem_instdir}
%patch0 -p1 %patch0 -p1
@ -64,5 +64,8 @@ popd
%doc %{gem_instdir}/TODO.rdoc %doc %{gem_instdir}/TODO.rdoc
%changelog %changelog
* Tue Sep 8 2020 geyanan <geyanan2@huawei.com> - 2.6.4-2
- fix build fail
* Wed Aug 19 2020 geyanan <geyanan2@huawei.com> - 2.6.4-1 * Wed Aug 19 2020 geyanan <geyanan2@huawei.com> - 2.6.4-1
- package init - package init