/[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.1 - (hide annotations) (download)
Thu Feb 7 22:36:43 2013 UTC (11 years, 4 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-pop3-2_4_0-1_el6_sme
* Thu Feb  7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
- Roll new stream for sme9

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

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