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

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

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


Revision 1.7 - (hide annotations) (download)
Tue Mar 22 10:33:52 2016 UTC (8 years, 1 month ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-fetchmail-1_4-7_el5_sme
Changes since 1.6: +8 -3 lines
* Tue Mar 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-7.sme
- NFR: sslfingerprint option for german providers  [SME: 8287]
- code from Pascal SCHIRRMANN, patch from Stephane de Labrusse

1 unnilennium 1.7 # $Id: smeserver-fetchmail.spec,v 1.6 2015/02/06 09:34:25 stephdl Exp $
2 slords 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.4
9 unnilennium 1.7 %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}.tgz
16 unnilennium 1.2 Patch0: smeserver-fetchmail-1.4-locale-2013-07-14.patch
17 stephdl 1.3 Patch1: smeserver-fetchmail-1.4.non_standard_smtpd_TCPPort.patch
18 stephdl 1.4 Patch2: smeserver-fetchmail-1.4.Recovery_of_large_attachments_with_fetchmail.patch
19 unnilennium 1.7 Patch3: smeserver-fetchmail_add_sslfingerprint.patch
20 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21     BuildArchitectures: noarch
22     Requires: smeserver-release >= 8.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 unnilennium 1.7 * Tue Mar 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-7.sme
32     - NFR: sslfingerprint option for german providers [SME: 8287]
33     - code from Pascal SCHIRRMANN, patch from Stephane de Labrusse
34    
35 stephdl 1.6 * Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.4-6.sme
36     - Add settings if smtpd TCPPort set to a non default value
37 stephdl 1.5 - [sme: 8836]
38    
39 stephdl 1.4 * Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.4-4.sme
40     - recovery large attachments with fetchmail [SME: 8630]
41    
42 stephdl 1.3 * Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.4-3.sme
43     - Add settings if smtpd TCPPort set to a non default value [sme: 8796]
44     - code done by ecureuil <gentil_ecureuil@hotmail.com>
45    
46 unnilennium 1.2 * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.4-2.sme
47     - apply locale 2013-07-14 patch
48    
49     * Sun Jun 3 2012 JP PIALASSE tests@pialasse.com 1.4-1.sme
50 slords 1.1 - Initial version
51    
52     %description
53     sme server enhancement to make fetchmail more useable
54    
55     %prep
56     %setup
57 unnilennium 1.2 %patch0 -p1
58 stephdl 1.3 %patch1 -p1
59 stephdl 1.4 %patch2 -p1
60 unnilennium 1.7 %patch3 -p1
61 slords 1.1
62     %build
63     perl createlinks
64     echo "%{version}-%{release}" >root/etc/e-smith/db/configuration/defaults/%{smepanel}/version
65    
66     %install
67     rm -rf $RPM_BUILD_ROOT
68     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
69     rm -f %{name}-%{version}-filelist
70     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
71     echo "%doc COPYING" >> %{name}-%{version}-filelist
72    
73     %clean
74     rm -rf $RPM_BUILD_ROOT
75    
76     %files -f %{name}-%{version}-filelist
77     %defattr(-,root,root)

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