1 |
# $Id: perl-CGI-FormMagick.spec,v 1.4 2019/01/27 06:01:59 jpp Exp $ |
# $Id: perl-CGI-FormMagick.spec,v 1.5 2019/01/27 20:36:00 jpp Exp $ |
2 |
|
|
3 |
Summary: CGI-FormMagick module for perl |
Summary: CGI-FormMagick module for perl |
4 |
%define name perl-CGI-FormMagick |
%define name perl-CGI-FormMagick |
5 |
%define version 0.93 |
%define version 0.93 |
6 |
%define release 6 |
%define release 7 |
7 |
Name: %{name} |
Name: %{name} |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
14 |
Patch2: perl-CGI-FormMagick-0.93-bz10210-uninitialized_what_to_make.patch |
Patch2: perl-CGI-FormMagick-0.93-bz10210-uninitialized_what_to_make.patch |
15 |
Patch3: perl-CGI-FormMagick-0.93-csrf.patch |
Patch3: perl-CGI-FormMagick-0.93-csrf.patch |
16 |
Patch4: perl-CGI-FormMagick-CSRFtimeout.patch |
Patch4: perl-CGI-FormMagick-CSRFtimeout.patch |
17 |
|
Patch5: perl-CGI-FormMagick-0.93-bz10902-csrf-timeout.patch |
18 |
Url: http://www.cpan.org |
Url: http://www.cpan.org |
19 |
BuildRoot: /var/tmp/perl-CGI-FormMagick-buildroot/ |
BuildRoot: /var/tmp/perl-CGI-FormMagick-buildroot/ |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
44 |
%patch2 -p1 |
%patch2 -p1 |
45 |
%patch3 -p1 |
%patch3 -p1 |
46 |
%patch4 -p1 |
%patch4 -p1 |
47 |
|
%patch5 -p1 |
48 |
|
|
49 |
%build |
%build |
50 |
grep -rsl '^#!.*perl' . | |
grep -rsl '^#!.*perl' . | |
81 |
%defattr(-,root,root) |
%defattr(-,root,root) |
82 |
|
|
83 |
%changelog |
%changelog |
84 |
|
* Sat Mar 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 0.93-7.sme |
85 |
|
- increase default timeout, allow setting from outside [SME: 10902] |
86 |
|
|
87 |
* Sun Jan 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.93-6.sme |
* Sun Jan 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.93-6.sme |
88 |
- add timeout [SME: 10626] |
- add timeout [SME: 10626] |
89 |
- update CSRF patch [SME: 10626] |
- update CSRF patch [SME: 10626] |