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