/[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.3 - (hide annotations) (download)
Mon Jan 12 17:00:26 2015 UTC (9 years, 4 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-fetchmail-1_4-3_el5_sme
Changes since 1.2: +8 -2 lines
* Mon Jan 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.4-3.sme
- Add settings if smtpd TCPPort set to a non default value [sme: 8796]
- code done by ecureuil <gentil_ecureuil@hotmail.com>

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

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