1 |
Name: smeserver-onlyoffice |
2 |
Version: 0.0.5 |
3 |
Release: 4%{?dist} |
4 |
Summary: Onlyoffice document server for Koozali SME Server |
5 |
License: GPL |
6 |
Source0: %{name}-%{version}.tar.gz |
7 |
Patch0: smeserver-onlyoffice-0.0.5-bz12233-dsport.patch |
8 |
Patch1: smeserver-onlyoffice-0.0.5-bz12234-secret.patch |
9 |
Patch2: smeserver-onlyoffice-0.0.5-bz12238.patch |
10 |
|
11 |
BuildArch: noarch |
12 |
BuildRequires: e-smith-devtools |
13 |
Requires: smeserver-postgresql,smeserver-redis,smeserver-nginx,onlyoffice-documentserver |
14 |
Requires: rabbitmq-server,supervisor, php73-php-cli |
15 |
Requires: smeserver-supervisor, smeserver-rabbitmq-server, jq |
16 |
# for msttcore-fonts-installer |
17 |
Requires: cabextract |
18 |
|
19 |
%description |
20 |
Onlyoffice document server for for Koozali SME Server, a web based document editor server |
21 |
|
22 |
%prep |
23 |
%setup -q |
24 |
%patch0 -p1 |
25 |
%patch1 -p1 |
26 |
|
27 |
%build |
28 |
perl createlinks |
29 |
|
30 |
%install |
31 |
rm -rf %{buildroot} |
32 |
(cd root ; find . -depth -print | cpio -dump %{buildroot}) |
33 |
/sbin/e-smith/genfilelist %{buildroot} > %{name}-%{version}-%{release}-filelist |
34 |
|
35 |
|
36 |
%files -f %{name}-%{version}-%{release}-filelist |
37 |
%defattr(-,root,root) |
38 |
|
39 |
|
40 |
%changelog |
41 |
* Tue Nov 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-4.sme |
42 |
- fix path to postgresql-13 [SME: 12238] |
43 |
|
44 |
* Mon Nov 21 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-3.sme |
45 |
- fix nginx not starting with onlyoffice 7.2 [SME: 12234] |
46 |
|
47 |
* Sun Nov 20 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-2.sme |
48 |
- fix wrong dsport in httpd template [SME: 12233] |
49 |
|
50 |
* Thu Jun 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-1.sme |
51 |
- Initial import to Koozali SME Server from Nethserver |
52 |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
53 |
by assuming the date is correct and changing the weekday. |
54 |
Wed Sep 28 2019 --> Wed Sep 25 2019 or Sat Sep 28 2019 or Wed Oct 02 2019 or .... |
55 |
|
56 |
* Tue Sep 07 2021 Markus Neuberger <dev@markusneuberger.at> - 0.0.2-1 |
57 |
- Fix Nextcloud configuration - thanks to Roberto Schiano |
58 |
|
59 |
* Fri Apr 17 2020 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-9 |
60 |
- Use jq instead of npm json - thanks to Klaus Boehme |
61 |
- Fix php memory error |
62 |
|
63 |
* Sat Sep 28 2019 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-8 |
64 |
Wed Sep 28 2019 --> Wed Sep 25 2019 or Sat Sep 28 2019 or Wed Oct 02 2019 or .... |
65 |
- Add stronger password for working with Webtop - thanks to Klaus Boehme |
66 |
- Add Webtop support |
67 |
|
68 |
* Wed Sep 04 2019 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-7 |
69 |
- Change config file and user |
70 |
|
71 |
* Wed Nov 07 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-6 |
72 |
- Change config file owner to work with versions newer than 5.2 - thanks to giacomo |
73 |
|
74 |
* Fri Sep 21 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-4 |
75 |
- add RejectUnauthorized prop to make it work with self-signed certs |
76 |
- remove rabbitmq-server requirement |
77 |
- change spellchecker port 8080 to 48080 to not conflict with nethserver-tomcat |
78 |
|
79 |
* Sat Apr 07 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-3 |
80 |
- check if database exists - thanks to @dnutan |
81 |
- check if nextcloud exists - thanks to @dnutan |
82 |
- tidy up conf action |
83 |
- remove documentserver script |
84 |
- make documentserver updates possible |
85 |
- use json import instead of templating defaults.json |
86 |
- remove install errors - thanks to @dnutan |
87 |
|
88 |
* Tue Mar 20 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-2 |
89 |
- Secure access via JWT token - thanks to @dnutan |
90 |
- autoinstall of onlyoffice nextcloud app - thanks to @danb35 |
91 |
- allow self-signed cert - thanks to @flatspin |
92 |
- add host db prop |
93 |
|
94 |
* Sat Mar 10 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-1 |
95 |
- First release |
96 |
- Add requires |
97 |
- Setup documentserver and nginx |