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

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

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


Revision 1.3 - (hide annotations) (download)
Wed Jul 6 04:06:50 2022 UTC (2 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-onlyoffice-0_0_5-1_el7_sme
Changes since 1.2: +3 -2 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 jpp 1.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 jpp 1.3 Requires: smeserver-supervisor, smeserver-rabbitmq-server, jq
12     # for msttcore-fonts-installer
13     Requires: cabextract
14 jpp 1.1
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     TODO: rewrite action with occ utility
38     TODO: if domain set user proxy behind apache, else open port 8082
39     TODO: set modSSL variables / letsencrypt
40 jpp 1.2 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
41     by assuming the date is correct and changing the weekday.
42     Wed Sep 28 2019 --> Wed Sep 25 2019 or Sat Sep 28 2019 or Wed Oct 02 2019 or ....
43 jpp 1.1
44     * Tue Sep 07 2021 Markus Neuberger <dev@markusneuberger.at> - 0.0.2-1
45     - Fix Nextcloud configuration - thanks to Roberto Schiano
46 jpp 1.2
47 jpp 1.1 * Fri Apr 17 2020 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-9
48     - Use jq instead of npm json - thanks to Klaus Boehme
49     - Fix php memory error
50 jpp 1.2
51     * Sat Sep 28 2019 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-8
52     Wed Sep 28 2019 --> Wed Sep 25 2019 or Sat Sep 28 2019 or Wed Oct 02 2019 or ....
53 jpp 1.1 - Add stronger password for working with Webtop - thanks to Klaus Boehme
54     - Add Webtop support
55 jpp 1.2
56 jpp 1.1 * Wed Sep 04 2019 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-7
57     - Change config file and user
58 jpp 1.2
59 jpp 1.1 * Wed Nov 07 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-6
60     - Change config file owner to work with versions newer than 5.2 - thanks to giacomo
61 jpp 1.2
62 jpp 1.1 * Fri Sep 21 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-4
63     - add RejectUnauthorized prop to make it work with self-signed certs
64     - remove rabbitmq-server requirement
65     - change spellchecker port 8080 to 48080 to not conflict with nethserver-tomcat
66 jpp 1.2
67 jpp 1.1 * Sat Apr 07 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-3
68     - check if database exists - thanks to @dnutan
69     - check if nextcloud exists - thanks to @dnutan
70     - tidy up conf action
71     - remove documentserver script
72     - make documentserver updates possible
73     - use json import instead of templating defaults.json
74     - remove install errors - thanks to @dnutan
75 jpp 1.2
76 jpp 1.1 * Tue Mar 20 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-2
77     - Secure access via JWT token - thanks to @dnutan
78     - autoinstall of onlyoffice nextcloud app - thanks to @danb35
79     - allow self-signed cert - thanks to @flatspin
80     - add host db prop
81 jpp 1.2
82 jpp 1.1 * Sat Mar 10 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-1
83     - First release
84     - Add requires
85     - Setup documentserver and nginx

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