1 |
# $Id: perl-CGI-FormMagick.spec,v 1.10 2011/03/05 08:53:08 snetram Exp $ |
# $Id: perl-CGI-FormMagick.spec,v 1.3 2013/03/17 02:08:54 wellsi 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 1 |
%define release 3 |
7 |
Name: %{name} |
Name: %{name} |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: distributable |
License: distributable |
11 |
Group: Applications/CPAN |
Group: Applications/CPAN |
12 |
Source0: %{name}-%{version}.tar.xz |
Source0: %{name}-%{version}.tar.xz |
13 |
|
Patch1: perl-CGI-FormMagick-0.93-Starter-WebPage-Error.patch |
14 |
|
Patch2: perl-CGI-FormMagick-0.93-csrf.patch |
15 |
Url: http://www.cpan.org |
Url: http://www.cpan.org |
16 |
BuildRoot: /var/tmp/perl-CGI-FormMagick-buildroot/ |
BuildRoot: /var/tmp/perl-CGI-FormMagick-buildroot/ |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
BuildRequires: perl |
BuildRequires: perl |
19 |
|
BuildRequires: perl(ExtUtils::MakeMaker) |
20 |
Requires: perl perl(XML::Parser) expat |
Requires: perl perl(XML::Parser) expat |
21 |
Requires: perl(CGI::Persistent) >= 1.00 |
Requires: perl(CGI::Persistent) >= 1.00 |
22 |
Requires: perl(Class::ParamParser) perl(I18N::LangTags) |
Requires: perl(Class::ParamParser) perl(I18N::LangTags) |
36 |
|
|
37 |
%prep |
%prep |
38 |
%setup -q |
%setup -q |
39 |
|
%patch1 -p1 |
40 |
|
%patch2 -p1 |
41 |
|
|
42 |
%build |
%build |
43 |
grep -rsl '^#!.*perl' . | |
grep -rsl '^#!.*perl' . | |
74 |
%defattr(-,root,root) |
%defattr(-,root,root) |
75 |
|
|
76 |
%changelog |
%changelog |
77 |
|
* Mon Oct 22 2018 John Crisp <jcrisp@safeandsoundit.co.uk.co.uk> 0.93-3.sme |
78 |
|
- add CSRF patch [SME:10626] - thank you to Daniel Berteaud |
79 |
|
|
80 |
|
* Sat Mar 16 2013 Terry Fage <trex1512@yahoo.com.au> 0.93-2 |
81 |
|
- Remove log noise from Create starter web site panel [SME: 7496] |
82 |
|
|
83 |
* Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 0.93-1 |
* Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 0.93-1 |
84 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
85 |
|
|