Compare commits
10 Commits
4ebc86c9cc
...
684bdae886
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
684bdae886 | ||
|
|
83e80c9033 | ||
|
|
71f05c8b79 | ||
|
|
8e35c7bb6f | ||
|
|
9968c06e2a | ||
|
|
8529c65361 | ||
|
|
c05f235e21 | ||
|
|
d178121b95 | ||
|
|
04b028c7bf | ||
|
|
9ab59e00f0 |
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.
75
rubygem-actionmailer.spec
Normal file
75
rubygem-actionmailer.spec
Normal file
@ -0,0 +1,75 @@
|
||||
%global gem_name actionmailer
|
||||
|
||||
Name: rubygem-%{gem_name}
|
||||
Epoch: 1
|
||||
Version: 6.1.4.1
|
||||
Release: 1
|
||||
Summary: Email composition and delivery framework (part of Rails)
|
||||
License: MIT
|
||||
URL: https://rubyonrails.org
|
||||
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
||||
Source1: actionmailer-%{version}-tests.txz
|
||||
Source2: rails-%{version}-tools.txz
|
||||
|
||||
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
|
||||
Email on Rails. Compose, deliver, and test emails using the familiar
|
||||
controller/view pattern. First-class support for multipart email and
|
||||
attachments.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for %{name}
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
Documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{gem_name}-%{version}%{?prerelease} -b1 -b2
|
||||
|
||||
%build
|
||||
gem build ../%{gem_name}-%{version}%{?prerelease}.gemspec
|
||||
%gem_install
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{gem_dir}
|
||||
cp -a .%{gem_dir}/* \
|
||||
%{buildroot}%{gem_dir}/
|
||||
|
||||
%check
|
||||
pushd .%{gem_instdir}
|
||||
ln -s %{_builddir}/tools ..
|
||||
mv %{_builddir}/test .
|
||||
|
||||
ruby -Ilib:test -e 'Dir.glob "./test/**/*_test.rb", &method(:require)'
|
||||
popd
|
||||
|
||||
%files
|
||||
%dir %{gem_instdir}
|
||||
%license %{gem_instdir}/MIT-LICENSE
|
||||
%{gem_libdir}
|
||||
%exclude %{gem_cache}
|
||||
%{gem_spec}
|
||||
|
||||
%files doc
|
||||
%doc %{gem_docdir}
|
||||
%doc %{gem_instdir}/CHANGELOG.md
|
||||
%doc %{gem_instdir}/README.rdoc
|
||||
|
||||
%changelog
|
||||
* Wed 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
|
||||
- Upgrade to 5.2.4.4
|
||||
|
||||
* Sat Aug 8 2020 chengzihan <chengzihan2@huawei.com> - 5.2.3-1
|
||||
- Package init
|
||||
4
rubygem-actionmailer.yaml
Normal file
4
rubygem-actionmailer.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: rails/rails
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user