Sophie

Sophie

distrib > Mageia > 3 > x86_64 > media > core-release-src > by-pkgid > 830c9be2eea087e87dd52d2c94544dcf > files > 2

perl-Dancer-1.311.0-2.mga3.src.rpm

%define upstream_name    Dancer
%define upstream_version 1.3110

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    Template Toolkit wrapper for Dancer
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Encode)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(HTTP::Body) >= 1.70.0
BuildRequires: perl(HTTP::Server::Simple::PSGI) >= 0.110.0
BuildRequires: perl(LWP)
BuildRequires: perl(MIME::Types)
BuildRequires: perl(Test::More) >= 0.940.0
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(Try::Tiny) >= 0.90.0
BuildRequires: perl(URI) >= 1.590.0
BuildArch:  noarch

%description
Dancer is a web application framework designed to be as effortless as
possible for the developer, taking care of the boring bits as easily as
possible, yet staying out of your way and letting you get on with writing
your code.

Dancer aims to provide the simplest way for writing web applications, and
offers the flexibility to scale between a very simple lightweight web
service consisting of a few lines of code in a single file, all the way up
to a more complex fully-fledged web application with session support,
templates for views and layouts, etc.

If you don't want to write CGI scripts by hand, and find Catalyst too big
or cumbersome for your project, Dancer is what you need.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc AUTHORS CHANGES LICENSE META.json META.yml MYMETA.yml README TODO examples
%{_bindir}/dancer
%{_mandir}/man1/dancer.1*
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Sun Jan 13 2013 umeabot <umeabot> 1.311.0-2.mga3
+ Revision: 365251
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Oct 17 2012 jquelin <jquelin> 1.311.0-1.mga3
+ Revision: 307573
- update to 1.3110

* Fri Aug 31 2012 kharec <kharec> 1.310.0-1.mga3
+ Revision: 286064
- update to 1.3100

* Wed Jul 11 2012 shlomif <shlomif> 1.309.700-1.mga3
+ Revision: 269440
- update to 1.3097

* Mon Mar 05 2012 jquelin <jquelin> 1.309.300-1.mga2
+ Revision: 218681
- update to 1.3093

* Sat Dec 17 2011 kharec <kharec> 1.309.100-1.mga2
+ Revision: 183029
- update to 1.3091

* Tue Dec 13 2011 kharec <kharec> 1.309.0-1.mga2
+ Revision: 181386
- update to 1.3090

* Tue Nov 08 2011 jquelin <jquelin> 1.308.0-1.mga2
+ Revision: 165441
- remove MYMETA from %%doc
- update to 1.3080
- update to 1.3072
- update to 1.3071
- update to 1.3070

* Fri Jun 17 2011 jquelin <jquelin> 1.306.0-1.mga2
+ Revision: 109134
- update to 1.3060

* Wed Jun 15 2011 jquelin <jquelin> 1.305.100-1.mga2
+ Revision: 106571
- update to 1.3051

* Fri Apr 15 2011 jquelin <jquelin> 1.303.0-1.mga1
+ Revision: 85672
- update to 1.3030

* Thu Mar 24 2011 jquelin <jquelin> 1.302.0-1.mga1
+ Revision: 76623
- update to 1.3020

* Tue Mar 08 2011 jquelin <jquelin> 1.301.400-1.mga1
+ Revision: 66608
- update to 1.3014

* Wed Feb 16 2011 jquelin <jquelin> 1.301.100-1.mga1
+ Revision: 52440
- update to 1.3011

* Mon Jan 24 2011 jquelin <jquelin> 1.200.300-2.mga1
+ Revision: 36871
- rebuild

* Sun Jan 23 2011 jquelin <jquelin> 1.200.300-1.mga1
+ Revision: 33682
- mageia rebuild
- imported package perl-Dancer