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

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

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


Revision 1.4 - (show annotations) (download)
Mon Jan 12 17:27:11 2015 UTC (9 years, 4 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-fetchmail-1_4-4_el5_sme
Changes since 1.3: +8 -2 lines
* Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.4-4.sme
- recovery large attachments with fetchmail [SME: 8630]

1 # $Id: smeserver-fetchmail.spec,v 1.3 2015/01/12 17:00:26 stephdl 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.4
9 %define release 4
10 %define smepanel FetchMails
11 Version: %{version}
12 Release: %{release}%{?dist}
13 License: GPL
14 Group: Networking/Daemons
15 Source: %{name}-%{version}.tgz
16 Patch0: smeserver-fetchmail-1.4-locale-2013-07-14.patch
17 Patch1: smeserver-fetchmail-1.4.non_standard_smtpd_TCPPort.patch
18 Patch2: smeserver-fetchmail-1.4.Recovery_of_large_attachments_with_fetchmail.patch
19 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20 BuildArchitectures: noarch
21 Requires: smeserver-release >= 8.0
22 Requires: e-smith-email >= 4.16.0-18
23 Requires: e-smith-formmagick >= 1.4.0-12
24 BuildRequires: e-smith-devtools >= 1.13.1-03
25 Obsoletes: sme-fetchmail
26 Obsoletes: smeserver-fetchmail-utf8
27 AutoReqProv: no
28
29 %changelog
30 * Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.4-4.sme
31 - recovery large attachments with fetchmail [SME: 8630]
32
33 * Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.4-3.sme
34 - Add settings if smtpd TCPPort set to a non default value [sme: 8796]
35 - code done by ecureuil <gentil_ecureuil@hotmail.com>
36
37 * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.4-2.sme
38 - apply locale 2013-07-14 patch
39
40 * Sun Jun 3 2012 JP PIALASSE tests@pialasse.com 1.4-1.sme
41 - Initial version
42
43 %description
44 sme server enhancement to make fetchmail more useable
45
46 %prep
47 %setup
48 %patch0 -p1
49 %patch1 -p1
50 %patch2 -p1
51
52
53 %build
54 perl createlinks
55 echo "%{version}-%{release}" >root/etc/e-smith/db/configuration/defaults/%{smepanel}/version
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
60 rm -f %{name}-%{version}-filelist
61 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
62 echo "%doc COPYING" >> %{name}-%{version}-filelist
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files -f %{name}-%{version}-filelist
68 %defattr(-,root,root)

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