/[packages]/cauldron/perl-Mojolicious/pristine/SPECS/perl-Mojolicious.spec
ViewVC logotype

Contents of /cauldron/perl-Mojolicious/pristine/SPECS/perl-Mojolicious.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 798597 - (show annotations) (download)
Sun Nov 23 18:44:26 2014 UTC (9 years, 3 months ago) by sander85
Original Path: cauldron/perl-Mojolicious/current/SPECS/perl-Mojolicious.spec
File size: 1427 byte(s)
update to 5.64
1 %define upstream_name Mojolicious
2 %define upstream_version 5.64
3
4 Name: perl-%{upstream_name}
5 Version: %perl_convert_version %{upstream_version}
6 Release: %mkrel 1
7
8 Summary: A next generation web framework for Perl
9 License: Artistic 2.0
10 Group: Development/Perl
11 Url: http://mojolicious.org/
12 Source0: http://www.cpan.org/authors/id/S/SR/SRI/%{upstream_name}-%{upstream_version}.tar.gz
13
14 BuildRequires: perl(ExtUtils::MakeMaker)
15 BuildRequires: perl(IO::Socket::IP) >= 0.260.0
16 BuildRequires: perl(Pod::Simple) >= 3.90.0
17 BuildRequires: perl(Time::Local) >= 1.200.0
18 BuildArch: noarch
19
20 %{?perl_default_filter}
21
22 %description
23 Back in the early day of the web there was this wonderful Perl library
24 called CGI, many people only learned Perl because of it. It was simple
25 enough to get started without knowing much about the language and powerful
26 enough to keep you going, learning by doing was much fun. While most of the
27 techniques used are outdated now, the idea behind it is not. Mojolicious is
28 a new attempt at implementing this idea using state of the art technology.
29
30 %prep
31 %setup -q -n %{upstream_name}-%{upstream_version}
32
33 %build
34 %{__perl} Makefile.PL INSTALLDIRS=vendor
35 %make
36
37 %check
38 make test
39
40 %install
41 %makeinstall_std
42
43 %files
44 %doc Changes LICENSE META.json META.yml MYMETA.yml examples
45 %{_bindir}/mojo
46 %{_bindir}/hypnotoad
47 %{perl_vendorlib}/*
48 %{_mandir}/man1/*
49 %{_mandir}/man3/*
50 %_bindir/morbo

  ViewVC Help
Powered by ViewVC 1.1.30