|
|
@ -3,18 +3,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Mocking and stubbing library
|
|
|
|
Summary: Mocking and stubbing library
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 0.11.0
|
|
|
|
Version: 0.12.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: MIT and Ruby
|
|
|
|
License: MIT and Ruby
|
|
|
|
URL: http://mocha.rubyforge.org
|
|
|
|
URL: http://mocha.rubyforge.org
|
|
|
|
Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
Requires: ruby(abi) = 1.9.1
|
|
|
|
Requires: ruby(abi) = 1.9.1
|
|
|
|
Requires: ruby(rubygems)
|
|
|
|
Requires: ruby(rubygems)
|
|
|
|
Requires: ruby
|
|
|
|
|
|
|
|
Requires: rubygem(metaclass)
|
|
|
|
Requires: rubygem(metaclass)
|
|
|
|
BuildRequires: ruby(abi) = 1.9.1
|
|
|
|
BuildRequires: ruby(abi) = 1.9.1
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildRequires: ruby
|
|
|
|
BuildRequires: ruby
|
|
|
|
BuildRequires: rubygem(metaclass)
|
|
|
|
BuildRequires: rubygem(metaclass)
|
|
|
|
BuildRequires: rubygem(introspection)
|
|
|
|
BuildRequires: rubygem(introspection)
|
|
|
@ -66,15 +65,18 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%files doc
|
|
|
|
%{gem_instdir}/Gemfile*
|
|
|
|
%{gem_instdir}/Gemfile*
|
|
|
|
%{gem_docdir}
|
|
|
|
%doc %{gem_docdir}
|
|
|
|
%{gem_instdir}/Rakefile
|
|
|
|
%{gem_instdir}/Rakefile
|
|
|
|
%doc %{gem_instdir}/doc/
|
|
|
|
%{gem_instdir}/build-matrix.rb
|
|
|
|
%{gem_instdir}/examples/
|
|
|
|
%{gem_instdir}/examples/
|
|
|
|
%{gem_instdir}/gemfiles/
|
|
|
|
%{gem_instdir}/gemfiles/
|
|
|
|
%{gem_instdir}/test/
|
|
|
|
%{gem_instdir}/test/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 23 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 0.12.1-1
|
|
|
|
|
|
|
|
- Update to Mocha 0.12.1, as this version is needed by ActionPack 3.2.6 tests.
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.0-2
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|