Update to tzinfo 0.3.30.

epel9
Vít Ondruch 13 years ago
parent 48793ea8a9
commit 42d5057488

1
.gitignore vendored

@ -3,3 +3,4 @@ clog
/tzinfo-0.3.26.gem /tzinfo-0.3.26.gem
/rubygem-tzinfo.spec /rubygem-tzinfo.spec
/tzinfo-0.3.30.gem

@ -1,22 +1,25 @@
# Generated from tzinfo-0.3.26.gem by gem2rpm -*- rpm-spec -*- # Generated from tzinfo-0.3.26.gem by gem2rpm -*- rpm-spec -*-
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%global gemname tzinfo %global gemname tzinfo
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%global geminstdir %{gemdir}/gems/%{gemname}-%{version} %global geminstdir %{gemdir}/gems/%{gemname}-%{version}
%global download_path http://rubygems.org/downloads/ %global download_path http://rubygems.org/downloads/
%global rubyabi 1.8 %global rubyabi 1.8
Summary: Daylight-savings aware timezone library Summary: Daylight-savings aware timezone library
Name: rubygem-%{gemname} Name: rubygem-%{gemname}
Version: 0.3.26 Version: 0.3.30
Release: 1%{?dist} Release: 1%{?dist}
Group: Development/Languages Group: Development/Languages
License: MIT License: MIT
URL: http://tzinfo.rubyforge.org/ URL: http://tzinfo.rubyforge.org/
Source0: %{download_path}%{gemname}-%{version}.gem Source0: %{download_path}%{gemname}-%{version}.gem
Requires: ruby(abi) = %{rubyabi} Requires: ruby(abi) = %{rubyabi}
Requires: rubygems Requires: ruby(rubygems)
BuildRequires: rubygems Requires: ruby
BuildRequires: ruby(rubygems)
BuildRequires: ruby(abi) = %{rubyabi} BuildRequires: ruby(abi) = %{rubyabi}
BuildRequires: ruby
BuildArch: noarch BuildArch: noarch
Provides: rubygem(%{gemname}) = %{version} Provides: rubygem(%{gemname}) = %{version}
@ -28,38 +31,47 @@ daylight savings aware transformations between times in different time zones.
Summary: Documentation for %{name} Summary: Documentation for %{name}
Group: Documentation Group: Documentation
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
BuildArch: noarch
%description doc %description doc
This package contains documentation for %{name}. This package contains documentation for %{name}.
%prep %prep
%setup -q -c -T
mkdir -p .%{gemdir}
gem install --local --install-dir .%{gemdir} \
--force %{SOURCE0}
%build %build
%install %install
%{__mkdir_p} %{buildroot}%{gemdir} mkdir -p %{buildroot}%{gemdir}
gem install --local --install-dir %{buildroot}%{gemdir} \ cp -a .%{gemdir}/* \
--force --rdoc %{SOURCE0} %{buildroot}%{gemdir}/
%{__rm} -Rf %{buildroot}/%{geminstdir}/.yardoc
%check
pushd .%{geminstdir}
testrb test/ts_all.rb
popd
%files %files
%defattr(-, root, root, -)
%dir %{geminstdir} %dir %{geminstdir}
%doc %{geminstdir}/LICENSE
%{geminstdir}/lib %{geminstdir}/lib
%{gemdir}/cache/%{gemname}-%{version}.gem %{gemdir}/cache/%{gemname}-%{version}.gem
%{gemdir}/specifications/%{gemname}-%{version}.gemspec %{gemdir}/specifications/%{gemname}-%{version}.gemspec
%doc %{geminstdir}/CHANGES
%doc %{geminstdir}/LICENSE
%doc %{geminstdir}/Rakefile
%doc %{geminstdir}/README
%files doc %files doc
%defattr(-, root, root, -) %doc %{geminstdir}/CHANGES
%{gemdir}/doc/%{gemname}-%{version} %doc %{geminstdir}/README
%{geminstdir}/README %{geminstdir}/Rakefile
%{geminstdir}/CHANGES
%{geminstdir}/test %{geminstdir}/test
%{gemdir}/doc/%{gemname}-%{version}
%changelog %changelog
* Thu Oct 06 2011 Vít Ondruch <vondruch@redhat.com> - 0.3.30-1
- Update to tzinfo 0.3.30.
* Sun Apr 10 2011 <Minnikhanov@gmail.com> - 0.3.26-1 * Sun Apr 10 2011 <Minnikhanov@gmail.com> - 0.3.26-1
- Updated mail to latest upstream release (v.0.3.26 2011-04-01) - Updated mail to latest upstream release (v.0.3.26 2011-04-01)

@ -1 +1 @@
450c9c921e10f9bd5fd4cd6d9bb21f75 tzinfo-0.3.26.gem 7d0455624483bcab7de56cfd33549685 tzinfo-0.3.30.gem

Binary file not shown.
Loading…
Cancel
Save