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

Annotation of /rpms/smeserver-fetchmail/contribs10/smeserver-fetchmail.spec

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


Revision 1.14 - (hide annotations) (download)
Fri Nov 11 16:01:08 2022 UTC (18 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-fetchmail-1_6-26_el7_sme, HEAD
Changes since 1.13: +3 -3 lines
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-26.sme
- Apply locale 2022-11-11 patch

1 jpp 1.14 # $Id: smeserver-fetchmail.spec,v 1.13 2022/11/11 15:50:39 jpp Exp $
2 brianr 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.6
9 jpp 1.14 %define release 26
10 brianr 1.1 %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     Patch4: smeserver-fetchmail-1.6-locale-2017-12-02.patch
21     Patch5: smeserver-fetchmail-1.6-bz10538-force_spamcheck.patch
22     Patch6: smeserver-fetchmail-1.6-locale-2018-12-14.patch
23     Patch7: smeserver-fetchmail-1.6-locale-2019-12-07.patch
24 brianr 1.3 Patch8: smeserver-fetchmail-1.6-Switch-smptd-to-qpsmtpd-in-panel-perl.patch
25 brianr 1.4 Patch9: smeserver-fetchmail-1.6-Add-Update-event-to-createlinks.patch
26 terryfage 1.5 Patch10: smeserver-fetchmail-1.6-locale-2021-08-22.patch
27 terryfage 1.6 Patch11: smeserver-fetchmail-1.6-bz10538-force_spamcheck_fix.patch
28 terryfage 1.7 Patch12: smeserver-fetchmail-1.6-bz10289-force_spamcheck_revert.patch
29 jpp 1.8 Patch13: smeserver-fetchmail-1.6-bz11058-fixpanel.patch
30 jpp 1.9 Patch14: smeserver-fetchmail-1.6-locale-2022-07-22.patch
31 jpp 1.10 Patch15: smeserver-fetchmail-1.6-bz11979-ids.patch
32 jpp 1.13 Patch16: smeserver-fetchmail-1.6-locale-2022-11-11.patch
33 brianr 1.3
34 brianr 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
35     BuildArchitectures: noarch
36 jpp 1.12 Requires: smeserver-release >= 10.0
37     Requires: e-smith-email >= 5.6.0-18
38 brianr 1.1 Requires: e-smith-formmagick >= 1.4.0-12
39     # for spamcheck on SME9; on SME10 0.96-19 and 2.6.0-32
40     Requires: qpsmtpd >= 0.96-11
41     Requires: smeserver-qpsmtpd >= 2.4.0-39
42     BuildRequires: e-smith-devtools >= 1.13.1-03
43     Obsoletes: sme-fetchmail
44     Obsoletes: smeserver-fetchmail-utf8
45     AutoReqProv: no
46    
47     %changelog
48 jpp 1.14 * Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-26.sme
49 jpp 1.13 - Apply locale 2022-11-11 patch
50    
51 jpp 1.10 * Thu Jul 28 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-24.sme
52     - fix fetchmail restart downloading all emails after reboot [SME: 11979]
53     thanks to Stefano Zamboni for debuging and original fix.
54    
55 jpp 1.9 * Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-23.sme
56     - apply locale patch 2022-07-22
57    
58 jpp 1.8 * Wed Nov 17 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-22.sme
59     - fix panel [SME: 11058]
60     removed SMTP proxy and blocking option and redirect to Proxy panel
61     TODO: module cleanup and cleanup of unused properties
62    
63 terryfage 1.7 * Thu Oct 21 2021 Terry Fage <terry@fage.id.au> 1.6-21.sme
64     - fix template 60fetchmail force spamcheck [SME: 10289]
65    
66 terryfage 1.6 * Tue Oct 12 2021 Terry Fage <terry@fage.id.au> 1.6-20.sme
67     - fix template 60fetchmail force spamcheck [SME: 10538]
68    
69 terryfage 1.5 * Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 1.6-19.sme
70     - apply locale 2021-08-22 patch
71    
72 brianr 1.4 * Fri Mar 26 2021 Brian Read <brianr@bjsystems.co.uk> 1.6-18.sme
73     - Add Update event to createlinks [SME: 11058]
74    
75     * Fri Mar 26 2021 BogusDateBot
76     - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
77     by assuming the date is correct and changing the weekday.
78     Fri Sep 24 2015 --> Fri Sep 18 2015 or Thu Sep 24 2015 or Fri Sep 25 2015 or ....
79    
80 brianr 1.3 * Sun Dec 27 2020 Brian Read <brianr@bjsystems.co.uk> 1.6-17.sme
81     - Switch-smptd-to-qpsmtpd-in-panel-perl [SME: 11058]
82    
83 brianr 1.2 * Tue Oct 27 2020 Brian Read <brianr@bjsystems.co.uk> 1.6-16.sme
84     - Initial import to SME10 tree [SME: 11058]
85    
86 brianr 1.1 * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.6-15.sme
87     - apply locale 2019-12-07 patch
88    
89     * Fri Dec 14 2018 John Crisp <jcrsip@safeandsoundit.co.uk> 1.6.14.sme
90     - apply locale 2018-12-14 patch
91    
92     * Sun Mar 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.6-13.sme
93 brianr 1.4 - Add Update event to createlinks no spamcheck anymore for fetchmail [SME: 10290]
94 brianr 1.1
95     * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 1.6-12.sme
96     - apply locale 2017-12-02 patch
97    
98     * Fri May 26 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.6-11.sme
99     - added option field for sslfingerprint compatibility [SME: 8287]
100    
101     * Wed Jan 13 2016 Daniel Berteaud <daniel@firewall-services.com> 1.6-10.sme
102     - Update event handling (remove broken symlinks) [SME: 9185]
103    
104     * Fri Jan 8 2016 Daniel Berteaud <daniel@firewall-services.com> 1.6-9.sme
105     - Update iptables rules to prevent warning when starting masq [SME: 9180]
106    
107 brianr 1.4 * Thu Sep 24 2015 Daniel Berteaud <daniel@firewall-services.com> 1.6-8.sme
108     Fri Sep 24 2015 --> Fri Sep 18 2015 or Thu Sep 24 2015 or Fri Sep 25 2015 or ....
109 brianr 1.1 - Fix bounce looping each time mails are fetch in case of
110     permanent delivery failure [SME: 9074]
111    
112     * Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-7.sme
113     - Initial release to contribs9
114    
115     * Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-6.sme
116     - Corrected a typo in the detection of smtpd port in the template 90fetchmail
117    
118     * Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-4.sme
119     - Add settings if smtpd TCPPort set to a non default value [sme: 8797]
120     - code done by ecureuil <gentil_ecureuil@hotmail.com>
121    
122     * Sun Nov 2 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-3.sme
123     - Recovery of large attachments with fetchmail [SME:8630]
124    
125     * Sun Oct 5 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-2.sme
126     - bug of .gitignore in /etc/e-smith/web/panels/manager/cgi-bin
127    
128     * Sat Jun 21 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6-1.sme
129     - Initial release to sme9
130    
131     * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.4-2.sme
132     - apply locale 2013-07-14 patch
133    
134     * Sun Jun 3 2012 JP PIALASSE tests@pialasse.com 1.4-1.sme
135     - Initial version
136    
137     %description
138     sme server enhancement to make fetchmail more useable
139    
140     %prep
141     %setup
142     %patch0 -p1
143     %patch1 -p1
144     %patch2 -p1
145     %patch3 -p1
146     %patch4 -p1
147     %patch5 -p1
148     %patch6 -p1
149     %patch7 -p1
150 brianr 1.3 %patch8 -p1
151 brianr 1.4 %patch9 -p1
152 terryfage 1.5 %patch10 -p1
153 terryfage 1.6 %patch11 -p1
154 terryfage 1.7 %patch12 -p1
155 jpp 1.8 %patch13 -p1
156 jpp 1.9 %patch14 -p1
157 jpp 1.10 mkdir -p root/var/lib/fetchmail
158     %patch15 -p1
159 jpp 1.13 %patch16 -p1
160 brianr 1.1
161     %build
162     perl createlinks
163     echo "%{version}-%{release}" >root/etc/e-smith/db/configuration/defaults/%{smepanel}/version
164    
165     %install
166     rm -rf $RPM_BUILD_ROOT
167     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
168     rm -f %{name}-%{version}-filelist
169 jpp 1.10 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
170 jpp 1.11 --dir /var/lib/fetchmail 'attr(0750,qmailr,qmail)' \
171 jpp 1.10 > %{name}-%{version}-filelist
172 brianr 1.1 echo "%doc COPYING" >> %{name}-%{version}-filelist
173    
174     %clean
175     rm -rf $RPM_BUILD_ROOT
176    
177     %files -f %{name}-%{version}-filelist
178     %defattr(-,root,root)

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