2 |
%define name e-smith-formmagick |
%define name e-smith-formmagick |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.4.0 |
%define version 1.4.0 |
5 |
%define release 6 |
%define release 10 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: Artistic |
License: Artistic |
9 |
Group: Applications/CPAN |
Group: Applications/CPAN |
10 |
Source0: %{name}-%{version}.tar.gz |
Source0: %{name}-%{version}.tar.gz |
11 |
Patch0: e-smith-formmagick-1.4.0-passlength.patch |
Patch0: e-smith-formmagick-1.4.0-passlength.patch |
12 |
|
Patch1: e-smith-formmagick-1.4.0-headers.patch |
13 |
|
Patch2: e-smith-formmagick-1.4.0-add2general.patch |
14 |
|
Patch3: e-smith-formmagick-1.4.0-add2general.patch2 |
15 |
|
Patch4: e-smith-formmagick-1.4.0-UTF8.patch |
16 |
BuildRoot: /var/tmp/%{name}-{%version}-%{release}-buildroot/ |
BuildRoot: /var/tmp/%{name}-{%version}-%{release}-buildroot/ |
17 |
Requires: perl(CGI::FormMagick) >= 0.91-28 |
Requires: perl(CGI::FormMagick) >= 0.92-15 |
18 |
Requires: perl(WWW::Automate) >= 0.20 |
Requires: perl(WWW::Automate) >= 0.20 |
19 |
Requires: perl(Crypt::Cracklib) |
Requires: perl(Crypt::Cracklib) |
20 |
Requires: perl(I18N::LangTags) >= 0.27 |
Requires: perl(I18N::LangTags) >= 0.27 |
21 |
Requires: e-smith-lib >= 1.13.1-07 |
Requires: e-smith-lib >= 1.18.0-21 |
22 |
BuildRequires: e-smith-devtools >= 1.6.6 |
BuildRequires: e-smith-devtools >= 1.6.6 |
23 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 1.4.0-10 |
27 |
|
- Cefault charset to UTF-8 unless specified [SME: 3858] |
28 |
|
|
29 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.4.0-9 |
30 |
|
- And more common <base> entries to general [SME: 3886] |
31 |
|
|
32 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.4.0-8 |
33 |
|
- Added more common <base> entries to general [SME: 3886] |
34 |
|
|
35 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.4.0-7 |
36 |
|
- Added header <base> entries to general [SME: 3886] |
37 |
|
|
38 |
* Thu Nov 08 2007 Gavin Weight <gweight@gmail.com> 1.4.0-6 |
* Thu Nov 08 2007 Gavin Weight <gweight@gmail.com> 1.4.0-6 |
39 |
- Remove/Fix Formmagick.pm.orig file. [SME: 3526] |
- Remove/Fix Formmagick.pm.orig file. [SME: 3526] |
40 |
|
|
460 |
%prep |
%prep |
461 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
462 |
%patch0 -p1 |
%patch0 -p1 |
463 |
|
%patch1 -p1 |
464 |
|
%patch2 -p1 |
465 |
|
%patch3 -p1 |
466 |
|
%patch4 -p1 |
467 |
|
|
468 |
%build |
%build |
469 |
# build the test suite from embedded tests |
# build the test suite from embedded tests |