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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30