Name: perl-Mojolicious Version: 7.09 Release: 1%{?dist} Summary: Real-time web framework License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Mojolicious/ Source0: http://www.cpan.org/authors/id/S/SR/SRI/Mojolicious-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.010001 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Socket::IP) >= 0.37 BuildRequires: perl(JSON::PP) >= 2.27103 BuildRequires: perl(Pod::Simple) >= 3.09 BuildRequires: perl(Time::Local) >= 1.2 Requires: perl(IO::Socket::IP) >= 0.37 Requires: perl(JSON::PP) >= 2.27103 Requires: perl(Pod::Simple) >= 3.09 Requires: perl(Time::Local) >= 1.2 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description An amazing real-time web framework built on top of the powerful Mojo web development toolkit. With support for RESTful routes, plugins, commands, Perl-ish templates, content negotiation, session management, form validation, testing framework, static file server, CGI/PSGI detection, first class Unicode support and much more for you to discover. %prep %setup -q -n Mojolicious-%{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 META.json README.md %{perl_vendorlib}/* %{_mandir}/man3/* %{_mandir}/man1/* %{_bindir}/* %changelog * Sun Oct 23 2016 Dave Cross 7.09-1 - Specfile autogenerated by cpanspec 1.78.