Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37422979
en ru br
ALT Linux repos
S:1.61-alt1
5.0: 1.45-alt1
4.1: 1.44-alt1.1
4.0: 1.44-alt1.1
3.0: 1.44-alt1.1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define module Text-Template

Name: perl-Text-Template
Version: 1.61
Release: alt1

Packager: Denis Smirnov <mithraen at altlinux.ru>

Summary: Expand template text with embedded Perl
Group: Development/Perl
License: GPL or Artistic
Url: %CPAN %module
Source0: http://www.cpan.org/authors/id/M/MS/MSCHOUT/%{module}-%{version}.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Mon Feb 16 2004

BuildRequires: perl-devel perl(Test/Warnings.pm) perl(Test/More/UTF8.pm) perl(Encode.pm)

%description
This is a library for generating form letters, building HTML pages, or
filling in templates generally.  A `template' is a piece of text that
has little Perl programs embedded in it here and there.  When you `fill
in' a template, you evaluate the little programs and replace them with
their values.

You can store a template in a file outside your program.  People can
modify the template without modifying the program.  You can separate
the formatting details from the main code, and put the formatting parts
of the program into the template.  That prevents code bloat and encour-
ages functional separation.

%prep
%setup -q -n %{module}-%{version}

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README Changes
#%doc README Changes FAQ ANNOUNCE scripts templates
%perl_vendor_privlib/Text*

%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