Sophie

Sophie

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

perl-Catalyst-View-TT-0.390.0-2.mga3.src.rpm

%define upstream_name    Catalyst-View-TT
%define upstream_version 0.39

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

Summary:    Catalyst TT View Class
License:    Artistic/GPL
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Catalyst) >= 5.700.0
BuildRequires: perl(Class::Accessor)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Path::Class)
BuildRequires: perl(Template)
BuildRequires: perl(Template::Timer)
BuildRequires: perl(Test::More)
BuildArch:  noarch

%description
This is the Catalyst view class for the Template Toolkit. Your application
should defined a view class which is a subclass of this module. The easiest way
to achieve this is using the myapp_create.pl script (where myapp should be
replaced with whatever your application is called). This script is created as
part of the Catalyst setup.

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

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%__make

%check
%__make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*

%changelog

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

* Tue Jun 05 2012 jquelin <jquelin> 0.390.0-1.mga3
+ Revision: 254657
- update to 0.39

* Wed Feb 22 2012 kharec <kharec> 0.380.0-1.mga2
+ Revision: 212115
- update to 0.38

  + jquelin <jquelin>
    - update to 0.37

* Wed Jan 26 2011 jquelin <jquelin> 0.360.0-1.mga1
+ Revision: 40328
- mageia rebuild
- imported package perl-Catalyst-View-TT