!2 package init

Merge pull request !2 from GYN/master
This commit is contained in:
openeuler-ci-bot 2020-09-08 15:58:01 +08:00 committed by Gitee
commit 6e68f6676d

View File

@ -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 <geyanan2@huawei.com> - 2.6.4-2
- fix build fail
* Wed Aug 19 2020 geyanan <geyanan2@huawei.com> - 2.6.4-1
- package init