/[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.10 - (hide annotations) (download)
Tue Feb 7 06:55:39 2023 UTC (20 months, 1 week ago) by jpp
Branch: MAIN
CVS Tags: smeserver-onlyoffice-0_0_5-6_el7_sme
Changes since 1.9: +11 -2 lines
* Tue Feb 07 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-6.sme
- requires documentserver < 7.3 as using supervisord
- fix path to pgsql [SME: 12317]
- redirect to welcome uri

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

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