/[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.12 - (hide annotations) (download)
Wed Feb 8 05:12:06 2023 UTC (19 months, 2 weeks ago) by jpp
Branch: MAIN
CVS Tags: smeserver-onlyoffice-0_0_5-8_el7_sme, HEAD
Changes since 1.11: +7 -3 lines
* Wed Feb 08 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-8.sme
- adapt for  onlyoffice 7.3 with systemd services [SME: 12177]

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

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