Upgrade to 6.1.4.1
(cherry picked from commit 8e35c7bb6f9b1c2479c7a2f7c8ae43197377aef2)
This commit is contained in:
parent
237f62e3d9
commit
14923e204a
Binary file not shown.
BIN
actionmailer-6.1.4.1-tests.txz
Normal file
BIN
actionmailer-6.1.4.1-tests.txz
Normal file
Binary file not shown.
BIN
actionmailer-6.1.4.1.gem
Normal file
BIN
actionmailer-6.1.4.1.gem
Normal file
Binary file not shown.
BIN
rails-6.1.4.1-tools.txz
Normal file
BIN
rails-6.1.4.1-tools.txz
Normal file
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
|||||||
BIN
v5.2.4.4.tar.gz
BIN
v5.2.4.4.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user