1 |
%define name smeserver-roundcube |
%define name smeserver-roundcube |
2 |
%define version 1.2 |
%define version 1.2 |
3 |
%define release 21 |
%define release 22 |
4 |
|
|
5 |
Summary: smserver rpm to setup roundcube, an IMAP mail client |
Summary: smserver rpm to setup roundcube, an IMAP mail client |
6 |
Name: %{name} |
Name: %{name} |
32 |
Patch4: smeserver-roundcube-1.2-bz11430-plugins.patch |
Patch4: smeserver-roundcube-1.2-bz11430-plugins.patch |
33 |
Patch5: smeserver-roundcube-1.2-Update-params-forv1_6-roundcube.patch |
Patch5: smeserver-roundcube-1.2-Update-params-forv1_6-roundcube.patch |
34 |
Patch6: smeserver-roundcube-1.2-bz12489-bz12263.patch |
Patch6: smeserver-roundcube-1.2-bz12489-bz12263.patch |
35 |
|
Patch7: smeserver-roundcube-1.2-useSSL.patch |
36 |
|
|
37 |
%description |
%description |
38 |
smeserver rpm to setup the roundcube IMAP mail client. |
smeserver rpm to setup the roundcube IMAP mail client. |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
|
* Fri Mar 22 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.2-22.sme |
42 |
|
- fix roundcube unable to send mail after smeserver-qpsmtpd disabling auth on port 25 |
43 |
|
|
44 |
* Sat Feb 24 2024 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-21.sme |
* Sat Feb 24 2024 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-21.sme |
45 |
- add nextcloud_attachements plugin support [SME: 12489] |
- add nextcloud_attachements plugin support [SME: 12489] |
46 |
- simplify access setting using access(private,public)/status [SME: 12263] |
- simplify access setting using access(private,public)/status [SME: 12263] |
211 |
cp %{SOURCE1} root/usr/local/bin/composer |
cp %{SOURCE1} root/usr/local/bin/composer |
212 |
mkdir -p root/var/lib/php/roundcube/{session,tmp,opcache} |
mkdir -p root/var/lib/php/roundcube/{session,tmp,opcache} |
213 |
mkdir -p root/var/log/php/roundcube |
mkdir -p root/var/log/php/roundcube |
214 |
|
%patch7 -p1 |
215 |
|
|
216 |
%build |
%build |
217 |
perl createlinks |
perl createlinks |