SPECS/rubygem-activesupport/rubygem-activesupport.spec
20b3f4f6
 %global debug_package %{nil}
 %global gemdir %(IFS=: R=($(gem env gempath)); echo ${R[${#R[@]}-1]})
 %global gem_name activesupport
 
 Name: rubygem-activesupport
92dee867
 Version:        5.2.1
20b3f4f6
 Release:        1%{?dist}
 Summary:        Support libaries for Rails framework.
 Group:          Development/Languages
 License:        MIT
 URL:            https://rubygems.org/gems/activesupport/versions/%{version}
 Source0:        https://rubygems.org/downloads/activesupport-%{version}.gem
92dee867
 %define sha1    activesupport=8ddcbf455baa1f8fbf1ce94d075d45ab67fd3cda
20b3f4f6
 BuildRequires:  ruby
 
 %description
 A toolkit of support libraries and Ruby core extensions extracted from the
 Rails framework. Rich support for multibyte strings, internationalization,
 time zones, and testing.
 
 %prep
 %setup -q -c -T
 
 %build
 
 %install
 gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
 
 %files
 %defattr(-,root,root,-)
 %{gemdir}
 
 %changelog
92dee867
 *   Tue Sep 11 2018 srinidhira0 <srinidhir@vmware.com> 5.2.1-1
 -   Update to version 5.2.1
20b3f4f6
 *   Fri Aug 25 2017 Kumar Kaushik <kaushikk@vmware.com> 5.0.0.1-1
 -   Initial build