1 |
jpp |
1.1 |
Summary: Koozali SME Server Collabora Online configuration |
2 |
|
|
Name: smeserver-collabora |
3 |
|
|
Version: 0.1.6 |
4 |
jpp |
1.5 |
Release: 4%{?dist} |
5 |
jpp |
1.1 |
License: GPL |
6 |
|
|
Source: %{name}-%{version}.tar.gz |
7 |
jpp |
1.3 |
Patch0: smeserver-collabora-0.1.6-bz11893-systemd.patch |
8 |
jpp |
1.4 |
Patch1: smeserver-collabora-0.1.6-bz11895-httpd-template.patch |
9 |
jpp |
1.5 |
Patch2: smeserver-collabora-0.1.6-bz11895-Virtualhost.patch |
10 |
jpp |
1.3 |
|
11 |
jpp |
1.1 |
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 |
jpp |
1.3 |
%patch0 -p1 |
24 |
jpp |
1.4 |
%patch1 -p1 |
25 |
jpp |
1.5 |
%patch2 -p1 |
26 |
jpp |
1.1 |
|
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 |
jpp |
1.2 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
35 |
jpp |
1.1 |
> %{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 |
jpp |
1.5 |
* Tue Mar 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-4.sme |
45 |
|
|
- make Collabo use a subfolder for its Virtualdomain [SME: 11895] |
46 |
|
|
|
47 |
jpp |
1.4 |
* Fri Mar 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-3.sme |
48 |
|
|
- fix httpd template path [SME: 11895] |
49 |
|
|
|
50 |
jpp |
1.3 |
* Thu Mar 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-2.sme |
51 |
|
|
- fix missing systemd configuration [SME: 11893] |
52 |
|
|
|
53 |
jpp |
1.1 |
* Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com} - 0.1.6-2 |
54 |
|
|
- first version for SME Server, thank you Nethesis Team |
55 |
|
|
|
56 |
|
|
* Sat Dec 11 2021 Stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1.6-1 |
57 |
|
|
- Go to CODE 21.11 |
58 |
|
|
|
59 |
|
|
* Sat Dec 11 2021 mrmarkuz <31746411+mrmarkuz@users.noreply.github.com> - 0.1.5-1 |
60 |
|
|
- Collabora 21.11 Update - NethServer/dev#6607 |
61 |
|
|
|
62 |
|
|
* Mon May 03 2021 Stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1.4-1 |
63 |
|
|
- Collabora: Require collaboraoffice6.4-dict-en - NethServer/dev#6501 |
64 |
|
|
|
65 |
|
|
* Tue Apr 20 2021 Stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1.3-1 |
66 |
|
|
- Collabora: Add CODE repository but disabled - NethServer/dev#6490 |
67 |
|
|
|
68 |
|
|
* Wed Feb 17 2021 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> - 0.1.2-1 |
69 |
|
|
- Collabora still uses rh-php72 but Nextcloud installs rh-php73 - Bug NethServer/dev#6426 |
70 |
|
|
|
71 |
|
|
* Fri Jan 24 2020 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> - 0.1.1-1 |
72 |
|
|
- Collabora still uses rh-php71 but Nextcloud installs rh-php72 - Bug NethServer/dev#6035 |
73 |
|
|
|
74 |
|
|
* Tue Feb 12 2019 Matteo Valentini <matteo.valentini@nethesis.it> - 0.1.0-1 |
75 |
|
|
- Collabora Online integration - NethServer/dev#5700 |
76 |
|
|
|