|
|
@ -6,7 +6,7 @@
|
|
|
|
Summary: An elegant, structured XHTML/XML templating engine
|
|
|
|
Summary: An elegant, structured XHTML/XML templating engine
|
|
|
|
Name: rubygem-%{gemname}
|
|
|
|
Name: rubygem-%{gemname}
|
|
|
|
Version: 3.1.2
|
|
|
|
Version: 3.1.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: MIT and WTFPL
|
|
|
|
License: MIT and WTFPL
|
|
|
|
URL: http://haml-lang.com/
|
|
|
|
URL: http://haml-lang.com/
|
|
|
@ -21,8 +21,8 @@ Requires: ruby(abi) = 1.8
|
|
|
|
Requires: rubygem(hpricot)
|
|
|
|
Requires: rubygem(hpricot)
|
|
|
|
Requires: rubygem(yard) >= 0.5.3
|
|
|
|
Requires: rubygem(yard) >= 0.5.3
|
|
|
|
Requires: rubygem(maruku) >= 0.5.9
|
|
|
|
Requires: rubygem(maruku) >= 0.5.9
|
|
|
|
# TODO: Not packaged yet, only required in lib/sass/plugin.rb watch()
|
|
|
|
Requires: rubygem(fssm)
|
|
|
|
#Requires: rubygem(fssm)
|
|
|
|
Requires: rubygem(sass)
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rubygems
|
|
|
|
BuildRequires: rubygems
|
|
|
|
BuildRequires: ruby
|
|
|
|
BuildRequires: ruby
|
|
|
@ -46,8 +46,7 @@ function as a stand-alone templating engine.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -c -T
|
|
|
|
%setup -q -c -T
|
|
|
|
%{__mkdir_p} .%{gemdir}
|
|
|
|
%{__mkdir_p} .%{gemdir}
|
|
|
|
gem install --local --install-dir .%{gemdir} \
|
|
|
|
gem install --local --install-dir .%{gemdir} --force -V --rdoc %{SOURCE0}
|
|
|
|
--force -V --rdoc %{SOURCE0}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pushd .%{geminstdir}
|
|
|
|
pushd .%{geminstdir}
|
|
|
|
%patch0
|
|
|
|
%patch0
|
|
|
@ -101,7 +100,6 @@ find %{buildroot}%{geminstdir}/bin -type f | \
|
|
|
|
xargs -n 1 sed -i -e 's"^#!/usr/bin/env ruby"#!/usr/bin/ruby"'
|
|
|
|
xargs -n 1 sed -i -e 's"^#!/usr/bin/env ruby"#!/usr/bin/ruby"'
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
|
|
|
|
%{_bindir}/haml
|
|
|
|
%{_bindir}/haml
|
|
|
|
%{_bindir}/html2haml
|
|
|
|
%{_bindir}/html2haml
|
|
|
|
%dir %{geminstdir}
|
|
|
|
%dir %{geminstdir}
|
|
|
@ -126,6 +124,9 @@ find %{buildroot}%{geminstdir}/bin -type f | \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jul 22 2011 Chris Lalancette <clalance@redhat.com> - 3.1.2-2
|
|
|
|
|
|
|
|
- Fix up the sass includes
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 11 2011 Mo Morsi <mmorsi@redhat.com> - 3.1.2-1
|
|
|
|
* Mon Jul 11 2011 Mo Morsi <mmorsi@redhat.com> - 3.1.2-1
|
|
|
|
- updated to latest upstream release
|
|
|
|
- updated to latest upstream release
|
|
|
|
|
|
|
|
|
|
|
|