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