1 |
%define name smeserver-roundcube |
%define name smeserver-roundcube |
2 |
%define version 1.2 |
%define version 1.2 |
3 |
%define release 16 |
%define release 21 |
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} |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
Requires: e-smith-release >= 10.0 |
Requires: e-smith-release >= 10.0 |
19 |
Requires: e-smith-apache >= 2.6.0-19 |
Requires: e-smith-apache >= 2.6.0-19 |
20 |
Requires: roundcubemail >= 1.5.3 |
Requires: roundcubemail >= 1.6 |
21 |
Requires: git |
Requires: git |
22 |
Requires: smeserver-dovecot-extras |
Requires: smeserver-dovecot-extras |
23 |
Requires: jq |
Requires: jq |
30 |
Patch2: smeserver-roundcube-1.2-bz12059-24syntax.patch |
Patch2: smeserver-roundcube-1.2-bz12059-24syntax.patch |
31 |
Patch3: smeserver-roundcube-1.2-bz11430-login.patch |
Patch3: smeserver-roundcube-1.2-bz11430-login.patch |
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 |
34 |
|
Patch6: smeserver-roundcube-1.2-bz12489-bz12263.patch |
35 |
|
|
36 |
%description |
%description |
37 |
smserver rpm to setup the roundcube IMAP mail client. |
smeserver rpm to setup the roundcube IMAP mail client. |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
* Sat Dec 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-16.sme |
* Sat Feb 24 2024 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-21.sme |
41 |
|
- add nextcloud_attachements plugin support [SME: 12489] |
42 |
|
- simplify access setting using access(private,public)/status [SME: 12263] |
43 |
|
- Requires roundcube >= 1.6 |
44 |
|
up to php81, add dedicated php pool |
45 |
|
using update event to config plugins |
46 |
|
|
47 |
|
* Tue Oct 31 2023 Brian Read <brianr@koozali.org> 1.2-19.sme |
48 |
|
- Update params for changes from v1.6 roundcube [SME: 12415] |
49 |
|
|
50 |
|
* Sun Dec 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-18.sme |
51 |
|
- fix previous patch [SME: 11430] |
52 |
|
|
53 |
|
* Sat Dec 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-17.sme |
54 |
- remove sieverules [SME: 11430] |
- remove sieverules [SME: 11430] |
55 |
change skin on availability for 1.6 |
change skin on availability for 1.6 |
56 |
|
|
200 |
%patch2 -p1 |
%patch2 -p1 |
201 |
%patch3 -p1 |
%patch3 -p1 |
202 |
%patch4 -p1 |
%patch4 -p1 |
203 |
|
%patch5 -p1 |
204 |
|
%patch6 -p1 |
205 |
rm -rf root/etc/e-smith/templates/usr/share/roundcubemail/plugins/sieverules |
rm -rf root/etc/e-smith/templates/usr/share/roundcubemail/plugins/sieverules |
206 |
cp %{source1} root/usr/local/bin/composer |
mkdir -p root/usr/local/bin/ |
207 |
|
cp %{SOURCE1} root/usr/local/bin/composer |
208 |
|
mkdir -p root/var/lib/php/roundcube/{session,tmp,opcache} |
209 |
|
|
210 |
%build |
%build |
211 |
perl createlinks |
perl createlinks |
216 |
rm -f %{name}-%{version}-filelist |
rm -f %{name}-%{version}-filelist |
217 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
218 |
--file /usr/local/bin/composer 'attr(0755,root,www)' \ |
--file /usr/local/bin/composer 'attr(0755,root,www)' \ |
219 |
|
--dir /var/log/php/roundcube 'attr(0755,www,www)' \ |
220 |
|
--dir /var/lib/php/roundcube 'attr(0755,www,www)' \ |
221 |
|
--dir /var/lib/php/roundcube/tmp 'attr(0755,www,www)' \ |
222 |
|
--dir /var/lib/php/roundcube/opcache 'attr(0755,www,www)' \ |
223 |
|
--dir /var/lib/php/roundcube/session 'attr(0755,www,www)' \ |
224 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
225 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
226 |
|
|
233 |
|
|
234 |
%post |
%post |
235 |
#Update the plugins |
#Update the plugins |
236 |
echo "" |
# now in smeserver-roundcube-update event |
237 |
echo "Update the Roundcube Plugins, please wait" |
#echo "" |
238 |
echo "" |
#echo "Update the Roundcube Plugins, please wait" |
239 |
/usr/bin/rcplugin_update.sh |
#echo "" |
240 |
echo "" |
#/usr/bin/rcplugin_update.sh |
241 |
|
#echo "" |
242 |
|
|
243 |
%postun |
%postun |
244 |
#uninstall |
#uninstall |
245 |
if [ $1 = 0 ] ; then |
if [ $1 = 0 ] ; then |
246 |
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
/usr/bin/systemctl restart httpd-e-smith |
|
/usr/local/bin/svc -h /service/httpd-e-smith |
|
247 |
fi |
fi |
248 |
|
|
249 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |