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

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