File rubygem-markaby.spec of Package rubygem-markaby
# norootforbuild
Name: rubygem-markaby
Version: 0.5
Release: 0
#
Group: Development/Languages/Ruby
License: Unknown
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
BuildRequires: rubygem-builder
Requires: rubygems >= 0.8.11
Requires: rubygem-builder
%define mod_name markaby
#
URL: http://markaby.rubyforge.org/
# http://rubyforge.org/projects/markaby/
Source: http://rubyforge.org/frs/download.php/13597/markaby-0.5.gem
#
Summary: Markup as Ruby, write HTML in your native Ruby tongue
%description
Markaby is a very short bit of code for writing HTML pages in pure Ruby.
It is an alternative to ERb which weaves the two languages together.
Also a replacement for templating languages which use primitive languages
that blend with HTML.
Authors:
--------
Tim Fletcher and _why
%prep
%build
%install
gem install --local --build-root=%{buildroot} %{S:0}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
%changelog