1 |
# $Id: e-smith-formmagick.spec,v 1.18 2008/10/07 18:17:02 slords Exp $ |
# $Id: e-smith-formmagick.spec,v 1.20 2010/10/17 15:19:13 snetram 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.2.0 |
%define version 2.2.0 |
7 |
%define release 2 |
%define release 4 |
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.gz |
Source0: %{name}-%{version}.tar.gz |
13 |
Patch1: e-smith-formmagick-2.2.0-lib64.patch |
Patch1: e-smith-formmagick-2.2.0-lib64.patch |
14 |
|
Patch2: e-smith-formmagick-2.2.0-ip-fqdn-new.patch |
15 |
BuildRoot: /var/tmp/%{name}-{%version}-%{release}-buildroot/ |
BuildRoot: /var/tmp/%{name}-{%version}-%{release}-buildroot/ |
16 |
Requires: perl-CGI-FormMagick >= 0.92-16.el4.sme |
Requires: perl-CGI-FormMagick >= 0.92-16.el4.sme |
17 |
Requires: perl(WWW::Automate) >= 0.20 |
Requires: perl(WWW::Automate) >= 0.20 |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Tue Oct 19 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme |
26 |
|
- Revert previous change as it might cause regression in contribs [SME: 6296] |
27 |
|
- Add additional locale string [SME: 6296] |
28 |
|
|
29 |
|
* Sun Oct 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme |
30 |
|
- Update textbox description to also reflect the option of a FQDN [SME: 6296] |
31 |
|
|
32 |
* Thu Feb 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
* Thu Feb 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
33 |
- Update path for 64-bit compatibility [SME: 5756] |
- Update path for 64-bit compatibility [SME: 5756] |
34 |
|
|
506 |
%prep |
%prep |
507 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
508 |
%patch1 -p1 |
%patch1 -p1 |
509 |
|
%patch2 -p1 |
510 |
|
|
511 |
%build |
%build |
512 |
# build the test suite from embedded tests |
# build the test suite from embedded tests |