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