commit
2966188bd1
BIN
activejob-5.2.3.gem
Normal file
BIN
activejob-5.2.3.gem
Normal file
Binary file not shown.
60
rubygem-activejob.spec
Normal file
60
rubygem-activejob.spec
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
%global gem_name activejob
|
||||||
|
Name: rubygem-%{gem_name}
|
||||||
|
Version: 5.2.3
|
||||||
|
Release: 1
|
||||||
|
Summary: Job framework with pluggable queues
|
||||||
|
License: MIT
|
||||||
|
URL: http://rubyonrails.org
|
||||||
|
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
||||||
|
Source1: https://github.com/rails/rails/archive/v5.2.3.tar.gz
|
||||||
|
BuildRequires: ruby(release) rubygems-devel ruby >= 2.2.2 rubygem(activesupport) = %{version}
|
||||||
|
BuildRequires: rubygem(globalid)
|
||||||
|
BuildArch: noarch
|
||||||
|
%description
|
||||||
|
Declare job classes that can be run by a variety of queueing backends.
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
Summary: Documentation for %{name}
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
BuildArch: noarch
|
||||||
|
%description doc
|
||||||
|
Documentation for %{name}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{gem_name}-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
gem build ../%{gem_name}-%{version}.gemspec
|
||||||
|
%gem_install
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p %{buildroot}%{gem_dir}
|
||||||
|
cp -a .%{gem_dir}/* \
|
||||||
|
%{buildroot}%{gem_dir}/
|
||||||
|
|
||||||
|
%check
|
||||||
|
pushd .%{gem_instdir}
|
||||||
|
tar xzvf %{SOURCE1}
|
||||||
|
cd rails-%{version}/%{gem_name}
|
||||||
|
ADAPTERS='async inline test'
|
||||||
|
for ADAPTER in ${ADAPTERS}; do
|
||||||
|
AJ_ADAPTER=${ADAPTER} ruby -Ilib:test \
|
||||||
|
-e 'Dir.glob "./test/cases/**/*_test.rb", &method(:require)'
|
||||||
|
done
|
||||||
|
popd
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license %{gem_instdir}/MIT-LICENSE
|
||||||
|
%dir %{gem_instdir}
|
||||||
|
%{gem_libdir}
|
||||||
|
%exclude %{gem_cache}
|
||||||
|
%{gem_spec}
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%doc %{gem_docdir}
|
||||||
|
%doc %{gem_instdir}/CHANGELOG.md
|
||||||
|
%doc %{gem_instdir}/README.md
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Aug 8 2020 chengzihan <chengzihan2@huawei.com> - 5.2.3-1
|
||||||
|
- Package init
|
||||||
4
rubygem-activejob.yaml
Normal file
4
rubygem-activejob.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: rails/rails
|
||||||
|
tag_prefix: "v"
|
||||||
|
seperator: "."
|
||||||
BIN
v5.2.3.tar.gz
Normal file
BIN
v5.2.3.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user