1 |
Summary: Koozali SME Server Collabora Online configuration |
Summary: Koozali SME Server Collabora Online configuration |
2 |
Name: smeserver-collabora |
Name: smeserver-collabora |
3 |
Version: 0.1.6 |
Version: 0.1.6 |
4 |
Release: 1%{?dist} |
Release: 8%{?dist} |
5 |
License: GPL |
License: GPL |
6 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
7 |
BuildArch: noarch |
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 |
|
Patch3: smeserver-collabora-0.1.6-bz12248.patch |
11 |
|
Patch4: smeserver-collabora-0.1.6-bz12372-restart.patch |
12 |
|
Patch5: smeserver-collabora-0.1.6-bz12505.patch |
13 |
|
|
14 |
|
BuildArch: noarch |
15 |
Requires: CODE-brand >= 21.11 |
Requires: CODE-brand >= 21.11 |
16 |
Requires: coolwsd |
Requires: coolwsd |
17 |
|
Requires: coolwsd-deprecated |
18 |
Requires: collaboraoffice-dict-en |
Requires: collaboraoffice-dict-en |
19 |
|
|
20 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
24 |
|
|
25 |
%prep |
%prep |
26 |
%setup -q |
%setup -q |
27 |
|
%patch0 -p1 |
28 |
|
%patch1 -p1 |
29 |
|
%patch2 -p1 |
30 |
|
%patch3 -p1 |
31 |
|
%patch4 -p1 |
32 |
|
%patch5 -p1 |
33 |
|
|
34 |
%build |
%build |
|
%{makedocs} |
|
35 |
perl createlinks |
perl createlinks |
36 |
|
|
37 |
%install |
%install |
38 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
39 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
40 |
rm -f %{name}-%{version}-%{release}-filelist |
rm -f %{name}-%{version}-%{release}-filelist |
41 |
%{genfilelist} $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
42 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
43 |
|
|
44 |
%post |
%post |
48 |
%doc COPYING |
%doc COPYING |
49 |
|
|
50 |
%changelog |
%changelog |
51 |
|
* Sun Jan 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1.6-8.sme |
52 |
|
- fix wrong service reload for apache [SME: 12505] |
53 |
|
- add requires coolwsd-deprecated |
54 |
|
|
55 |
|
* Mon Aug 14 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-7.sme |
56 |
|
- workaround coolwsd not restarted after its rpm update [SME: 12372] |
57 |
|
this will also ensure all is configured properly and not overwritten |
58 |
|
|
59 |
|
* Mon Feb 06 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-6.sme |
60 |
|
- dedicated log [SME: 12248] |
61 |
|
|
62 |
|
* Tue Mar 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-5.sme |
63 |
|
- make Collabo use a subfolder for its Virtualdomain [SME: 11895] |
64 |
|
- and ability to have multiple collabora domains |
65 |
|
|
66 |
|
* Fri Mar 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-3.sme |
67 |
|
- fix httpd template path [SME: 11895] |
68 |
|
|
69 |
|
* Thu Mar 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-2.sme |
70 |
|
- fix missing systemd configuration [SME: 11893] |
71 |
|
|
72 |
* Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com} - 0.1.6-2 |
* Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com} - 0.1.6-2 |
73 |
- first version for SME Server, thank you Nethesis Team |
- first version for SME Server, thank you Nethesis Team |
74 |
|
|