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

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

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


Revision 1.29 - (hide annotations) (download)
Wed Oct 21 17:55:57 2009 UTC (14 years, 7 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-fetchmail-1_3_6-21_el4_sme
Changes since 1.28: +7 -2 lines
apply locale 2009-10-21 patch

1 vip-ire 1.29 # $Id: smeserver-fetchmail.spec,v 1.28 2009/08/24 17:58:13 slords Exp $
2 slords 1.1 # Authority: ???
3     # Name: Pascal Schirrmann
4    
5     Summary: sme module to generate fetchmail poll
6     %define name smeserver-fetchmail
7     Name: %{name}
8     %define version 1.3.6
9 vip-ire 1.29 %define release 21
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}.tar.gz
16 slords 1.2 Patch0: smeserver-fetchmail-1.3.6-createlnks.patch
17 slords 1.3 Patch1: smeserver-fetchmail-1.3.6-duplocale.patch
18 slords 1.7 Patch2: smeserver-fetchmail-1.3.6-locale-2008-04-24.patch
19 snetram 1.8 Patch3: smeserver-fetchmail-1.3.6-locale-2008-04-26.patch
20 snetram 1.9 Patch4: smeserver-fetchmail-1.3.6-add2general.patch
21 snetram 1.10 Patch5: smeserver-fetchmail-1.3.6-locale-2008-04-27.patch
22 snetram 1.15 Patch6: smeserver-fetchmail-1.3.6-locale-2008-07-01.patch
23 snetram 1.16 Patch7: smeserver-fetchmail-1.3.6-locale-2008-10-14.patch
24 snetram 1.17 Patch8: smeserver-fetchmail-1.3.6-locale-2008-11-05.patch
25 snetram 1.20 Patch9: smeserver-fetchmail-1.3.6-locale-2009-01-01.patch
26 snetram 1.21 Patch10: smeserver-fetchmail-1.3.6-locale-2009-01-31.patch
27 snetram 1.22 Patch11: smeserver-fetchmail-1.3.6-locale-2009-03-01.patch
28 slords 1.23 Patch12: smeserver-fetchmail-1.3.6-locale-2009-03-03.patch
29 slords 1.24 Patch13: smeserver-fetchmail-1.3.6-domainlength.patch
30 snetram 1.26 Patch14: smeserver-fetchmail-1.3.6-erroronexpandtemplate.patch
31     Patch15: smeserver-fetchmail-1.3.6-locale-2009-04-07.patch
32 slords 1.27 Patch16: smeserver-fetchmail-1.3.6-locale-2009-04-27.patch
33 slords 1.28 Patch17: smeserver-fetchmail-1.3.6-locale-2009-08-24.patch
34 vip-ire 1.29 Patch18: smeserver-fetchmail-1.3.6-locale-2009-10-21.patch
35 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
36     BuildArchitectures: noarch
37     Requires: smeserver-release >= 7.3
38     Requires: e-smith-email >= 4.16.0-18
39 slords 1.12 Requires: e-smith-formmagick >= 1.4.0-12
40 slords 1.1 BuildRequires: e-smith-devtools >= 1.13.1-03
41     Obsoletes: sme-fetchmail
42 slords 1.7 Obsoletes: smeserver-fetchmail-utf8
43 slords 1.1 AutoReqProv: no
44    
45     %changelog
46 vip-ire 1.29 * Wed Oct 21 2009 SME Translation Server <translations@contribs.org> 1.3.6-21.sme
47     - apply locale 2009-10-21 patch
48    
49 slords 1.28 * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 1.3.6-20.sme
50     - apply locale 2009-08-24 patch
51    
52 slords 1.27 * Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 1.3.6-19.sme
53     - apply locale 2009-04-27 patch
54    
55 snetram 1.26 * Tue Apr 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-18
56     - Fix error during template expansion [SME: 5147]
57     - Apply 7 Apr 2009 locale patch
58    
59 slords 1.25 * Thu Mar 5 2009 Shad L. Lords <slords@mail.com> 1.3.6-17
60 slords 1.24 - Fix domainlength issues [SME: 5037]
61    
62 slords 1.23 * Tue Mar 03 2009 SME Translation Server
63     - apply locale 2009-03-03 patch
64    
65 snetram 1.22 * Sun Mar 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-15
66     - Apply 1 Mar 2009 locale patch [SME: 5018]
67    
68 snetram 1.21 * Sat Jan 31 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-14
69     - Apply 31 Jan 2009 locale patch [SME: 4951]
70    
71 snetram 1.20 * Thu Jan 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-13
72     - Apply 1 Jan 2009 locale patch [SME: 4900]
73    
74 snetram 1.17 * Wed Nov 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-12
75     - Apply 5 Nov 2008 locale patch
76    
77 snetram 1.16 * Tue Oct 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-11
78     - Apply 14 Oct 2008 locale patch
79    
80 snetram 1.15 * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-10
81     - Apply 1 July 2008 locale patch
82    
83 snetram 1.13 * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-9
84     - Apply 5 May 2008 locale patch
85    
86 snetram 1.10 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-8
87     - Add common <base> tags to e-smith-formmagick's general to other locales
88    
89 snetram 1.9 * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-7
90     - Add common <base> tags to e-smith-formmagick's general
91    
92 snetram 1.8 * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-6
93     - Added da locale patch
94    
95 slords 1.7 * Thu Apr 24 2008 Shad L. Lords <slords@mail.com> 1.3.6-5
96     - update locale to Apr-24-2008 version (fix fr/de/it translations)
97    
98 snetram 1.5 * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-4
99     - Added locale patch
100    
101 snetram 1.4 * Mon Apr 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-3
102     - Removed %post macro as instructions were irrelevant and caused errors
103    
104 slords 1.3 * Mon Apr 21 2008 Shad L. Lords <slords@mail.com> 1.3.6-2.sme
105     - Remove duplicate translation entries
106    
107 slords 1.1 * Sun Apr 20 2008 Shad L. Lords <slords@mail.com> 1.3.6-1.sme
108     - Cleanup tar file. Prepare for import to buildsys.
109    
110     * Tue Mar 20 2007 Pascal Schirrmann <schirrms@schirrms.net>
111     - some translations typo create troubles on new installations.
112     - Thanks to Dietmar Berteld, new German Translation
113     [1.3.5-01]
114     * Mon Mar 05 2007 Pascal Schirrmann <schirrms@schirrms.net>
115     - SME 7.1 came with a major change in the incomming mails work: internal mails weren't any more processed by
116     SpamAssassin. But mails coming via fetchmails were seen as local mails !
117     SME 7.1.1 come with a workaround for that, and this version uses this workaround.
118     Therefore, version 1.3.5 and up are no more comatible with SME 7.1.0 and below
119     Big thanks to Yves for his help
120     - Experimental support for SPOP mail (tested with gmail only)
121     - Better support of the fetchmail postmaster configuration.
122     - Adds the long waited 'timeout' option to limit the wait time in case of a non responding server (1 min default)
123     This is a system wide configuration, and only by the database.
124     [1.3.5-00]
125     * Wed Oct 25 2006 Pascal Schirrmann <schirrms@schirrms.net>
126     - SME7 now supports login name with a dot. But this brokes some parts of smeserver-fetchmail,
127     if case of multi recipients (smeserver-fetchmail use qmail groups, who don't like dot in their filename)
128     [1.3.4-10]
129     * Wed Apr 26 2006 Pascal Schirrmann <schirrms@schirrms.net>
130     - some features were broken in SME 7, due to changes in the actions directory
131     I made my best to create a version working on SME 6 and SME 7 but this is ugly !
132     - IMAP is now the default choice when creating a new fetch rule, as fetchmail
133     works better with IMAP than POP3.
134     - Thanks to Dietmar Berteld, a german translation
135     [1.3.4-09]
136     * Sat Jan 14 2006 Pascal Schirrmann <schirrms@schirrms.net>
137     - SMEServer is an obsoleted package. Version check now on e-smith-release
138     - New English version, thanks to Dave Dumolo
139     - A Mail server can now be set by its IP address
140     - some changes to hopefully suppress all errors during uninstall/upgrade
141     [1.3.4-08]
142     * Sat Oct 22 2005 Pascal Schirrmann <schirrms@schirrms.net>
143     - bug correction : smeserver-fetchmail didn't work on SME7beta4
144     and newer : there was a call to a sessiondir sub in the package
145     FormMagick, but this sub is no longer present.
146     As the call was only here for debug purpose, the change was easy ;-)
147     [1.3.4-07]
148     * Fri Aug 19 2005 Pascal Schirrmann <schirrms@schirrms.net>
149     - Rush correction : the use of the smarthost as a destination
150     server for fetchmail was a terrible mistake.
151     now the server use the internal mail server.
152     - also trying to use a more academic patch way for the
153     intermediate releases.
154     [1.3.4-06]
155     * Tue Aug 02 2005 Pascal Schirrmann <schirrms@schirrms.net>
156     - add a test to be compatible with SME 7.0 Alpha
157     - put the destination server as a variable
158     - add the italian translation, many thanks to
159     Antonio Fragola - MrShark - www.mrshark.it
160     [1.3.4-05]
161     * Sat Apr 30 2005 Pascal Schirrmann <schirrms@schirrms.net>
162     - change a record creation mode in fetchmail_temp.db to
163     be compatible with the SME 6.5 validator
164     - change the offending fm% prefix to fm_fm-
165     [1.3.4-04]
166     * Sat Feb 05 2005 Vincent Filali <vincent@e-smith.dyndns.org>
167     - Some changes to be more compatible with anti spam mailrules
168     [1.3.4-03]
169     * Thu Jun 03 2004 Pascal Schirrmann <schirrms@schirrms.net>
170     - Some visuals improvments in the footer update ;-)
171     [1.3.4-02]
172     * Wed Jun 02 2004 Pascal Schirrmann <schirrms@schirrms.net>
173     - add a mail ref in the panels.
174     [1.3.4-01]
175     * Sun May 30 2004 Pascal Schirrmann <schirrms@schirrms.net>
176     - Some ligth internals changes : add of a version field in
177     database, use of const in some perl scrips, separator changes
178     in the user database.
179     - It's now possible to have more than one external e-mail
180     redirection.
181     - possibiliy to block SMTP and NNTP access.
182     [1.3.4-00]
183     * Mon May 10 2004 Pascal Schirrmann <schirrms@schirrms.net>
184     - account and password are stored 'in Hex' to avoid conflicts.
185     - Seems that every characters could be use in external names
186     and password, but the pipe cannit be use : FormMagick
187     doesn't like it !
188     [1.3.3-02]
189     * Mon May 10 2004 Pascal Schirrmann <schirrms@schirrms.net>
190     - Some small changes in 'special characters' protection in
191     90fetchmail.
192     [1.3.3-01]
193     * Sun May 09 2004 Pascal Schirrmann <schirrms@schirrms.net>
194     - Even simpler, even safer : as the TransOption can
195     conflict with the Ghost Option i removed it
196     [1.3.3-00]
197     * Sun May 09 2004 Pascal Schirrmann <schirrms@schirrms.net>
198     - the use of maillist is a success ;-) so we use now
199     also the maillist for an external mail
200     [1.3.2-01]
201     * Sun May 09 2004 Pascal Schirrmann <schirrms@schirrms.net>
202     - brand new way for MailCopyTo : creation of mail lists
203     (all prefixed by FM% to avoid name clash) and use of theses
204     lists to distribute a mail.
205     [1.3.2-00]
206     * Sat May 08 2004 Pascal Schirrmann <schirrms@schirrms.net>
207     - MailCopyto bahavior change : the option 'fetchall' is no
208     more present
209     (this was a wrong way: see above)
210     [1.3.1-02]
211     * Fri May 07 2004 Pascal Schirrmann <schirrms@schirrms.net>
212     - BugFix: In debug mode, only one ext mailboxe was debuged
213     [1.3.1-01]
214     * Fri May 07 2004 Pascal Schirrmann <schirrms@schirrms.net>
215     - All Fetchmails records in user database now prefixed 'FM-'
216     [1.3.1-00]
217     * Sun May 02 2004 Pascal Schirrmann <schirrms@schirrms.net>
218     - French Lexicon added.
219     [1.3.0-03]
220     * Sun May 02 2004 Pascal Schirrmann <schirrms@schirrms.net>
221     - Some changes in 90fetchmail : now, alls access to the
222     database are done 'new style'.
223     - Finals steps before a french version.
224     [1.3.0-02]
225     * Sat May 01 2004 Pascal Schirrmann <schirrms@schirrms.net>
226     - A little bug in crontab template.
227     - Cosmetics works.
228     [1.3.0-01]
229     * Sat May 01 2004 Pascal Schirrmann <schirrms@schirrms.net>
230     - First 'working' beta release. Need lot of cosmetics works.
231     - Change numbering to a more classical way.
232     [1.3.0-00]
233     * Sat Apr 24 2004 Pascal Schirrmann <schirrms@schirrms.net>
234     - intermediate 'release' should give a beta.
235     [1.3-0]
236     * Sun Mar 21 2004 Pascal Schirrmann <schirrms@schirrms.net>
237     - Start a new release, FormMagick Compliant ;-)
238     - change the name to smeserver-fetchmail
239     [1.2-0]
240     * Mon Mar 15 2004 Pascal Schirrmann <schirrms@schirrms.net>
241     - This is a 'very light' version !
242     - Moved all templates to templates dir
243     - create an entry fetchmailbis in the database (name to change)
244     - fetchmailbis works even if fetchmail is desactivated
245     - no design change now
246     [1.1-01]
247     * Sun Mar 14 2004 Pascal Schirrmann <schirrms@schirrms.net>
248     - Start a new test release
249     [1.1-0]
250     * Fri Aug 24 2001 Filali-Ansary vincent <filali.v@tiscali.fr>
251     - initial release
252     [1.0-2]
253    
254     %description
255     sme server enhancement to make fetchmail more useable
256    
257     %prep
258     %setup
259 slords 1.2 %patch0 -p1
260 slords 1.3 %patch1 -p1
261 slords 1.7 %patch2 -p1
262 snetram 1.8 %patch3 -p1
263 snetram 1.11 %patch4 -p1
264 snetram 1.10 %patch5 -p1
265 snetram 1.15 %patch6 -p1
266 snetram 1.16 %patch7 -p1
267 snetram 1.17 %patch8 -p1
268 snetram 1.20 %patch9 -p1
269 snetram 1.21 %patch10 -p1
270 snetram 1.22 %patch11 -p1
271 slords 1.23 %patch12 -p1
272 slords 1.24 %patch13 -p1
273 snetram 1.26 %patch14 -p1
274     %patch15 -p1
275 slords 1.27 %patch16 -p1
276 slords 1.28 %patch17 -p1
277 vip-ire 1.29 %patch18 -p1
278 slords 1.1
279     %build
280     perl createlinks
281     echo "%{version}-%{release}" >root/etc/e-smith/db/configuration/defaults/%{smepanel}/version
282    
283     %install
284     rm -rf $RPM_BUILD_ROOT
285     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
286     rm -f %{name}-%{version}-filelist
287     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
288     echo "%doc COPYING" >> %{name}-%{version}-filelist
289    
290     %clean
291     rm -rf $RPM_BUILD_ROOT
292    
293     %files -f %{name}-%{version}-filelist
294     %defattr(-,root,root)

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