/[packages]/cauldron/perl-Text-Template-Simple/current/SPECS/perl-Text-Template-Simple.spec
ViewVC logotype

Contents of /cauldron/perl-Text-Template-Simple/current/SPECS/perl-Text-Template-Simple.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 736320 - (show annotations) (download)
Fri Oct 3 06:01:12 2014 UTC (9 years, 6 months ago) by tv
File size: 1391 byte(s)
imported package perl-Text-Template-Simple
1 %define upstream_name Text-Template-Simple
2 %define upstream_version 0.86
3
4 %{?perl_default_filter}
5
6 Name: perl-%{upstream_name}
7 Version: %perl_convert_version %{upstream_version}
8 Release: %mkrel 1
9
10 Summary: Simple text template engine
11 License: GPL+ or Artistic
12 Group: Development/Perl
13 Url: http://search.cpan.org/dist/%{upstream_name}
14 Source0: http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz
15
16 BuildRequires: perl(Digest::MD5)
17 BuildRequires: perl(ExtUtils::MakeMaker)
18 BuildRequires: perl(File::Temp)
19 BuildRequires: perl(Test::More)
20 BuildArch: noarch
21
22 %description
23 This document describes version '0.86' of 'Text::Template::Simple' released
24 on '5 March 2012'.
25
26 This is a simple template module. There is no extra template/mini language.
27 Instead, it uses Perl as the template language. Templates can be cached on
28 disk or inside the memory via the internal cache manager. It is also
29 possible to use static/dynamic includes, pass parameters to includes and
30 apply filters on them. Also see the Text::Template::Simple::API manpage for
31 the full API definiton.
32
33 %prep
34 %setup -q -n %{upstream_name}-%{upstream_version}
35
36 %build
37 %{__perl} Makefile.PL INSTALLDIRS=vendor
38
39 %make
40
41 %check
42 %make test
43
44 %install
45 %makeinstall_std
46
47 %files
48 %doc Changes LICENSE META.json META.yml README SPEC TODO eg
49 %{_mandir}/man3/*
50 %perl_vendorlib/*
51
52

  ViewVC Help
Powered by ViewVC 1.1.30