1 |
# $Id: e-smith-formmagick.spec,v 1.1 2013/01/25 17:30:02 slords Exp $ |
# $Id: e-smith-formmagick.spec,v 1.2 2013/05/05 06:00:30 wellsi Exp $ |
2 |
|
|
3 |
Summary: e-smith-formmagick Perl modules for web manager i18n |
Summary: e-smith-formmagick Perl modules for web manager i18n |
4 |
%define name e-smith-formmagick |
%define name e-smith-formmagick |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
11 |
Group: Applications/CPAN |
Group: Applications/CPAN |
12 |
Source0: %{name}-%{version}.tar.xz |
Source0: %{name}-%{version}.tar.xz |
13 |
BuildRoot: /var/tmp/%{name}-{%version}-%{release}-buildroot/ |
BuildRoot: /var/tmp/%{name}-{%version}-%{release}-buildroot/ |
14 |
|
Patch0: smeserver-e-smith-formmagick-csrf.patch |
15 |
Requires: perl-CGI-FormMagick >= 0.92-16.el4.sme |
Requires: perl-CGI-FormMagick >= 0.92-16.el4.sme |
16 |
Requires: perl(WWW::Automate) >= 0.20 |
Requires: perl(WWW::Automate) >= 0.20 |
17 |
Requires: perl(Crypt::Cracklib) |
Requires: perl(Crypt::Cracklib) |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Mon Oct 22 2018 John Crisp <jcrisp@safeandsoundit.co.uk.co.uk> 2.4.0-2.sme |
25 |
|
- add CSRF patch [SME:10626] - thank you to Daniel Berteaud |
26 |
|
|
27 |
* Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
28 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
29 |
- Perl module rpms moved to /usr/share/perl5/vendor_perl [SME: 7223] |
- Perl module rpms moved to /usr/share/perl5/vendor_perl [SME: 7223] |
517 |
|
|
518 |
%prep |
%prep |
519 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
520 |
|
%patch0 -p1 |
521 |
|
|
522 |
%build |
%build |
523 |
# build the test suite from embedded tests |
# build the test suite from embedded tests |