1 |
%define name smeserver-roundcube |
%define name smeserver-roundcube |
2 |
%define version 0.9 |
%define version 0.9 |
3 |
%define release 16 |
%define release 19 |
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} |
13 |
Patch3: smeserver-roundcube-0.9-calendar-junk-contextmenu.patch |
Patch3: smeserver-roundcube-0.9-calendar-junk-contextmenu.patch |
14 |
Patch4: smeserver-roundcube-0.9-force-https.patch |
Patch4: smeserver-roundcube-0.9-force-https.patch |
15 |
Patch5: smeserver-roundcube-0.9-patch1.patch |
Patch5: smeserver-roundcube-0.9-patch1.patch |
16 |
|
Patch6: smeserver-roundcube-0.9-patch6.patch |
17 |
|
Patch7: smeserver-roundcube-0.9-tasklist.patch |
18 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
19 |
URL: http://www.dungog.net/sme |
URL: http://www.dungog.net/sme |
20 |
Group: SMEserver/addon |
Group: SMEserver/addon |
30 |
smserver rpm to setup the roundcube IMAP mail client. |
smserver rpm to setup the roundcube IMAP mail client. |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Sun Nov 24 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.19.sme |
34 |
|
- Add Tasklisk from kolab plugin |
35 |
|
|
36 |
|
* Sun Nov 10 2013 JP Pialasse <tests@pialasse.com> 0.9-18.sme |
37 |
|
- cleaning build section [SME: 7981] |
38 |
|
|
39 |
|
* Wed Nov 6 2013 JP Pialasse <tests@pialasse.com> 0.9-17.sme |
40 |
|
- corrected bug: typo in patch1 [SME: 7981] |
41 |
|
|
42 |
* Thu Nov 5 2013 JP Pialasse <tests@pialasse.com> 0.9-16.sme |
* Thu Nov 5 2013 JP Pialasse <tests@pialasse.com> 0.9-16.sme |
43 |
- corrected bug [SME: 7981] |
- corrected bug [SME: 7981] |
44 |
- moved out spec file sql init and other event and actions |
- moved out spec file sql init and other event and actions |
102 |
%patch3 -p1 |
%patch3 -p1 |
103 |
%patch4 -p1 |
%patch4 -p1 |
104 |
%patch5 -p1 |
%patch5 -p1 |
105 |
|
%patch6 -p1 |
106 |
|
%patch7 -p1 |
107 |
|
|
108 |
%build |
%build |
109 |
perl createlinks |
perl createlinks |
|
# leaved here for the moment but should be in a patch, sources or createlinks |
|
|
mkdir -p root/etc/e-smith/db/accounts/defaults/roundcube |
|
|
echo "reserved" > root/etc/e-smith/db/accounts/defaults/roundcube/type |
|
|
|
|
|
mkdir -p root/etc/e-smith/db/configuration/defaults/roundcube |
|
|
echo "RoundCube IMAP Client" > root/etc/e-smith/db/configuration/defaults/roundcube/Name |
|
|
echo "global" > root/etc/e-smith/db/configuration/defaults/roundcube/PublicAccess |
|
|
echo "enabled" > root/etc/e-smith/db/configuration/defaults/roundcube/status |
|
|
echo "roundcube" > root/etc/e-smith/db/configuration/defaults/roundcube/DbName |
|
|
echo "roundcube" > root/etc/e-smith/db/configuration/defaults/roundcube/DbUser |
|
110 |
|
|
111 |
%install |
%install |
112 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |