/[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 864414 - (hide annotations) (download)
Thu Aug 13 16:34:16 2015 UTC (8 years, 7 months ago) by sander85
Original Path: cauldron/perl-Mojolicious/current/SPECS/perl-Mojolicious.spec
File size: 1463 byte(s)
update to 6.15
1 kharec 89166 %define upstream_name Mojolicious
2 sander85 864414 %define upstream_version 6.15
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 sander85 853562 Release: %mkrel 1
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 sander85 853562 %__perl Makefile.PL INSTALLDIRS=vendor
37 kharec 89166 %make
38    
39     %check
40     make test
41    
42     %install
43 sander85 853562 %make_install
44 kharec 89166
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 sander85 853562 %_bindir/morbo

  ViewVC Help
Powered by ViewVC 1.1.30