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

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

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

Revision 1.2 by jpp, Fri Jun 24 05:08:28 2022 UTC Revision 1.11 by jpp, Wed Feb 8 04:56:08 2023 UTC
# Line 1  Line 1 
1  Name: smeserver-onlyoffice  Name: smeserver-onlyoffice
2  Version: 0.0.5  Version: 0.0.5
3  Release: 1%{?dist}  Release: 7%{?dist}
4  Summary: Onlyoffice document server for Koozali SME Server  Summary: Onlyoffice document server for Koozali SME Server
5  License: GPL  License: GPL
6  Source0: %{name}-%{version}.tar.gz  Source0: %{name}-%{version}.tar.gz
7    Patch0: smeserver-onlyoffice-0.0.5-bz12233-dsport.patch
8    Patch1: smeserver-onlyoffice-0.0.5-bz12234-secret.patch
9    Patch2: smeserver-onlyoffice-0.0.5-bz12238.patch
10    Patch3: smeserver-onlyoffice-0.0.5-bz12289.patch
11    Patch4: smeserver-onlyoffice-0.0.5-bz12317.patch
12    
13  BuildArch: noarch  BuildArch: noarch
14  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
15  Requires: smeserver-postgresql,smeserver-redis,smeserver-nginx,onlyoffice-documentserver  Requires: smeserver-postgresql,smeserver-redis,smeserver-nginx
16    Requires: postgresql
17    Requires: onlyoffice-documentserver
18    Obsoletes: onlyoffice-documentserver > 7.2.2
19  Requires: rabbitmq-server,supervisor, php73-php-cli  Requires: rabbitmq-server,supervisor, php73-php-cli
20  Requires: smeserver-supervisor, smeserver-rabitmq-server  Requires: smeserver-supervisor, smeserver-rabbitmq-server, jq
21    # for msttcore-fonts-installer
22    Requires: cabextract
23    
24  %description  %description
25  Onlyoffice document server for for Koozali SME Server, a web based document editor server  Onlyoffice document server for for Koozali SME Server, a web based document editor server
26    
27  %prep  %prep
28  %setup -q  %setup -q
29    %patch0 -p1
30    %patch1 -p1
31    %patch2 -p1
32    %patch4 -p1
33    
34  %build  %build
 %{makedocs}  
35  perl createlinks  perl createlinks
36    
37  %install  %install
38  rm -rf %{buildroot}  rm -rf %{buildroot}
39  (cd root ; find . -depth -print | cpio -dump %{buildroot})  (cd root ; find . -depth -print | cpio -dump %{buildroot})
40  /sbin/e-smith/genfilelist %{buildroot} > %{name}-%{version}-%{release}-filelist  /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    
45    
46  %files -f %{name}-%{version}-%{release}-filelist  %files -f %{name}-%{version}-%{release}-filelist
# Line 31  rm -rf %{buildroot} Line 48  rm -rf %{buildroot}
48    
49    
50  %changelog  %changelog
51    * Tue Feb 07 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-7.sme
52    - requires documentserver < 7.3 as using supervisord
53    - fix path to pgsql [SME: 12317]
54    - redirect to welcome uri
55    
56    * 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    * 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    * 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    * 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  * Thu Jun 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-1.sme  * Thu Jun 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-1.sme
69  - Initial import to Koozali SME Server from Nethserver  - 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  
70  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
71    by assuming the date is correct and changing the weekday.    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 ....    Wed Sep 28 2019 --> Wed Sep 25 2019 or Sat Sep 28 2019 or Wed Oct 02 2019 or ....


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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