|
|
|
@ -5,14 +5,12 @@
|
|
|
|
|
|
|
|
|
|
Summary: Daylight-savings aware timezone library
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Version: 0.3.35
|
|
|
|
|
Version: 0.3.37
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://tzinfo.rubyforge.org/
|
|
|
|
|
Source0: %{download_path}%{gem_name}-%{version}.gem
|
|
|
|
|
# Upstream r387
|
|
|
|
|
Patch0: rubygem-tzinfo-0.3.35-Fix-TimezoneTransitionInfo-eql.patch
|
|
|
|
|
Requires: ruby(release)
|
|
|
|
|
Requires: ruby(rubygems)
|
|
|
|
|
Requires: ruby
|
|
|
|
@ -40,10 +38,6 @@ This package contains documentation for %{name}.
|
|
|
|
|
%setup -q -c -T
|
|
|
|
|
%gem_install -n %{SOURCE0}
|
|
|
|
|
|
|
|
|
|
pushd .%{gem_instdir}
|
|
|
|
|
%patch0
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -74,6 +68,9 @@ popd
|
|
|
|
|
%{gem_docdir}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 24 2013 Josef Stribny <jstribny@redhat.com> - 0.3.37-1
|
|
|
|
|
- Update to tzinfo 0.3.37.
|
|
|
|
|
|
|
|
|
|
* Mon Feb 25 2013 Vít Ondruch <vondruch@redhat.com> - 0.3.35-1
|
|
|
|
|
- Update to tzinfo 0.3.35.
|
|
|
|
|
|
|
|
|
|