# Generated from temple-0.4.0.gem by gem2rpm -*- rpm-spec -*- %global gem_name temple Summary: Template compilation framework in Ruby Name: rubygem-%{gem_name} Version: 0.6.7 Release: 2%{?dist} Group: Development/Languages License: MIT URL: https://github.com/judofyr/temple Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby BuildRequires: rubygem(bacon) BuildRequires: rubygem(tilt) BuildArch: noarch %description Temple is an abstraction and a framework for compiling templates to pure Ruby. It's all about making it easier to experiment, implement and optimize template languages. If you're interested in implementing your own template language, or anything else related to the internals of a template engine: You've come to the right place. %package doc Summary: Documentation for %{name} Group: Documentation Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name} %prep %setup -q -c -T %gem_install -n %{SOURCE0} %build %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ %check pushd .%{gem_instdir} bacon -Itest -a popd %files %dir %{gem_instdir} %doc %{gem_instdir}/LICENSE %{gem_libdir} %exclude %{gem_instdir}/.* %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/CHANGES %doc %{gem_instdir}/EXPRESSIONS.md %doc %{gem_instdir}/README.md %{gem_instdir}/Gemfile %{gem_instdir}/Rakefile %{gem_instdir}/%{gem_name}.gemspec %{gem_instdir}/test %changelog * Thu Jun 18 2015 Fedora Release Engineering - 0.6.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Jun 20 2014 Vít Ondruch - 0.6.7-1 - Update to Temple 0.6.7. * Sun Jun 08 2014 Fedora Release Engineering - 0.6.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering - 0.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Apr 16 2013 Josef Stribny - 0.6.3-1 - Updated to version 0.6.3. * Thu Feb 28 2013 Bohuslav Kabrda - 0.6.2-1 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 - Updated to version 0.6.2. * Thu Feb 14 2013 Fedora Release Engineering - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 27 2012 Bohuslav Kabrda - 0.4.0-1 - Initial package