]> git.pld-linux.org Git - packages/perl-Text-Template.git/blame - perl-Text-Template.spec
- (automatic) provided informative description
[packages/perl-Text-Template.git] / perl-Text-Template.spec
CommitLineData
6b35732d 1%include /usr/lib/rpm/macros.perl
e1fdb7c7 2%define pdir Text
3%define pnam Template
4add0385 4Summary: Text::Template - Expand template text with embedded Perl
08297bbe 5Name: perl-Text-Template
58283037 6Version: 1.43
7Release: 1
af04a7ae 8License: GPL
08297bbe 9Group: Development/Languages/Perl
a3e36ce8 10Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
15bdb8c1 11BuildRequires: rpm-perlprov >= 3.0.3-16
25e42ed7 12BuildArch: noarch
7e3210d1 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
08297bbe 14
15%description
4add0385 16This is a library for generating form letters, building HTML pages,
17or filling in templates generally. A `template' is a piece of text
18that has little Perl programs embedded in it here and there. When you
19`fill in' a template, you evaluate the little programs and replace them
20with their values.
08297bbe 21
22%prep
6b35732d 23%setup -q -n %{pdir}-%{pnam}-%{version}
08297bbe 24
25%build
26perl Makefile.PL
b05c57fa 27%{__make}
08297bbe 28
29%install
30rm -rf $RPM_BUILD_ROOT
08297bbe 31
66810900 32%{__make} install DESTDIR=$RPM_BUILD_ROOT
08297bbe 33
08297bbe 34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
23e44800 39%doc README
08297bbe 40%{perl_sitelib}/Text/Template.pm
58283037 41%{perl_sitelib}/Text/Template
08297bbe 42%{_mandir}/man3/*
This page took 0.150246 seconds and 4 git commands to generate.