/[smecontribs]/rpms/smeserver-fetchmail/contribs9/smeserver-fetchmail.spec
ViewVC logotype

Contents of /rpms/smeserver-fetchmail/contribs9/smeserver-fetchmail.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (show annotations) (download)
Fri May 26 18:57:41 2017 UTC (7 years ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-fetchmail-1_6-10_el6_sme
Changes since 1.6: +7 -2 lines
* Fri May 26 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.6-10.sme
- added option field for sslfingerprint compatibility [SME: 8287]

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed