|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: An elegant, structured XHTML/XML templating engine
|
|
|
|
Summary: An elegant, structured XHTML/XML templating engine
|
|
|
|
Name: rubygem-%{gemname}
|
|
|
|
Name: rubygem-%{gemname}
|
|
|
|
Version: 2.2.24
|
|
|
|
Version: 3.0.15
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: MIT and WTFPL
|
|
|
|
License: MIT and WTFPL
|
|
|
@ -17,6 +17,8 @@ Requires: rubygems
|
|
|
|
Requires: ruby(abi) = 1.8
|
|
|
|
Requires: ruby(abi) = 1.8
|
|
|
|
# for html2haml
|
|
|
|
# for html2haml
|
|
|
|
Requires: rubygem(hpricot)
|
|
|
|
Requires: rubygem(hpricot)
|
|
|
|
|
|
|
|
Requires: rubygem(yard) >= 0.5.3
|
|
|
|
|
|
|
|
Requires: rubygem(maruku) >= 0.5.9
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rubygems
|
|
|
|
BuildRequires: rubygems
|
|
|
|
BuildRequires: ruby
|
|
|
|
BuildRequires: ruby
|
|
|
@ -91,6 +93,7 @@ rm -rf %{buildroot}
|
|
|
|
%{_bindir}/html2haml
|
|
|
|
%{_bindir}/html2haml
|
|
|
|
%{_bindir}/sass
|
|
|
|
%{_bindir}/sass
|
|
|
|
%{_bindir}/css2sass
|
|
|
|
%{_bindir}/css2sass
|
|
|
|
|
|
|
|
%{_bindir}/sass-convert
|
|
|
|
%dir %{geminstdir}
|
|
|
|
%dir %{geminstdir}
|
|
|
|
%{geminstdir}/Rakefile
|
|
|
|
%{geminstdir}/Rakefile
|
|
|
|
%{geminstdir}/bin
|
|
|
|
%{geminstdir}/bin
|
|
|
@ -106,12 +109,15 @@ rm -rf %{buildroot}
|
|
|
|
%doc %{geminstdir}/VERSION_NAME
|
|
|
|
%doc %{geminstdir}/VERSION_NAME
|
|
|
|
%doc %{geminstdir}/REVISION
|
|
|
|
%doc %{geminstdir}/REVISION
|
|
|
|
%doc %{geminstdir}/CONTRIBUTING
|
|
|
|
%doc %{geminstdir}/CONTRIBUTING
|
|
|
|
%doc %{geminstdir}/REMEMBER
|
|
|
|
|
|
|
|
%{gemdir}/cache/%{gemname}-%{version}.gem
|
|
|
|
%{gemdir}/cache/%{gemname}-%{version}.gem
|
|
|
|
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
|
|
|
|
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jul 28 2010 Matthew Kent <mkent@magoazul.com> - 3.0.15-1
|
|
|
|
|
|
|
|
- New upstream version.
|
|
|
|
|
|
|
|
- New dependencies on yard/maruku.
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 4 2010 Matthew Kent <mkent@magoazul.com> - 2.2.24-1
|
|
|
|
* Tue May 4 2010 Matthew Kent <mkent@magoazul.com> - 2.2.24-1
|
|
|
|
- New upstream version - minor bugfixes and improvements.
|
|
|
|
- New upstream version - minor bugfixes and improvements.
|
|
|
|
- Drop unused sitelib macro.
|
|
|
|
- Drop unused sitelib macro.
|
|
|
|