Update to TZInfo 1.2.5.

epel9
Vít Ondruch 7 years ago
parent b8a18f99fb
commit 9e1aefbd38

1
.gitignore vendored

@ -10,3 +10,4 @@ clog
/tzinfo-0.3.37.gem /tzinfo-0.3.37.gem
/tzinfo-1.1.0.gem /tzinfo-1.1.0.gem
/tzinfo-1.2.2.gem /tzinfo-1.2.2.gem
/tzinfo-1.2.5.gem

@ -1,44 +1,38 @@
# Generated from tzinfo-0.3.26.gem by gem2rpm -*- rpm-spec -*- # Generated from tzinfo-0.3.26.gem by gem2rpm -*- rpm-spec -*-
%global gem_name tzinfo %global gem_name tzinfo
%global download_path http://rubygems.org/downloads/
Summary: Daylight-savings aware timezone library
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 1.2.2 Version: 1.2.5
Release: 6%{?dist} Release: 1%{?dist}
Group: Development/Languages Summary: Daylight savings aware timezone library
License: MIT License: MIT
URL: http://tzinfo.github.io/ URL: http://tzinfo.github.io
Source0: %{download_path}%{gem_name}-%{version}.gem Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
BuildRequires: rubygems-devel
BuildRequires: ruby(release) BuildRequires: ruby(release)
BuildRequires: rubygem(thread_safe) BuildRequires: rubygems-devel
BuildRequires: ruby BuildRequires: ruby
BuildRequires: rubygem(minitest) BuildRequires: rubygem(minitest)
BuildRequires: rubygem(thread_safe)
BuildArch: noarch BuildArch: noarch
%description %description
TZInfo is a Ruby library that uses the standard tz (Olson) database to provide TZInfo provides daylight savings aware transformations between times in
daylight savings aware transformations between times in different time zones. different time zones.
%package doc %package doc
Summary: Documentation for %{name} Summary: Documentation for %{name}
Group: Documentation
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
BuildArch: noarch BuildArch: noarch
%description doc %description doc
This package contains documentation for %{name}. Documentation for %{name}.
%prep %prep
gem unpack %{SOURCE0} %setup -q -n %{gem_name}-%{version}
%setup -q -D -T -n %{gem_name}-%{version}
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
%build %build
gem build %{gem_name}.gemspec gem build ../%{gem_name}-%{version}.gemspec
%gem_install %gem_install
%install %install
@ -46,6 +40,8 @@ mkdir -p %{buildroot}%{gem_dir}
cp -a .%{gem_dir}/* \ cp -a .%{gem_dir}/* \
%{buildroot}%{gem_dir}/ %{buildroot}%{gem_dir}/
%check %check
pushd .%{gem_instdir} pushd .%{gem_instdir}
ruby -Ilib -e "require './test/ts_all'" ruby -Ilib -e "require './test/ts_all'"
@ -54,21 +50,24 @@ popd
%files %files
%dir %{gem_instdir} %dir %{gem_instdir}
%doc %{gem_instdir}/LICENSE %exclude %{gem_instdir}/.yardopts
%license %{gem_instdir}/LICENSE
%{gem_libdir} %{gem_libdir}
%exclude %{gem_cache} %exclude %{gem_cache}
%exclude %{gem_instdir}/.yardopts
%{gem_spec} %{gem_spec}
%files doc %files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/CHANGES.md %doc %{gem_instdir}/CHANGES.md
%doc %{gem_instdir}/README.md %doc %{gem_instdir}/README.md
%{gem_instdir}/Rakefile %{gem_instdir}/Rakefile
%{gem_instdir}/test %{gem_instdir}/test
%{gem_instdir}/%{gem_name}.gemspec %{gem_instdir}/%{gem_name}.gemspec
%{gem_docdir}
%changelog %changelog
* Mon May 28 2018 Vít Ondruch <vondruch@redhat.com> - 1.2.5-1
- Update to TZInfo 1.2.5.
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-6 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
972fe2c6d57be47edb144c51340fd428 tzinfo-1.2.2.gem SHA512 (tzinfo-1.2.5.gem) = 87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45

Loading…
Cancel
Save