!12 [sync] PR-11: Upgrade to 6.1.4.1

From: @openeuler-sync-bot 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-03-31 01:31:10 +00:00 committed by Gitee
commit ac9bce7830
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
6 changed files with 36 additions and 22 deletions

Binary file not shown.

Binary file not shown.

BIN
actionmailer-6.1.4.1.gem Normal file

Binary file not shown.

BIN
rails-6.1.4.1-tools.txz Normal file

Binary file not shown.

View File

@ -1,33 +1,43 @@
%global gem_name actionmailer %global gem_name actionmailer
Name: rubygem-%{gem_name}
Epoch: 1 Name: rubygem-%{gem_name}
Version: 5.2.4.4 Epoch: 1
Release: 1 Version: 6.1.4.1
Summary: Email composition, delivery, and receiving framework (part of Rails) Release: 1
License: MIT Summary: Email composition and delivery framework (part of Rails)
URL: http://rubyonrails.org License: MIT
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem URL: https://rubyonrails.org
Source1: https://github.com/rails/rails/archive/v5.2.4.4.tar.gz Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
BuildRequires: ruby(release) rubygems-devel ruby >= 2.2.2 rubygem(actionpack) = %{version} Source1: actionmailer-%{version}-tests.txz
BuildRequires: rubygem(activejob) = %{version} rubygem(mail) >= 2.5.4 Source2: rails-%{version}-tools.txz
BuildArch: noarch
BuildRequires: ruby(release)
BuildRequires: rubygems-devel
BuildRequires: ruby >= 2.2.2
BuildRequires: rubygem(actionpack) = %{version}
BuildRequires: rubygem(activejob) = %{version}
BuildRequires: rubygem(mail) >= 2.5.4
BuildArch: noarch
%description %description
Email on Rails. Compose, deliver, receive, and test emails using the familiar Email on Rails. Compose, deliver, and test emails using the familiar
controller/view pattern. First-class support for multipart email and controller/view pattern. First-class support for multipart email and
attachments. attachments.
%package doc %package doc
Summary: Documentation for %{name} Summary: Documentation for %{name}
Requires: %{name} = %{epoch}:%{version}-%{release} Requires: %{name} = %{epoch}:%{version}-%{release}
BuildArch: noarch BuildArch: noarch
%description doc
%description doc
Documentation for %{name}. Documentation for %{name}.
%prep %prep
%setup -q -c -T %setup -q -n %{gem_name}-%{version}%{?prerelease} -b1 -b2
%gem_install -n %{SOURCE0}
%build %build
gem build ../%{gem_name}-%{version}%{?prerelease}.gemspec
%gem_install
%install %install
mkdir -p %{buildroot}%{gem_dir} mkdir -p %{buildroot}%{gem_dir}
@ -36,8 +46,9 @@ cp -a .%{gem_dir}/* \
%check %check
pushd .%{gem_instdir} pushd .%{gem_instdir}
tar xzvf %{SOURCE1} ln -s %{_builddir}/tools ..
cd rails-%{version}/%{gem_name} mv %{_builddir}/test .
ruby -Ilib:test -e 'Dir.glob "./test/**/*_test.rb", &method(:require)' ruby -Ilib:test -e 'Dir.glob "./test/**/*_test.rb", &method(:require)'
popd popd
@ -54,6 +65,9 @@ popd
%doc %{gem_instdir}/README.rdoc %doc %{gem_instdir}/README.rdoc
%changelog %changelog
* Fri May 04 2022 wangkerong <wangkerong@h-partners.com> - 6.1.4.1-1
- Upgrade to 6.1.4.1
* Mon Feb 8 2021 sunguoshuai <sunguoshuai@huawei.com> - 5.2.4.4-1 * Mon Feb 8 2021 sunguoshuai <sunguoshuai@huawei.com> - 5.2.4.4-1
- Upgrade to 5.2.4.4 - Upgrade to 5.2.4.4

Binary file not shown.