1 |
%define name smeserver-radicale |
%define name smeserver-radicale |
2 |
%define version 0.0.3 |
%define version 0.0.3 |
3 |
%define release 4 |
%define release 5 |
4 |
|
|
5 |
Summary: smserver rpm to setup radicale, a carddav and caldav client |
Summary: smserver rpm to setup radicale, a carddav and caldav client |
6 |
Name: %{name} |
Name: %{name} |
24 |
smserver rpm to setup the roundcube IMAP mail client. |
smserver rpm to setup the roundcube IMAP mail client. |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Thu Sep 08 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.3-5.sme |
28 |
|
- fix post scriptlet failing [SME: 12167] |
29 |
|
|
30 |
* Thu Aug 04 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.3-4.sme |
* Thu Aug 04 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.3-4.sme |
31 |
- import to SME10 |
- import to SME10 |
32 |
- python 3.6 |
- python 3.6 |
80 |
%pre |
%pre |
81 |
|
|
82 |
/sbin/e-smith/create-system-user radicale 1948 "Radicale server" /home/e-smith/files/.radicale/ /bin/bash |
/sbin/e-smith/create-system-user radicale 1948 "Radicale server" /home/e-smith/files/.radicale/ /bin/bash |
83 |
|
mkdir -p /home/e-smith/files/.radicale |
84 |
|
chown radicale:radicale /home/e-smith/files/.radicale |
85 |
#echo "### Radicale Installation" |
#echo "### Radicale Installation" |
86 |
#pip install --upgrade pip radicale >/dev/null 2>&1 |
#pip install --upgrade pip radicale >/dev/null 2>&1 |
87 |
|
|
88 |
%preun |
%preun |
89 |
|
|
90 |
%post |
%post |
|
chkconfig --add radicale |
|
91 |
|
|
92 |
%postun |
%postun |
93 |
|
|