|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: An elegant, structured XHTML/XML templating engine
|
|
|
|
Summary: An elegant, structured XHTML/XML templating engine
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 3.1.6
|
|
|
|
Version: 3.1.7
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: MIT and WTFPL
|
|
|
|
License: MIT and WTFPL
|
|
|
@ -63,7 +63,7 @@ rmdir %{buildroot}%{gem_dir}/bin
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
pushd %{buildroot}%{gem_instdir}
|
|
|
|
pushd %{buildroot}%{gem_instdir}
|
|
|
|
ruby -I. -e "Dir.glob('test/**/*_test.rb').each {|t| require t}"
|
|
|
|
testrb -Ilib test/haml/*_test.rb
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
@ -93,6 +93,9 @@ popd
|
|
|
|
%{gem_instdir}/test
|
|
|
|
%{gem_instdir}/test
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 11 2011 Mo Morsi <mmorsi@redhat.com> - 3.1.7-1
|
|
|
|
|
|
|
|
- updated to latest upstream release
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 27 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 3.1.6-1
|
|
|
|
* Fri Jul 27 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 3.1.6-1
|
|
|
|
- Updated to Haml 3.1.6.
|
|
|
|
- Updated to Haml 3.1.6.
|
|
|
|
- Removed patch that is included in this upstream release.
|
|
|
|
- Removed patch that is included in this upstream release.
|
|
|
|