/[smecontribs]/rpms/smeserver-dovecot-extras/contribs10/smeserver-dovecot-extras.spec
ViewVC logotype

Diff of /rpms/smeserver-dovecot-extras/contribs10/smeserver-dovecot-extras.spec

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

Revision 1.2 by brianr, Tue Oct 13 08:04:12 2020 UTC Revision 1.3 by jcrisp, Thu Nov 12 17:24:43 2020 UTC
# Line 1  Line 1 
 %define version 0.1.1  
 %define release 3  
 %define name smeserver-dovecot-extras  
   
   
1  Summary: Additional features for dovecot on SME Server  Summary: Additional features for dovecot on SME Server
2  Name: %{name}  Name: smeserver-dovecot-extras
3  Version: %{version}  Version: 0.1.6
4  Release: %{release}%{?dist}  Release: 1%{?dist}
5  License: GPL  License: GPL
6  Group: Networking/Daemons  Group: Networking/Daemons
7  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
# Line 14  Source: %{name}-%{version}.tar.gz Line 9  Source: %{name}-%{version}.tar.gz
9  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
10  BuildArchitectures: noarch  BuildArchitectures: noarch
11  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
12    BuildRequires: dovecot-pigeonhole
13    
14  Requires: smeserver-dovecot  Requires: smeserver-dovecot
15  Requires: dovecot-pigeonhole  Requires: dovecot-pigeonhole
# Line 23  Requires: acl Line 19  Requires: acl
19  Add IMAP acl (sharedmailbox) and sieve capabilities to the IMAP server  Add IMAP acl (sharedmailbox) and sieve capabilities to the IMAP server
20    
21  %changelog  %changelog
22  * Tue Oct 13 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.1-3.sme  * Thu Nov 12 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1.6-1
23  - Initial Import to SME10 tree [SME: 11032]  - New build for Koozali SME v10
24    - exclude /us/bin dir
25    
26    * Tue Mar 27 2018 Daniel Berteaud <daniel@firewall-services.com> 0.1.5-1
27    - Don't set default ACL for authenticated users (daniel@firewall-services.com)
28    
29    * Sun Nov 19 2017 Daniel Berteaud <daniel@firewall-services.com> 0.1.4-1
30    - new package built with tito
31    
32    * Thu Jun 8 2017 Daniel Berteaud <daniel@firewall-services.com> - 0.1.3-1
33    - Add support for public mailboxes (patch from John H. Bennett III
34      <bennettj@thebennetthome.com>)
35    - Ignore moves from junkmail to Éléments supprimés
36    
37  * Wed Sep 02 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.1.1-2.sme  * Mon Mar 6 2017 Daniel Berteaud <daniel@firewall-services.com> - 0.1.2-1
38  - Initial release to contribs9  - Support spam learning by moving to/from junkmail or Junk
39    
40  * Mon Jun 23 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1  * Mon Jun 23 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1
41  - Add midding /home/e-smith/db/dovecot dir  - Add missing /home/e-smith/db/dovecot dir
42  - Remove submission_host for sieve  - Remove submission_host for sieve
43    
44  * Tue Oct 29 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.0.2-1  * Tue Oct 29 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.0.2-1
# Line 45  Add IMAP acl (sharedmailbox) and sieve c Line 53  Add IMAP acl (sharedmailbox) and sieve c
53  %build  %build
54  perl createlinks  perl createlinks
55  mkdir -p root/home/e-smith/db/dovecot  mkdir -p root/home/e-smith/db/dovecot
56    mkdir -p root/home/e-smith/files/public/{cur,new,tmp}
57    
58  %install  %install
59  /bin/rm -rf $RPM_BUILD_ROOT  /bin/rm -rf $RPM_BUILD_ROOT
# Line 52  mkdir -p root/home/e-smith/db/dovecot Line 61  mkdir -p root/home/e-smith/db/dovecot
61  /bin/rm -f %{name}-%{version}-filelist  /bin/rm -f %{name}-%{version}-filelist
62  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
63     --dir /home/e-smith/db/dovecot 'attr(2770,root,sharedmailbox)' \     --dir /home/e-smith/db/dovecot 'attr(2770,root,sharedmailbox)' \
64       --dir /home/e-smith/files/public 'attr(2770,root,sharedmailbox)' \
65       --dir /home/e-smith/files/public/cur 'attr(2770,root,sharedmailbox)' \
66       --dir /home/e-smith/files/public/new 'attr(2770,root,sharedmailbox)' \
67       --dir /home/e-smith/files/public/tmp 'attr(2770,root,sharedmailbox)' \
68     --file /home/e-smith/db/dovecot/sharedmailbox.db 'attr(0660,root,sharedmailbox) %config(noreplace)' \     --file /home/e-smith/db/dovecot/sharedmailbox.db 'attr(0660,root,sharedmailbox) %config(noreplace)' \
69     --file /usr/bin/imap-postlogin 'attr(0755,root,root)' \     --file /usr/bin/imap-postlogin 'attr(0755,root,root)' \
70       --file /usr/libexec/dovecot/learn-spam.sh 'attr(0755,root,root)' \
71       --file /usr/libexec/dovecot/learn-ham.sh 'attr(0755,root,root)' \
72       --ignoredir /usr/bin \
73    > %{name}-%{version}-filelist    > %{name}-%{version}-filelist
74    
75  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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