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

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

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


Revision 1.2 - (show annotations) (download)
Thu Feb 28 17:17:16 2013 UTC (11 years, 3 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-dovecot-1_4_0-2_el6_sme
Changes since 1.1: +9 -5 lines
* Thu Feb 28 2013 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-2.sme
- remove the IMAP acl and Sieve support
- remove obsolete changelog (used in my previous buildsys)

1 %define version 1.4.0
2 %define release 2
3 %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 Patch1: smeserver-dovecot-1.4.0-remove_acl_and_sieve.patch
14 Patch2: smeserver-dovecot-1.4.0-remove_obsolete_changelog.patch
15
16 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17 BuildArchitectures: noarch
18 BuildRequires: e-smith-devtools
19
20 Requires: e-smith-base >= 5.2.0
21 Requires: dovecot >= 2.0.9
22 Requires: dovecot-pigeonhole >= 2.0.9
23 Requires: acl
24
25 Provides: e-smith-imap
26 Obsoletes: e-smith-imap
27
28 %description
29 Configure the dovecot IMAP server with sieve scripts support,
30 quota, ACL, extended logging, master user
31
32 %changelog
33 * Thu Feb 28 2013 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-2.sme
34 - remove the IMAP acl and Sieve support
35 - remove obsolete changelog (used in my previous buildsys)
36
37 * Tue Feb 26 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1
38 - store sharedmailbox dict file in /home/e-smith/db/dovecot
39
40 * Tue Feb 12 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1
41 - Pass the recipient variable to dovcot-lda
42
43 * Tue Nov 29 2011 Daniel Berteaud <daniel@firewall-services.com> - 0.1
44 - initial release
45
46 %prep
47 %setup -q -n %{name}-%{version}
48 %patch1 -p1
49 %patch2 -p1
50
51 %build
52 perl createlinks
53
54 %install
55 /bin/rm -rf $RPM_BUILD_ROOT
56 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
57 /bin/rm -f %{name}-%{version}-filelist
58 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
59 --file /var/service/dovecot/run 'attr(0755,root,root)' \
60 --file /var/service/dovecot/log/run 'attr(0755,root,root)' \
61 --file /var/service/dovecot/control/1 'attr(0755,root,root)' \
62 --dir /var/log/dovecot 'attr(0750,smelog,smelog)' \
63 > %{name}-%{version}-filelist
64
65 %files -f %{name}-%{version}-filelist
66 %defattr(-,root,root)
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %pre
72
73 %post
74
75 %preun
76

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