1 |
stephdl |
1.4 |
# $Id: smeserver-fetchmail.spec,v 1.3 2015/01/12 17:00:26 stephdl Exp $ |
2 |
slords |
1.1 |
# Authority: unnilennium |
3 |
|
|
# Name: Jean-Philippe Pialasse |
4 |
|
|
|
5 |
|
|
Summary: sme module to generate fetchmail poll |
6 |
|
|
%define name smeserver-fetchmail |
7 |
|
|
Name: %{name} |
8 |
|
|
%define version 1.4 |
9 |
stephdl |
1.4 |
%define release 4 |
10 |
slords |
1.1 |
%define smepanel FetchMails |
11 |
|
|
Version: %{version} |
12 |
|
|
Release: %{release}%{?dist} |
13 |
|
|
License: GPL |
14 |
|
|
Group: Networking/Daemons |
15 |
|
|
Source: %{name}-%{version}.tgz |
16 |
unnilennium |
1.2 |
Patch0: smeserver-fetchmail-1.4-locale-2013-07-14.patch |
17 |
stephdl |
1.3 |
Patch1: smeserver-fetchmail-1.4.non_standard_smtpd_TCPPort.patch |
18 |
stephdl |
1.4 |
Patch2: smeserver-fetchmail-1.4.Recovery_of_large_attachments_with_fetchmail.patch |
19 |
slords |
1.1 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
|
|
BuildArchitectures: noarch |
21 |
|
|
Requires: smeserver-release >= 8.0 |
22 |
|
|
Requires: e-smith-email >= 4.16.0-18 |
23 |
|
|
Requires: e-smith-formmagick >= 1.4.0-12 |
24 |
|
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
25 |
|
|
Obsoletes: sme-fetchmail |
26 |
|
|
Obsoletes: smeserver-fetchmail-utf8 |
27 |
|
|
AutoReqProv: no |
28 |
|
|
|
29 |
|
|
%changelog |
30 |
stephdl |
1.4 |
* Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.4-4.sme |
31 |
|
|
- recovery large attachments with fetchmail [SME: 8630] |
32 |
|
|
|
33 |
stephdl |
1.3 |
* Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.4-3.sme |
34 |
|
|
- Add settings if smtpd TCPPort set to a non default value [sme: 8796] |
35 |
|
|
- code done by ecureuil <gentil_ecureuil@hotmail.com> |
36 |
|
|
|
37 |
unnilennium |
1.2 |
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.4-2.sme |
38 |
|
|
- apply locale 2013-07-14 patch |
39 |
|
|
|
40 |
|
|
* Sun Jun 3 2012 JP PIALASSE tests@pialasse.com 1.4-1.sme |
41 |
slords |
1.1 |
- Initial version |
42 |
|
|
|
43 |
|
|
%description |
44 |
|
|
sme server enhancement to make fetchmail more useable |
45 |
|
|
|
46 |
|
|
%prep |
47 |
|
|
%setup |
48 |
unnilennium |
1.2 |
%patch0 -p1 |
49 |
stephdl |
1.3 |
%patch1 -p1 |
50 |
stephdl |
1.4 |
%patch2 -p1 |
51 |
|
|
|
52 |
slords |
1.1 |
|
53 |
|
|
%build |
54 |
|
|
perl createlinks |
55 |
|
|
echo "%{version}-%{release}" >root/etc/e-smith/db/configuration/defaults/%{smepanel}/version |
56 |
|
|
|
57 |
|
|
%install |
58 |
|
|
rm -rf $RPM_BUILD_ROOT |
59 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
60 |
|
|
rm -f %{name}-%{version}-filelist |
61 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
62 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-filelist |
63 |
|
|
|
64 |
|
|
%clean |
65 |
|
|
rm -rf $RPM_BUILD_ROOT |
66 |
|
|
|
67 |
|
|
%files -f %{name}-%{version}-filelist |
68 |
|
|
%defattr(-,root,root) |