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