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