Name: perl-Dancer-Plugin-FlashMessage Version: 0.314 Release: 1%{?dist} Summary: Dancer plugin to display temporary messages, so called "flash messages" License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Dancer-Plugin-FlashMessage/ Source0: file:///home/dave/mirrors/minicpan//authors/id/D/DA/DAMS/Dancer-Plugin-FlashMessage-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Dancer) >= 1.3001 BuildRequires: perl(Dancer::Plugin) BuildRequires: perl(Dancer::Test) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) Requires: perl(Dancer) >= 1.3001 Requires: perl(Dancer::Plugin) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This plugin helps you display temporary messages, so called "flash messages". It provides a flash() method to define the message. The plugin then takes care of attaching the content to the session, propagating it to the templating system, and then removing it from the session. %prep %setup -q -n Dancer-Plugin-FlashMessage-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes dist.ini LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 08 2012 Dave Cross 0.314-1 - Specfile autogenerated by cpanspec 1.78.