|
|
@ -2,8 +2,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Version: 5.0.0
|
|
|
|
Version: 5.0.0.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?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
|
|
|
@ -14,7 +14,7 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
# Rails rpms, you may check it out like so
|
|
|
|
# Rails rpms, you may check it out like so
|
|
|
|
# git clone http://github.com/rails/rails.git
|
|
|
|
# git clone http://github.com/rails/rails.git
|
|
|
|
# cd rails/activesupport/
|
|
|
|
# cd rails/activesupport/
|
|
|
|
# git checkout v5.0.0 && tar czvf activesupport-5.0.0-tests.tgz test/
|
|
|
|
# git checkout v5.0.0.1 && tar czvf activesupport-5.0.0.1-tests.tgz test/
|
|
|
|
Source1: %{gem_name}-%{version}-tests.tgz
|
|
|
|
Source1: %{gem_name}-%{version}-tests.tgz
|
|
|
|
|
|
|
|
|
|
|
|
# Allow the test suite to be run out of Rails git repo layout
|
|
|
|
# Allow the test suite to be run out of Rails git repo layout
|
|
|
@ -106,6 +106,9 @@ popd
|
|
|
|
%doc %{gem_instdir}/README.rdoc
|
|
|
|
%doc %{gem_instdir}/README.rdoc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Aug 15 2016 Pavel Valena <pvalena@redhat.com> - 1:5.0.0.1-1
|
|
|
|
|
|
|
|
- Update to Activesupport 5.0.0.1
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 27 2016 Vít Ondruch <vondruch@redhat.com> - 1:5.0.0-2
|
|
|
|
* Wed Jul 27 2016 Vít Ondruch <vondruch@redhat.com> - 1:5.0.0-2
|
|
|
|
- Fix missing epoch in -doc subpackage.
|
|
|
|
- Fix missing epoch in -doc subpackage.
|
|
|
|
|
|
|
|
|
|
|
|