/[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.5 - (show annotations) (download)
Fri Feb 6 08:53:37 2015 UTC (9 years, 3 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-fetchmail-1_4-5_el5_sme
Changes since 1.4: +6 -2 lines
* Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.4-5.sme
- Add settings if smtpd TCPPort set to a non default value [sme: 8796]
- [sme: 8836]

1 # $Id: smeserver-fetchmail.spec,v 1.4 2015/01/12 17:27:11 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 5
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 * Fri Feb 06 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.4-5.sme
31 - Add settings if smtpd TCPPort set to a non default value [sme: 8796]
32 - [sme: 8836]
33
34 * Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.4-4.sme
35 - recovery large attachments with fetchmail [SME: 8630]
36
37 * Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.4-3.sme
38 - Add settings if smtpd TCPPort set to a non default value [sme: 8796]
39 - code done by ecureuil <gentil_ecureuil@hotmail.com>
40
41 * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.4-2.sme
42 - apply locale 2013-07-14 patch
43
44 * Sun Jun 3 2012 JP PIALASSE tests@pialasse.com 1.4-1.sme
45 - Initial version
46
47 %description
48 sme server enhancement to make fetchmail more useable
49
50 %prep
51 %setup
52 %patch0 -p1
53 %patch1 -p1
54 %patch2 -p1
55
56
57 %build
58 perl createlinks
59 echo "%{version}-%{release}" >root/etc/e-smith/db/configuration/defaults/%{smepanel}/version
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
64 rm -f %{name}-%{version}-filelist
65 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
66 echo "%doc COPYING" >> %{name}-%{version}-filelist
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files -f %{name}-%{version}-filelist
72 %defattr(-,root,root)

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