|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
Summary: Delorean lets you travel in time with Ruby by mocking Time.now
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://github.com/bebanjo/delorean
|
|
|
|
@ -14,7 +14,7 @@ Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
|
# git checkout v1.2.0
|
|
|
|
|
# tar -czf rubygem-delorean-spec.tgz spec/
|
|
|
|
|
Source1: %{name}-spec.tgz
|
|
|
|
|
Requires: ruby(abi) = 1.8
|
|
|
|
|
Requires: ruby(abi) = 1.9.1
|
|
|
|
|
Requires: ruby(rubygems)
|
|
|
|
|
Requires: rubygem(chronic)
|
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
@ -70,6 +70,9 @@ popd
|
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 01 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1.2.0-5
|
|
|
|
|
- Properly set ruby(abi) = 1.9.1.
|
|
|
|
|
|
|
|
|
|
* Wed Feb 01 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1.2.0-4
|
|
|
|
|
- Rebuilt for Ruby 1.9.3.
|
|
|
|
|
|
|
|
|
|