Name: perl-Dancer Version: 1.3126 Release: 1%{?dist} Summary: Lightweight yet powerful web application framework License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Dancer/ Source0: file:///home/dave/mirrors/minicpan//authors/id/Y/YA/YANICK/Dancer-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Encode) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(HTTP::Body) >= 1.07 BuildRequires: perl(HTTP::Server::Simple::PSGI) >= 0.11 BuildRequires: perl(LWP) BuildRequires: perl(MIME::Types) BuildRequires: perl(Module::Runtime) BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(Time::HiRes) BuildRequires: perl(Try::Tiny) >= 0.09 BuildRequires: perl(URI) >= 1.59 Requires: perl(Encode) Requires: perl(File::Spec) Requires: perl(HTTP::Body) >= 1.07 Requires: perl(HTTP::Server::Simple::PSGI) >= 0.11 Requires: perl(LWP) Requires: perl(MIME::Types) Requires: perl(Module::Runtime) Requires: perl(Time::HiRes) Requires: perl(Try::Tiny) >= 0.09 Requires: perl(URI) >= 1.59 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Dancer is a web application framework designed to be as effortless as possible for the developer, taking care of the boring bits as easily as possible, yet staying out of your way and letting you get on with writing your code. %prep %setup -q -n Dancer-%{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 AUTHORS CHANGES LICENSE META.json README.md TODO %{perl_vendorlib}/* %{_mandir}/man1/* %{_mandir}/man3/* %{_bindir}/* %changelog * Thu Aug 28 2014 Dave Cross 1.3126-1 - Specfile autogenerated by cpanspec 1.78.