/[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.5 - (hide annotations) (download)
Mon Nov 21 04:24:07 2022 UTC (22 months, 1 week ago) by jpp
Branch: MAIN
CVS Tags: smeserver-onlyoffice-0_0_5-2_el7_sme
Changes since 1.4: +7 -1 lines
* Sun Nov 20 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-2.sme
- fix wrong dsport in httpd template [SME: 12233]

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

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