/[smeserver]/rpms/smeserver-dovecot/sme9/smeserver-dovecot.spec
ViewVC logotype

Annotation of /rpms/smeserver-dovecot/sme9/smeserver-dovecot.spec

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


Revision 1.14 - (hide annotations) (download)
Sat May 25 05:30:56 2013 UTC (11 years ago) by burnat
Branch: MAIN
CVS Tags: smeserver-dovecot-1_4_0-12_el6_sme
Changes since 1.13: +6 -1 lines
* Fri May 24 2013  chris burnat <devlist@burnat.com> - 1.4.0-12.sme
- Fix IMAP folders dont present correctly in Outlook 2007 [SME: 7597]

1 slords 1.1 %define version 1.4.0
2 burnat 1.14 %define release 12
3 slords 1.1 %define name smeserver-dovecot
4    
5    
6     Summary: Dovecot IMAP server integration
7     Name: %{name}
8     Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 vip-ire 1.2 Patch1: smeserver-dovecot-1.4.0-remove_acl_and_sieve.patch
14     Patch2: smeserver-dovecot-1.4.0-remove_obsolete_changelog.patch
15 vip-ire 1.11 Patch3: smeserver-dovecot-1.4.0-allow_plaintext.patch
16 vip-ire 1.13 Patch4: smeserver-dovecot-1.4.0-imapd_pem_perm.patch
17 burnat 1.14 Patch5: smeserver-dovecot-1.4.0-IMAP_folders_in_MS_Outlook.patch
18 slords 1.1
19     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20     BuildArchitectures: noarch
21     BuildRequires: e-smith-devtools
22    
23     Requires: e-smith-base >= 5.2.0
24     Requires: dovecot >= 2.0.9
25    
26     Provides: e-smith-imap
27     Obsoletes: e-smith-imap
28 slords 1.5 Obsoletes: e-smith-ssl-imap
29     Obsoletes: e-smith-wu-imap
30     Obsoletes: imap
31 slords 1.9 Obsoletes: m4 <= 1.4.5
32 slords 1.8 Obsoletes: mailfront <= 1.10
33 slords 1.6 Obsoletes: stunnel <= 4.15
34 slords 1.7 Obsoletes: stunnel-tls <= 3.22
35     Obsoletes: words <= 3.0
36 slords 1.1
37     %description
38     Configure the dovecot IMAP server with sieve scripts support,
39     quota, ACL, extended logging, master user
40    
41     %changelog
42 burnat 1.14 * Fri May 24 2013 chris burnat <devlist@burnat.com> - 1.4.0-12.sme
43     - Fix IMAP folders dont present correctly in Outlook 2007 [SME: 7597]
44    
45 vip-ire 1.13 * Sat May 18 2013 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-11.sme
46     - Fix permissions on imapd.pem as it's used by pop3s [SME: 7570]
47    
48 vip-ire 1.12 * Wed Apr 24 2013 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-10.sme
49     - Do not obsolete bglibs, it's required for cvm [SME: 7509]
50    
51 vip-ire 1.11 * Tue Apr 16 2013 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-9.sme
52     - Allow plaintext (unless explicitly disabled) [SME: 7549]
53    
54 vip-ire 1.10 * Wed Apr 10 2013 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-8.sme
55     - Do not obsolete cvm, it's still needed for qpsmtpd [SME: 7509]
56    
57 slords 1.9 * Thu Feb 28 2013 Shad L. Lords <slords@mail.com> - 1.4.0-7.sme
58     - Obsolete another el5 required by requires [SME: 7273]
59    
60 slords 1.8 * Thu Feb 28 2013 Shad L. Lords <slords@mail.com> - 1.4.0-6.sme
61     - Fix Obsolete el5 mailfront version [SME: 7273]
62    
63 slords 1.7 * Thu Feb 28 2013 Shad L. Lords <slords@mail.com> - 1.4.0-5.sme
64     - Obsolete el5 packages that were required by old requires [SME: 7273]
65    
66 slords 1.5 * Thu Feb 28 2013 Shad L. Lords <slords@mail.com> - 1.4.0-4.sme
67     - Obsolete older requires that are no longer needed [SME: 7273]
68    
69 slords 1.3 * Thu Feb 28 2013 Shad L. Lords <slords@mail.com> - 1.4.0-3.sme
70 vip-ire 1.4 - Remove requires for packages no longer needed [SME: 7405]
71 slords 1.3
72 vip-ire 1.2 * Thu Feb 28 2013 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-2.sme
73 vip-ire 1.4 - remove the IMAP acl and Sieve support [SME: 7405]
74 vip-ire 1.2 - remove obsolete changelog (used in my previous buildsys)
75    
76 slords 1.1 * Tue Feb 26 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1
77     - store sharedmailbox dict file in /home/e-smith/db/dovecot
78    
79     * Tue Feb 12 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1
80     - Pass the recipient variable to dovcot-lda
81    
82     * Tue Nov 29 2011 Daniel Berteaud <daniel@firewall-services.com> - 0.1
83     - initial release
84    
85     %prep
86     %setup -q -n %{name}-%{version}
87 vip-ire 1.2 %patch1 -p1
88     %patch2 -p1
89 vip-ire 1.11 %patch3 -p1
90 vip-ire 1.13 %patch4 -p1
91 burnat 1.14 %patch5 -p1
92 slords 1.1
93     %build
94     perl createlinks
95    
96     %install
97     /bin/rm -rf $RPM_BUILD_ROOT
98     (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
99     /bin/rm -f %{name}-%{version}-filelist
100     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
101     --file /var/service/dovecot/run 'attr(0755,root,root)' \
102     --file /var/service/dovecot/log/run 'attr(0755,root,root)' \
103     --file /var/service/dovecot/control/1 'attr(0755,root,root)' \
104     --dir /var/log/dovecot 'attr(0750,smelog,smelog)' \
105     > %{name}-%{version}-filelist
106    
107     %files -f %{name}-%{version}-filelist
108     %defattr(-,root,root)
109    
110     %clean
111     rm -rf $RPM_BUILD_ROOT
112    
113     %pre
114    
115     %post
116    
117     %preun
118    

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