1 |
vip-ire |
1.5 |
# $Id: smeserver-fetchmail.spec,v 1.4 2016/01/08 11:02:45 vip-ire Exp $ |
2 |
vip-ire |
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 |
stephdl |
1.2 |
%define version 1.6 |
9 |
vip-ire |
1.4 |
%define release 9 |
10 |
vip-ire |
1.1 |
%define smepanel FetchMails |
11 |
|
|
Version: %{version} |
12 |
|
|
Release: %{release}%{?dist} |
13 |
|
|
License: GPL |
14 |
|
|
Group: Networking/Daemons |
15 |
stephdl |
1.2 |
Source: %{name}-%{version}.tar.gz |
16 |
vip-ire |
1.3 |
Patch0: smeserver-fetchmail-1.6-stop_bounce_loop.patch |
17 |
vip-ire |
1.4 |
Patch1: smeserver-fetchmail-1.6-update_iptables_rules.patch |
18 |
vip-ire |
1.1 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
|
|
BuildArchitectures: noarch |
20 |
stephdl |
1.2 |
Requires: smeserver-release >= 9.0 |
21 |
vip-ire |
1.1 |
Requires: e-smith-email >= 4.16.0-18 |
22 |
|
|
Requires: e-smith-formmagick >= 1.4.0-12 |
23 |
|
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
24 |
|
|
Obsoletes: sme-fetchmail |
25 |
|
|
Obsoletes: smeserver-fetchmail-utf8 |
26 |
|
|
AutoReqProv: no |
27 |
|
|
|
28 |
|
|
%changelog |
29 |
vip-ire |
1.4 |
* Fri Jan 8 2016 Daniel Berteaud <daniel@firewall-services.com> 1.6-9.sme |
30 |
vip-ire |
1.5 |
- Update iptables rules to prevent warning when starting masq [SME: 9180] |
31 |
vip-ire |
1.4 |
|
32 |
vip-ire |
1.3 |
* Fri Sep 24 2015 Daniel Berteaud <daniel@firewall-services.com> 1.6-8.sme |
33 |
|
|
- Fix bounce looping each time mails are fetch in case of |
34 |
|
|
permanent delivery failure [SME: 9074] |
35 |
|
|
|
36 |
stephdl |
1.2 |
* Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-7.sme |
37 |
|
|
- Initial release to contribs9 |
38 |
|
|
|
39 |
|
|
* Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-6.sme |
40 |
|
|
- Corrected a typo in the detection of smtpd port in the template 90fetchmail |
41 |
|
|
|
42 |
|
|
* Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-4.sme |
43 |
|
|
- Add settings if smtpd TCPPort set to a non default value [sme: 8797] |
44 |
|
|
- code done by ecureuil <gentil_ecureuil@hotmail.com> |
45 |
|
|
|
46 |
|
|
* Sun Nov 2 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-3.sme |
47 |
|
|
- Recovery of large attachments with fetchmail [SME:8630] |
48 |
|
|
|
49 |
|
|
* Sun Oct 5 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-2.sme |
50 |
|
|
- bug of .gitignore in /etc/e-smith/web/panels/manager/cgi-bin |
51 |
|
|
|
52 |
|
|
* Sat Jun 21 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-1.sme |
53 |
|
|
- Initial release to sme9 |
54 |
vip-ire |
1.1 |
|
55 |
|
|
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.4-2.sme |
56 |
|
|
- apply locale 2013-07-14 patch |
57 |
|
|
|
58 |
|
|
* Sun Jun 3 2012 JP PIALASSE tests@pialasse.com 1.4-1.sme |
59 |
|
|
- Initial version |
60 |
|
|
|
61 |
|
|
%description |
62 |
|
|
sme server enhancement to make fetchmail more useable |
63 |
|
|
|
64 |
|
|
%prep |
65 |
|
|
%setup |
66 |
vip-ire |
1.3 |
%patch0 -p1 |
67 |
vip-ire |
1.4 |
%patch1 -p1 |
68 |
vip-ire |
1.1 |
|
69 |
|
|
%build |
70 |
|
|
perl createlinks |
71 |
|
|
echo "%{version}-%{release}" >root/etc/e-smith/db/configuration/defaults/%{smepanel}/version |
72 |
|
|
|
73 |
|
|
%install |
74 |
|
|
rm -rf $RPM_BUILD_ROOT |
75 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
76 |
|
|
rm -f %{name}-%{version}-filelist |
77 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
78 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-filelist |
79 |
|
|
|
80 |
|
|
%clean |
81 |
|
|
rm -rf $RPM_BUILD_ROOT |
82 |
|
|
|
83 |
|
|
%files -f %{name}-%{version}-filelist |
84 |
|
|
%defattr(-,root,root) |