Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52854dbbb7 |
1 changed files with 5 additions and 7 deletions
|
|
@ -5,7 +5,7 @@
|
|||
Summary: Mock object library for ruby
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 2.0.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Group: Development/Languages
|
||||
License: Copyright only
|
||||
URL: http://flexmock.rubyforge.org
|
||||
|
|
@ -17,14 +17,12 @@ Source2: flexmock-create-missing-test-files.sh
|
|||
Requires: ruby(release)
|
||||
BuildRequires: ruby(release)
|
||||
BuildRequires: rubygems-devel
|
||||
BuildRequires: rubygem(minitest) >= 5
|
||||
BuildRequires: rubygem(minitest5)
|
||||
BuildRequires: rubygem(test-unit)
|
||||
Requires: ruby(rubygems)
|
||||
Provides: rubygem(%{gem_name}) = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
%if 0%{?fedora} >= 17
|
||||
Obsoletes: ruby-%{gem_name} < 0.9.0-3
|
||||
%endif
|
||||
|
||||
%description
|
||||
FlexMock is a simple, but flexible, mock object library for Ruby unit
|
||||
|
|
@ -84,22 +82,22 @@ popd
|
|||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{gem_instdir}
|
||||
%doc %{gem_instdir}/[A-Z]*
|
||||
|
||||
%{gem_libdir}
|
||||
%{gem_instdir}/rakelib/
|
||||
%exclude %{gem_cache}
|
||||
%{gem_spec}
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%{gem_instdir}/todo.txt
|
||||
%{gem_instdir}/doc/
|
||||
%{gem_docdir}/
|
||||
|
||||
%changelog
|
||||
* Fri Feb 05 2016 Greg Hellings <greg.hellings@gmail.com> - 2.0.4-3
|
||||
- Updated for EPEL7
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue