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 18 |
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 |
|
Patch5: e-smith-formmagick-1.4.0-add2general.patch3 |
17 |
BuildRoot: /var/tmp/%{name}-{%version}-%{release}-buildroot/ |
BuildRoot: /var/tmp/%{name}-{%version}-%{release}-buildroot/ |
18 |
Requires: perl(CGI::FormMagick) >= 0.91-28 |
Requires: perl-CGI-FormMagick >= 0.92-16.el4.sme |
19 |
Requires: perl(WWW::Automate) >= 0.20 |
Requires: perl(WWW::Automate) >= 0.20 |
20 |
Requires: perl(Crypt::Cracklib) |
Requires: perl(Crypt::Cracklib) |
21 |
Requires: perl(I18N::LangTags) >= 0.27 |
Requires: perl(I18N::LangTags) >= 0.27 |
22 |
Requires: e-smith-lib >= 1.13.1-07 |
Requires: e-smith-lib >= 1.18.0-21 |
23 |
BuildRequires: e-smith-devtools >= 1.6.6 |
BuildRequires: e-smith-devtools >= 1.6.6 |
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Mon Aug 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-18 |
28 |
|
- Reverting some locale changes |
29 |
|
|
30 |
|
* Sun Jul 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-17 |
31 |
|
- Revert patch here and fix in e-smith-ibays instead because of multiple |
32 |
|
dependencies and incorrect naming scheme |
33 |
|
|
34 |
|
* Sun Jul 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-16 |
35 |
|
- Fix password verify entry text box description in ibays panel entry |
36 |
|
in e-smith-formmagick's general [SME: 4460] |
37 |
|
|
38 |
|
* Tue Jul 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-15 |
39 |
|
- Moving single occurence for HOSTTYPE back to e-smith-hosts |
40 |
|
|
41 |
|
* Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-14 |
42 |
|
- Added missing entry to general [SME: 4289] |
43 |
|
|
44 |
|
* Mon Apr 28 2008 Shad L. Lords <slords@mail.com> 1.4.0-13 |
45 |
|
- Bump release to allow rebuild |
46 |
|
|
47 |
|
* Fri Apr 25 2008 Shad L. Lords <slords@mail.com> 1.4.0-12 |
48 |
|
- Update requires to really pull in perl-CGI-FormMagick [SME: 4269] |
49 |
|
|
50 |
|
* Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-11 |
51 |
|
- And more common <base> entries to general [SME: 4289] |
52 |
|
|
53 |
|
* Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 1.4.0-10 |
54 |
|
- Default charset to UTF-8 unless specified [SME: 3858] |
55 |
|
|
56 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.4.0-9 |
57 |
|
- And more common <base> entries to general [SME: 3886] |
58 |
|
|
59 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.4.0-8 |
60 |
|
- Added more common <base> entries to general [SME: 3886] |
61 |
|
|
62 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.4.0-7 |
63 |
|
- Added header <base> entries to general [SME: 3886] |
64 |
|
|
65 |
* 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 |
66 |
- Remove/Fix Formmagick.pm.orig file. [SME: 3526] |
- Remove/Fix Formmagick.pm.orig file. [SME: 3526] |
67 |
|
|
487 |
%prep |
%prep |
488 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
489 |
%patch0 -p1 |
%patch0 -p1 |
490 |
|
%patch1 -p1 |
491 |
|
%patch2 -p1 |
492 |
|
%patch3 -p1 |
493 |
|
%patch4 -p1 |
494 |
|
%patch5 -p1 |
495 |
|
|
496 |
%build |
%build |
497 |
# build the test suite from embedded tests |
# build the test suite from embedded tests |
516 |
|
|
517 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |
518 |
%defattr(-,root,root) |
%defattr(-,root,root) |
|
|
|