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

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