[rubygem-tzinfo] - Fix Comment 3 #668098. https://bugzilla.redhat.com/show_bug.cgi?id=668098#c3

minn minn at fedoraproject.org
Wed Jan 26 16:44:21 UTC 2011


commit fb010656d82b776048906c4d4bb25f0d6950fdee
Author: minn <Minnikhanov at gmail.com>
Date:   Wed Jan 26 19:39:11 2011 +0300

    - Fix Comment 3 #668098. https://bugzilla.redhat.com/show_bug.cgi?id=668098#c3
    
    v. 0.3.24-2

 .gitignore          |    3 ++
 rubygem-tzinfo.spec |   74 +++++++++++++++++++++++++++++++++++++++++++++++++++
 tzinfo-0.3.24.gem   |  Bin 0 -> 308224 bytes
 3 files changed, 77 insertions(+), 0 deletions(-)
---
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  <Minnikhanov at gmail.com> - 0.3.24-2
+- Fix Comment 3 #668098. https://bugzilla.redhat.com/show_bug.cgi?id=668098#c3 
+
+* Tue Jan 18 2011  <Minnikhanov at gmail.com> - 0.3.24-1
+- Updated mail to latest upstream release
+
+* Sat Jan 08 2011  <Minnikhanov at gmail.com> - 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


More information about the scm-commits mailing list