Update to Chronic 0.9.1.

f38
Vít Ondruch 12 years ago
parent 67c38d0284
commit 63f0d03184

1
.gitignore vendored

@ -1,2 +1,3 @@
chronic-0.2.3.gem
/chronic-0.6.6.gem
/chronic-0.9.1.gem

@ -4,12 +4,12 @@
Summary: A natural language date parser
Name: rubygem-%{gem_name}
Version: 0.6.6
Release: 4%{?dist}
Version: 0.9.1
Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://chronic.rubyforge.org/
Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem
Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
Requires: ruby(release)
Requires: ruby(rubygems)
@ -36,9 +36,7 @@ Chronic is a natural language date/time parser written in pure Ruby.
%build
%install
mkdir -p %{buildroot}%{gem_dir}
%gem_install -n %{SOURCE0}
%gem_install -n %{SOURCE0} -d %{buildroot}%{gem_dir}
%check
pushd %{buildroot}%{gem_instdir}
@ -47,14 +45,12 @@ popd
%files
%exclude %{gem_instdir}/.gemtest
%exclude %{gem_instdir}/.gitignore
%exclude %{gem_instdir}/.yardopts
%exclude %{gem_instdir}/.*
%exclude %{gem_instdir}/%{gem_name}.gemspec
%dir %{gem_instdir}
%{gem_libdir}
%doc %{gem_instdir}/LICENSE
%{gem_cache}
%exclude %{gem_cache}
%{gem_spec}
%files doc
@ -65,8 +61,9 @@ popd
%{gem_instdir}/test
%changelog
* Fri Mar 08 2013 Vít Ondruch <vondruch@redhat.com> - 0.6.6-4
* Fri Mar 08 2013 Vít Ondruch <vondruch@redhat.com> - 0.9.1-1
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
- Update to Chronic 0.9.1.
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

@ -1 +1 @@
e233f017c512f185990050a4bea6c5ed chronic-0.6.6.gem
8430ab13eb0d0aa2d82faf98e6eca3e6 chronic-0.9.1.gem

Loading…
Cancel
Save