smeserver-collabora/smeserver-collabora.spec

86 lines
2.8 KiB
RPMSpec
Raw Normal View History

Summary: Koozali SME Server Collabora Online configuration
Name: smeserver-collabora
Version: 0.1.6
Release: 8%{?dist}
License: GPL
Source: %{name}-%{version}.tar.xz
BuildArch: noarch
Requires: CODE-brand >= 21.11
Requires: coolwsd
Requires: collaboraoffice-dict-en
BuildRequires: e-smith-devtools
%description
Koozali SME Server Collabora Online configuration
%prep
%setup -q
%build
perl createlinks
%install
rm -rf $RPM_BUILD_ROOT
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
rm -f %{name}-%{version}-%{release}-filelist
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
> %{name}-%{version}-%{release}-filelist
%post
%files -f %{name}-%{version}-%{release}-filelist
%defattr(-,root,root)
%doc COPYING
%changelog
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.1.6-8.sme
- Roll up patches and move to git repo [SME: 12338]
* Sat Sep 07 2024 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
by assuming the date is correct and changing the weekday.
* Mon Aug 14 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-7.sme
- workaround coolwsd not restarted after its rpm update [SME: 12372]
this will also ensure all is configured properly and not overwritten
* Mon Feb 06 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-6.sme
- dedicated log [SME: 12248]
* Tue Mar 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-5.sme
- make Collabo use a subfolder for its Virtualdomain [SME: 11895]
- and ability to have multiple collabora domains
* Fri Mar 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-3.sme
- fix httpd template path [SME: 11895]
* Thu Mar 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-2.sme
- fix missing systemd configuration [SME: 11893]
* Wed Mar 09 2022 Jean-Philippe Pialasse <tests@pialasse.com} - 0.1.6-2
- first version for SME Server, thank you Nethesis Team
* Sat Dec 11 2021 Stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1.6-1
- Go to CODE 21.11
* Sat Dec 11 2021 mrmarkuz <31746411+mrmarkuz@users.noreply.github.com> - 0.1.5-1
- Collabora 21.11 Update - NethServer/dev#6607
* Mon May 03 2021 Stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1.4-1
- Collabora: Require collaboraoffice6.4-dict-en - NethServer/dev#6501
* Tue Apr 20 2021 Stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1.3-1
- Collabora: Add CODE repository but disabled - NethServer/dev#6490
* Wed Feb 17 2021 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> - 0.1.2-1
- Collabora still uses rh-php72 but Nextcloud installs rh-php73 - Bug NethServer/dev#6426
* Fri Jan 24 2020 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> - 0.1.1-1
- Collabora still uses rh-php71 but Nextcloud installs rh-php72 - Bug NethServer/dev#6035
* Tue Feb 12 2019 Matteo Valentini <matteo.valentini@nethesis.it> - 0.1.0-1
- Collabora Online integration - NethServer/dev#5700