/[smeserver]/rpms/e-smith-pop3/sme9/e-smith-pop3.spec
ViewVC logotype

Annotation of /rpms/e-smith-pop3/sme9/e-smith-pop3.spec

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


Revision 1.3 - (hide annotations) (download)
Thu Dec 4 22:23:47 2014 UTC (9 years, 6 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-pop3-2_4_0-2_el6_sme
Changes since 1.2: +2 -1 lines
Require stunnel

1 vip-ire 1.3 # $Id: e-smith-pop3.spec,v 1.2 2014/12/04 22:23:08 vip-ire Exp $
2 slords 1.1
3     Summary: startup scripts for pop3 package
4     %define name e-smith-pop3
5     Name: %{name}
6     %define version 2.4.0
7 vip-ire 1.2 %define release 2
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 vip-ire 1.2 Patch0: e-smith-pop3-2.4.0-sslio2stunnel.patch
14 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15     BuildRequires: e-smith-devtools >= 1.13.0-04
16     BuildArchitectures: noarch
17     Requires: e-smith-email
18     Requires: runit
19     Requires: qmail
20     Requires: checkpassword-pam
21 vip-ire 1.3 Requires: stunnel
22 slords 1.1 Obsoletes: e-smith-ssl-popd
23     Obsoletes: checkpassword
24     AutoReqProv: no
25    
26     %changelog
27 vip-ire 1.2 * Thu Dec 4 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2
28     - Use stunnel instead of sslio to support TLS [SME: 8716]
29    
30 slords 1.1 * Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
31     - Roll new stream for sme9
32    
33     * Fri Jul 06 2012 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
34     - Easier to read version of softlimit patch [SME: 6994]
35    
36     * Thu Jul 05 2012 Ian Wells <esmith@wellsi.com> 2.2.0-5.sme
37     - More robust version of softlimit patch [SME: 6994]
38    
39     * Mon Jul 02 2012 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme
40     - Softlimit is now a database variable for pop3 and pop3s [SME: 6994]
41    
42     * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-3.sme
43     - Add symlink for template-begin of pop3 pam config [SME: 6218]
44    
45     * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-2.sme
46     - Shift auth from passwd/shadow files to the pam database [SME: 6218]
47    
48     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
49     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
50    
51     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
52     - Clean up spec so package can be built by koji/plague
53    
54     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
55     - Update to new release naming. No functional changes.
56     - Make Packager generic
57    
58     * Fri Mar 24 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-02
59     - Ensure that pop3 and pop3s are started or stopped if required,
60     during email-update event. [SME: 1125]
61    
62     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01
63     - Roll stable stream version. [SME: 1016]
64    
65     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-04
66     - Move pop3[s] defaults from e-smith-email [SME: 561]
67    
68     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-03
69     - Bump release number only
70    
71     * Thu Sep 15 2005 Charlie Brady <charlieb@e-smith.com>
72     - [1.1.0-02]
73     - Fix port name pop->pop3 (to match change in /etc/services).
74     [SF: 1291836]
75    
76     * Wed Aug 10 2001 Shad L. Lords <slords@mail.com>
77     - [1.1.0-01]
78     - initial release (split from e-smith-email-4.15.2-27).
79    
80     %description
81     Startup scripts for pop3 package.
82    
83     %prep
84     %setup
85 vip-ire 1.2 %patch0 -p1
86 slords 1.1
87     %build
88     perl createlinks
89    
90     %install
91     rm -rf $RPM_BUILD_ROOT
92     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
93     rm -f %{name}-%{version}-%{release}-filelist
94     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
95     --dir /var/log/pop3 'attr(0750,smelog,smelog)' \
96     --dir /var/service/pop3 'attr(01755,root,root)' \
97     --dir /var/service/pop3/control 'attr(01755,root,root)' \
98     --file /var/service/pop3/control/1 'attr(0750,root,root)' \
99     --file /var/service/pop3s/run 'attr(0750,root,root)' \
100     --file /var/service/pop3s/log/run 'attr(0750,root,root)' \
101     --dir '/var/log/pop3s' 'attr(2750,smelog,smelog)' \
102     --file /var/service/pop3/run 'attr(0750,root,root)' \
103     --file /var/service/pop3/log/run 'attr(0750,root,root)' \
104     > %{name}-%{version}-%{release}-filelist
105     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
106    
107     %clean
108     rm -rf $RPM_BUILD_ROOT
109    
110     %pre
111     %preun
112     %post
113     %postun
114    
115     %files -f %{name}-%{version}-%{release}-filelist
116     %defattr(-,root,root)

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