|
|
@ -3,7 +3,7 @@
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Version: 5.1.3
|
|
|
|
Version: 5.1.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: A support libraries and Ruby core extensions extracted from the Rails framework
|
|
|
|
Summary: A support libraries and Ruby core extensions extracted from the Rails framework
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -17,9 +17,10 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
# git checkout v5.1.3 && tar czvf activesupport-5.1.3-tests.tgz test/
|
|
|
|
# git checkout v5.1.3 && tar czvf activesupport-5.1.3-tests.tgz test/
|
|
|
|
Source1: %{gem_name}-%{version}-tests.tgz
|
|
|
|
Source1: %{gem_name}-%{version}-tests.tgz
|
|
|
|
|
|
|
|
|
|
|
|
# ruby package has just soft dependency on rubygem(bigdecimal), while
|
|
|
|
# ruby package has just soft dependency on rubygem({bigdecimal,json}), while
|
|
|
|
# ActiveSupport always requires it.
|
|
|
|
# ActiveSupport always requires them.
|
|
|
|
Requires: rubygem(bigdecimal)
|
|
|
|
Requires: rubygem(bigdecimal)
|
|
|
|
|
|
|
|
Requires: rubygem(json)
|
|
|
|
|
|
|
|
|
|
|
|
# Let's keep Requires and BuildRequires sorted alphabeticaly
|
|
|
|
# Let's keep Requires and BuildRequires sorted alphabeticaly
|
|
|
|
BuildRequires: ruby(release)
|
|
|
|
BuildRequires: ruby(release)
|
|
|
@ -95,6 +96,9 @@ popd
|
|
|
|
%doc %{gem_instdir}/README.rdoc
|
|
|
|
%doc %{gem_instdir}/README.rdoc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Aug 22 2017 Vít Ondruch <vondruch@redhat.com> - 1:5.1.3-2
|
|
|
|
|
|
|
|
- Explicitly require rubygem(json).
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 08 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.3-1
|
|
|
|
* Tue Aug 08 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.3-1
|
|
|
|
- Update to Active Support 5.1.3.
|
|
|
|
- Update to Active Support 5.1.3.
|
|
|
|
|
|
|
|
|
|
|
|