1 |
|
# $Id: e-smith-formmagick.spec,v 1.19 2010/02/04 19:06:24 slords 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 1.4.0 |
%define version 2.0.0 |
7 |
%define release 20 |
%define release 3 |
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 |
Patch0: e-smith-formmagick-1.4.0-passlength.patch |
Patch1: e-smith-formmagick-2.0.0-lib64.patch |
14 |
Patch1: e-smith-formmagick-1.4.0-headers.patch |
Patch2: e-smith-formmagick-2.0.0-ip-octet-error-text.patch |
|
Patch2: e-smith-formmagick-1.4.0-add2general.patch |
|
|
Patch3: e-smith-formmagick-1.4.0-add2general.patch2 |
|
|
Patch4: e-smith-formmagick-1.4.0-UTF8.patch |
|
|
Patch5: e-smith-formmagick-1.4.0-add2general.patch3 |
|
|
Patch6: e-smith-formmagick-1.4.0-RevertInvalidLocaleReversion.patch |
|
|
Patch7: e-smith-formmagick-1.4.0-FixAndMoveRESET_PASSWORD_TITLE.patch |
|
|
Patch8: e-smith-formmagick-1.4.0-AddYOUR_ACCOUNT_INVALID.patch |
|
|
patch9: e-smith-formmagick-1.4.0-fixPASSWORD_VERIFY_ERROR.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 |
|
* Thu Mar 17 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-3.sme |
26 |
|
- Rephrase IP address error message [SME: 6574] |
27 |
|
|
28 |
|
* Thu Feb 4 2010 Shad L. Lords <slords@mail.com> 2.0.0-2.sme |
29 |
|
- Update path for 64-bit compatibility [SME: 5755] |
30 |
|
|
31 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
32 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
33 |
|
|
34 |
* Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-20 |
* Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-20 |
35 |
- Move RESET_PASSWORD_TITLE to general [SME: 4475] |
- Move RESET_PASSWORD_TITLE to general [SME: 4475] |
36 |
- Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476] |
- Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476] |
501 |
|
|
502 |
%prep |
%prep |
503 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
|
%patch0 -p1 |
|
504 |
%patch1 -p1 |
%patch1 -p1 |
505 |
%patch2 -p1 |
%patch2 -p1 |
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
506 |
|
|
507 |
%build |
%build |
508 |
# build the test suite from embedded tests |
# build the test suite from embedded tests |