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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30