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: 5%{?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 |
|
|
11 |
|
BuildArch: noarch |
12 |
Requires: CODE-brand >= 21.11 |
Requires: CODE-brand >= 21.11 |
13 |
Requires: coolwsd |
Requires: coolwsd |
14 |
Requires: collaboraoffice-dict-en |
Requires: collaboraoffice-dict-en |
20 |
|
|
21 |
%prep |
%prep |
22 |
%setup -q |
%setup -q |
23 |
|
%patch0 -p1 |
24 |
|
%patch1 -p1 |
25 |
|
%patch2 -p1 |
26 |
|
|
27 |
%build |
%build |
|
%{makedocs} |
|
28 |
perl createlinks |
perl createlinks |
29 |
|
|
30 |
%install |
%install |
31 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
32 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
33 |
rm -f %{name}-%{version}-%{release}-filelist |
rm -f %{name}-%{version}-%{release}-filelist |
34 |
%{genfilelist} $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
35 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
36 |
|
|
37 |
%post |
%post |
41 |
%doc COPYING |
%doc COPYING |
42 |
|
|
43 |
%changelog |
%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 |
* Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com} - 0.1.6-2 |
55 |
- first version for SME Server, thank you Nethesis Team |
- first version for SME Server, thank you Nethesis Team |
56 |
|
|