Corrected ruby(abi) require
This commit is contained in:
parent
381c52ba80
commit
13755c690a
@ -5,17 +5,16 @@
|
||||
Summary: Framework-agnostic way to render logic-free views
|
||||
Name: rubygem-%{gemname}
|
||||
Version: 0.11.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Group: Development/Languages
|
||||
License: MIT
|
||||
URL: http://github.com/defunkt/mustache
|
||||
Source0: http://rubygems.org/downloads/%{gemname}-%{version}.gem
|
||||
Requires: rubygem(abi) = 1.8
|
||||
Requires: ruby(abi) = 1.8
|
||||
Requires: rubygems
|
||||
Requires: rubygem(sinatra)
|
||||
BuildRequires: rubygems
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(rake)
|
||||
BuildArch: noarch
|
||||
Provides: rubygem(%{gemname}) = %{version}
|
||||
|
||||
@ -74,6 +73,9 @@ rm -rf %{buildroot}
|
||||
%{geminstdir}/test
|
||||
|
||||
%changelog
|
||||
* Wed Nov 10 2010 Jozef Zigmund <jzigmund@redhat.com> - 0.11.2-4
|
||||
- Corrected ruby(abi) require
|
||||
|
||||
* Mon Nov 8 2010 Jozef Zigmund <jzigmund@redhat.com> - 0.11.2-3
|
||||
- Added README.md, LICENSE with macro doc
|
||||
- Replaced macro {gemdir}/gems/{gemname}-{version}/ by macro dir {geminstdir}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user