/[smecontribs]/rpms/smeserver-onlyoffice/contribs10/smeserver-onlyoffice.spec
ViewVC logotype

Contents of /rpms/smeserver-onlyoffice/contribs10/smeserver-onlyoffice.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Fri Jun 24 05:08:28 2022 UTC (2 years, 5 months ago) by jpp
Branch: MAIN
Changes since 1.1: +13 -1 lines
* Thu Jun 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-1.sme
- Initial import to Koozali SME Server from Nethserver
  TODO: rewrite action with occ utility
  TODO: if domain set user proxy behind apache, else open port 8082
  TODO: set modSSL variables / letsencrypt
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
  by assuming the date is correct and changing the weekday.
  Wed Sep 28 2019 --> Wed Sep 25 2019 or Sat Sep 28 2019 or Wed Oct 02 2019 or ....

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed