|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
Summary: An elegant, structured XHTML/XML templating engine
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Version: 4.0.5
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: MIT and WTFPL
|
|
|
|
|
URL: http://haml-lang.com/
|
|
|
|
@ -17,17 +17,13 @@ Patch0: 5017d332-Add-Haml-TestCase.patch
|
|
|
|
|
Requires: ruby(rubygems)
|
|
|
|
|
Requires: ruby(release)
|
|
|
|
|
Requires: rubygem(erubis)
|
|
|
|
|
Requires: rubygem(hpricot)
|
|
|
|
|
Requires: rubygem(ruby_parser)
|
|
|
|
|
Requires: rubygem(sass)
|
|
|
|
|
Requires: rubygem(tilt)
|
|
|
|
|
|
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
|
BuildRequires: rubygem(erubis)
|
|
|
|
|
BuildRequires: rubygem(hpricot)
|
|
|
|
|
BuildRequires: rubygem(minitest)
|
|
|
|
|
BuildRequires: rubygem(rails)
|
|
|
|
|
BuildRequires: rubygem(ruby_parser)
|
|
|
|
|
BuildRequires: rubygem(sass)
|
|
|
|
|
BuildRequires: rubygem(nokogiri)
|
|
|
|
|
|
|
|
|
@ -103,6 +99,9 @@ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
|
|
|
|
|
%{gem_instdir}/test
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 17 2014 Mo Morsi <mmorsi@redhat.com> - 4.0.5-4
|
|
|
|
|
- Remove old hpricot/ruby_parser (html2haml extracted to seperate gem)
|
|
|
|
|
|
|
|
|
|
* Thu Jun 12 2014 Mo Morsi <mmorsi@redhat.com> - 4.0.5-3
|
|
|
|
|
- Incorporate upstream patch + changes for minitest 5
|
|
|
|
|
|
|
|
|
|