Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37560554
en ru br
ALT Linux repos
S:2.97-alt1
5.0: 2.8-alt1
4.1: 2.8-alt1
4.0: 2.8-alt1
3.0: 2.6-alt2.1

Group :: Development/Perl
RPM: perl-HTML-Template

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define dist HTML-Template
Name: perl-%dist
Version: 2.95
Release: alt1

Summary: Perl module to use HTML Templates from CGI scripts
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: http://www.cpan.org/authors/id/W/WO/WONKO/HTML-Template-%{version}.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Mon Nov 14 2011

BuildRequires: perl-CGI perl-Encode perl-devel

%description
This module attempts make using HTML templates simple and natural. It
extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>,
<TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>.  The file
written with HTML and these new tags is called a template.  It is
usually saved separate from your script - possibly even created by
someone else!  Using this module you fill in the values for the
variables, loops and branches declared in the template.  This allows
you to seperate design - the HTML - from the data, which you generate
in the Perl script.

%prep
%setup -q -n %dist-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README scripts templates
%perl_vendor_privlib/HTML

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin