diff --git a/.gitignore b/.gitignore index e69de29..d0ffa2f 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +clog +.gitignore + diff --git a/rubygem-tzinfo.spec b/rubygem-tzinfo.spec new file mode 100644 index 0000000..62dcbbb --- /dev/null +++ b/rubygem-tzinfo.spec @@ -0,0 +1,74 @@ +# Generated from tzinfo-0.3.24.gem by gem2rpm -*- rpm-spec -*- +%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null) +%global gemname tzinfo +%global geminstdir %{gemdir}/gems/%{gemname}-%{version} +%global download_path http://rubygems.org/downloads/ +%global rubyabi 1.8 + +Summary: Daylight-savings aware timezone library +Name: rubygem-%{gemname} +Version: 0.3.24 +Release: 2%{?dist} +Group: Development/Languages +License: MIT +URL: http://tzinfo.rubyforge.org/ +Source0: %{download_path}%{gemname}-%{version}.gem +Requires: ruby(abi) = %{rubyabi} +Requires: rubygems +BuildRequires: rubygems +BuildRequires: ruby(abi) = %{rubyabi} +BuildRequires: rubygem(rake) +BuildArch: noarch +Provides: rubygem(%{gemname}) = %{version} + +%description +TZInfo is a Ruby library that uses the standard tz (Olson) database to provide +daylight savings aware transformations between times in different time zones. + +%package doc +Summary: Documentation for %{name} +Group: Documentation +Requires: %{name} = %{version}-%{release} +%description doc +This package contains documentation for %{name}. + +%prep + +%build + +%install +%{__mkdir_p} %{buildroot}%{gemdir} +gem install --local --install-dir %{buildroot}%{gemdir} \ + --force --rdoc %{SOURCE0} +%{__rm} -Rf %{buildroot}/%{geminstdir}/.yardoc + +%check +pushd %{buildroot}%{geminstdir} +rake test + +%files +%defattr(-, root, root, -) +%dir %{geminstdir} +%{geminstdir}/lib +%{gemdir}/cache/%{gemname}-%{version}.gem +%{gemdir}/specifications/%{gemname}-%{version}.gemspec +%doc %{geminstdir}/LICENSE +%doc %{geminstdir}/README + +%files doc +%defattr(-, root, root, -) +%{gemdir}/doc/%{gemname}-%{version} +%{geminstdir}/CHANGES +%{geminstdir}/test +%{geminstdir}/Rakefile + +%changelog +* Tue Jan 25 2011 - 0.3.24-2 +- Fix Comment 3 #668098. https://bugzilla.redhat.com/show_bug.cgi?id=668098#c3 + +* Tue Jan 18 2011 - 0.3.24-1 +- Updated mail to latest upstream release + +* Sat Jan 08 2011 - 0.3.23-1 +- Initial package + diff --git a/tzinfo-0.3.24.gem b/tzinfo-0.3.24.gem new file mode 100644 index 0000000..cddc9a3 Binary files /dev/null and b/tzinfo-0.3.24.gem differ