1 |
Name: perl-Mojolicious |
Name: perl-Mojolicious |
2 |
version: 6.44 |
version: 6.44 |
3 |
Release: 2%{?dist} |
Release: 3%{?dist} |
4 |
Summary: A next generation web framework for Perl |
Summary: A next generation web framework for Perl |
5 |
License: Artistic 2.0 |
License: Artistic 2.0 |
6 |
Group: Development/Libraries |
Group: Development/Libraries |
10 |
Patch1: Mojolicious-6.12.cleanup.patch |
Patch1: Mojolicious-6.12.cleanup.patch |
11 |
Patch2: Mojolicious-6.12.cleanup.patch2 |
Patch2: Mojolicious-6.12.cleanup.patch2 |
12 |
Patch3: Mojolicious-6.15.cleanup.patch |
Patch3: Mojolicious-6.15.cleanup.patch |
13 |
|
Patch4: Mojolicious-6.44-warnings_during_global_destructors.patch |
14 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
15 |
BuildArch: noarch |
BuildArch: noarch |
16 |
BuildRequires: perl >= 0:5.010001 |
BuildRequires: perl >= 0:5.010001 |
60 |
#%patch1 -p2 |
#%patch1 -p2 |
61 |
%patch2 -p2 |
%patch2 -p2 |
62 |
%patch3 -p2 |
%patch3 -p2 |
63 |
|
%patch4 -p0 |
64 |
|
|
65 |
%build |
%build |
66 |
%{__perl} Makefile.PL INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/share/perl5/vendor_perl |
%{__perl} Makefile.PL INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/share/perl5/vendor_perl |
99 |
%{_mandir}/man3/* |
%{_mandir}/man3/* |
100 |
|
|
101 |
%changelog |
%changelog |
102 |
|
* Wed Feb 10 2016 Daniel Berteaud <daniel@firewall-services.com> 6.44-3.sme |
103 |
|
- Add a patch to remove warnings during tests [SME: 7819] |
104 |
|
|
105 |
* Tue Feb 09 2016 Daniel Berteaud <daniel@firewall-services.com> 6.44-2 |
* Tue Feb 09 2016 Daniel Berteaud <daniel@firewall-services.com> 6.44-2 |
106 |
- Add perl(JSON::PP) to the BuildReq so it can build on plague |
- Add perl(JSON::PP) to the BuildReq so it can build on plague |
107 |
[SME: 7819] |
[SME: 7819] |