Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 9b61363b1c2cc38fd9dbfca270a52b11 > files > 2

perl-Text-Caml-0.100.0-2.mga3.src.rpm

%define upstream_name    Text-Caml
%define upstream_version 0.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    Mustache template engine
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildArch: noarch

%description
the Text::Caml manpage is a Mustache-like (the http://mustache.github.com/
manpage) template engine. That means it tends to have no logic in template
files.

Syntax
    Context
        Context is the data passed to the template. Context can change
        during template rendering and be specific in various cases.

    Variables
        Variables are inserted using '{{foo}}' syntax. If a variable is not
        defined or empty it is simply ignored.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml META.json
%{_mandir}/man3/*
%perl_vendorlib/*




%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.100.0-2.mga3
+ Revision: 374002
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Dec 22 2012 shlomif <shlomif> 0.100.0-1.mga3
+ Revision: 334001
- imported package perl-Text-Caml