Author: mmaslano Update of /cvs/pkgs/rpms/perl-Template-Tiny/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21908 Modified Files: .cvsignore sources Added Files: perl-Template-Tiny.spec Log Message: * Mon Feb 01 2010 Marcela Mašláňová <mmaslano@xxxxxxxxxx> 0.10-1 - fix problems, update --- NEW FILE perl-Template-Tiny.spec --- Name: perl-Template-Tiny Version: 0.10 Release: 1%{?dist} Summary: Template Toolkit reimplemented in as little code as possible License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Template-Tiny/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Template-Tiny-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description WARNING: THIS MODULE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE Template::Tiny is a reimplementation of a partial subset of the Template Toolkit, in as few lines of code as possible. It is intended for use in light-usage, low-memory, or low-cpu templating situations, where you may need to upgrade to the full feature set in the future, or if you want the familiarity of TT-style templates. It is intended to have fully-compatible template and stash usage, with a limited by similar Perl API. Unlike Template Toolkit, Template::Tiny will process templates without a compile phase (but despite this is still quicker, owing to heavy use of the Perl regular expression engine. %prep %setup -q -n Template-Tiny-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Feb 01 2010 Marcela Mašláňová <mmaslano@xxxxxxxxxx> 0.10-1 - fix problems, update * Wed Dec 23 2009 Marcela Mašláňová <mmaslano@xxxxxxxxxx> 0.09-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Template-Tiny/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Feb 2010 06:25:15 -0000 1.1 +++ .cvsignore 11 Feb 2010 14:39:01 -0000 1.2 @@ -0,0 +1 @@ +Template-Tiny-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Template-Tiny/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Feb 2010 06:25:15 -0000 1.1 +++ sources 11 Feb 2010 14:39:01 -0000 1.2 @@ -0,0 +1 @@ +d2285afd5d2fad99bc28239e27b93360 Template-Tiny-0.10.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel