/[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.12 - (hide annotations) (download)
Mon Apr 28 23:21:44 2008 UTC (16 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: smeserver-fetchmail-1_3_6-7_el4_sme
Changes since 1.11: +2 -2 lines
Update requires

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

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