1 |
Summary: Koozali SME Server Collabora Online configuration |
2 |
Name: smeserver-collabora |
3 |
Version: 0.1.6 |
4 |
Release: 5%{?dist} |
5 |
License: GPL |
6 |
Source: %{name}-%{version}.tar.gz |
7 |
Patch0: smeserver-collabora-0.1.6-bz11893-systemd.patch |
8 |
Patch1: smeserver-collabora-0.1.6-bz11895-httpd-template.patch |
9 |
Patch2: smeserver-collabora-0.1.6-bz11895-Virtualhost.patch |
10 |
|
11 |
BuildArch: noarch |
12 |
Requires: CODE-brand >= 21.11 |
13 |
Requires: coolwsd |
14 |
Requires: collaboraoffice-dict-en |
15 |
|
16 |
BuildRequires: e-smith-devtools |
17 |
|
18 |
%description |
19 |
Koozali SME Server Collabora Online configuration |
20 |
|
21 |
%prep |
22 |
%setup -q |
23 |
%patch0 -p1 |
24 |
%patch1 -p1 |
25 |
%patch2 -p1 |
26 |
|
27 |
%build |
28 |
perl createlinks |
29 |
|
30 |
%install |
31 |
rm -rf $RPM_BUILD_ROOT |
32 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
33 |
rm -f %{name}-%{version}-%{release}-filelist |
34 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
35 |
> %{name}-%{version}-%{release}-filelist |
36 |
|
37 |
%post |
38 |
|
39 |
%files -f %{name}-%{version}-%{release}-filelist |
40 |
%defattr(-,root,root) |
41 |
%doc COPYING |
42 |
|
43 |
%changelog |
44 |
* Tue Mar 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-5.sme |
45 |
- make Collabo use a subfolder for its Virtualdomain [SME: 11895] |
46 |
- and ability to have multiple collabora domains |
47 |
|
48 |
* Fri Mar 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-3.sme |
49 |
- fix httpd template path [SME: 11895] |
50 |
|
51 |
* Thu Mar 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-2.sme |
52 |
- fix missing systemd configuration [SME: 11893] |
53 |
|
54 |
* Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com} - 0.1.6-2 |
55 |
- first version for SME Server, thank you Nethesis Team |
56 |
|
57 |
* Sat Dec 11 2021 Stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1.6-1 |
58 |
- Go to CODE 21.11 |
59 |
|
60 |
* Sat Dec 11 2021 mrmarkuz <31746411+mrmarkuz@users.noreply.github.com> - 0.1.5-1 |
61 |
- Collabora 21.11 Update - NethServer/dev#6607 |
62 |
|
63 |
* Mon May 03 2021 Stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1.4-1 |
64 |
- Collabora: Require collaboraoffice6.4-dict-en - NethServer/dev#6501 |
65 |
|
66 |
* Tue Apr 20 2021 Stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1.3-1 |
67 |
- Collabora: Add CODE repository but disabled - NethServer/dev#6490 |
68 |
|
69 |
* Wed Feb 17 2021 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> - 0.1.2-1 |
70 |
- Collabora still uses rh-php72 but Nextcloud installs rh-php73 - Bug NethServer/dev#6426 |
71 |
|
72 |
* Fri Jan 24 2020 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> - 0.1.1-1 |
73 |
- Collabora still uses rh-php71 but Nextcloud installs rh-php72 - Bug NethServer/dev#6035 |
74 |
|
75 |
* Tue Feb 12 2019 Matteo Valentini <matteo.valentini@nethesis.it> - 0.1.0-1 |
76 |
- Collabora Online integration - NethServer/dev#5700 |
77 |
|