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

Annotation of /rpms/smeserver-collabora/contribs10/smeserver-collabora.spec

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


Revision 1.9 - (hide annotations) (download)
Mon Jan 27 04:41:49 2025 UTC (9 days, 5 hours ago) by jpp
Branch: MAIN
CVS Tags: smeserver-collabora-0_1_6-8_el7_sme, HEAD
Changes since 1.8: +8 -1 lines
* Sun Jan 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1.6-8.sme
- fix wrong service reload for apache [SME: 12505]
- add requires coolwsd-deprecated

1 jpp 1.1 Summary: Koozali SME Server Collabora Online configuration
2     Name: smeserver-collabora
3     Version: 0.1.6
4 jpp 1.9 Release: 8%{?dist}
5 jpp 1.1 License: GPL
6     Source: %{name}-%{version}.tar.gz
7 jpp 1.3 Patch0: smeserver-collabora-0.1.6-bz11893-systemd.patch
8 jpp 1.4 Patch1: smeserver-collabora-0.1.6-bz11895-httpd-template.patch
9 jpp 1.5 Patch2: smeserver-collabora-0.1.6-bz11895-Virtualhost.patch
10 jpp 1.7 Patch3: smeserver-collabora-0.1.6-bz12248.patch
11 jpp 1.8 Patch4: smeserver-collabora-0.1.6-bz12372-restart.patch
12 jpp 1.9 Patch5: smeserver-collabora-0.1.6-bz12505.patch
13 jpp 1.3
14 jpp 1.1 BuildArch: noarch
15     Requires: CODE-brand >= 21.11
16     Requires: coolwsd
17 jpp 1.9 Requires: coolwsd-deprecated
18 jpp 1.1 Requires: collaboraoffice-dict-en
19    
20     BuildRequires: e-smith-devtools
21    
22     %description
23     Koozali SME Server Collabora Online configuration
24    
25     %prep
26     %setup -q
27 jpp 1.3 %patch0 -p1
28 jpp 1.4 %patch1 -p1
29 jpp 1.5 %patch2 -p1
30 jpp 1.7 %patch3 -p1
31 jpp 1.8 %patch4 -p1
32 jpp 1.9 %patch5 -p1
33 jpp 1.1
34     %build
35     perl createlinks
36    
37     %install
38     rm -rf $RPM_BUILD_ROOT
39     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
40     rm -f %{name}-%{version}-%{release}-filelist
41 jpp 1.2 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
42 jpp 1.1 > %{name}-%{version}-%{release}-filelist
43    
44     %post
45    
46     %files -f %{name}-%{version}-%{release}-filelist
47     %defattr(-,root,root)
48     %doc COPYING
49    
50     %changelog
51 jpp 1.9 * Sun Jan 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1.6-8.sme
52     - fix wrong service reload for apache [SME: 12505]
53     - add requires coolwsd-deprecated
54    
55 jpp 1.8 * Mon Aug 14 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-7.sme
56     - workaround coolwsd not restarted after its rpm update [SME: 12372]
57     this will also ensure all is configured properly and not overwritten
58    
59 jpp 1.7 * Mon Feb 06 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-6.sme
60     - dedicated log [SME: 12248]
61    
62 jpp 1.6 * Tue Mar 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-5.sme
63 jpp 1.5 - make Collabo use a subfolder for its Virtualdomain [SME: 11895]
64 jpp 1.6 - and ability to have multiple collabora domains
65 jpp 1.5
66 jpp 1.4 * Fri Mar 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-3.sme
67     - fix httpd template path [SME: 11895]
68    
69 jpp 1.3 * Thu Mar 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-2.sme
70     - fix missing systemd configuration [SME: 11893]
71    
72 jpp 1.1 * Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com} - 0.1.6-2
73     - first version for SME Server, thank you Nethesis Team
74    
75     * Sat Dec 11 2021 Stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1.6-1
76     - Go to CODE 21.11
77    
78     * Sat Dec 11 2021 mrmarkuz <31746411+mrmarkuz@users.noreply.github.com> - 0.1.5-1
79     - Collabora 21.11 Update - NethServer/dev#6607
80    
81     * Mon May 03 2021 Stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1.4-1
82     - Collabora: Require collaboraoffice6.4-dict-en - NethServer/dev#6501
83    
84     * Tue Apr 20 2021 Stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1.3-1
85     - Collabora: Add CODE repository but disabled - NethServer/dev#6490
86    
87     * Wed Feb 17 2021 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> - 0.1.2-1
88     - Collabora still uses rh-php72 but Nextcloud installs rh-php73 - Bug NethServer/dev#6426
89    
90     * Fri Jan 24 2020 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> - 0.1.1-1
91     - Collabora still uses rh-php71 but Nextcloud installs rh-php72 - Bug NethServer/dev#6035
92    
93     * Tue Feb 12 2019 Matteo Valentini <matteo.valentini@nethesis.it> - 0.1.0-1
94     - Collabora Online integration - NethServer/dev#5700
95    

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