4 |
%define name smeserver-horde |
%define name smeserver-horde |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.0.0 |
%define version 1.0.0 |
7 |
%define release 34 |
%define release 35 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
39 |
Patch26: smeserver-horde-1.0.0-bz11694-remindfix.patch |
Patch26: smeserver-horde-1.0.0-bz11694-remindfix.patch |
40 |
Patch27: smeserver-horde-1.0.0-bz11945-require.patch |
Patch27: smeserver-horde-1.0.0-bz11945-require.patch |
41 |
Patch28: smeserver-horde-1.0.0-bz12293-php_path.patch |
Patch28: smeserver-horde-1.0.0-bz12293-php_path.patch |
42 |
|
Patch29: smeserver-horde-1.0.0-bz12595.patch |
43 |
|
|
44 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
45 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
83 |
Requires: ImageMagick |
Requires: ImageMagick |
84 |
|
|
85 |
%changelog |
%changelog |
86 |
|
* Sat Apr 27 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.0.0-35.sme |
87 |
|
- fix password file readable by all locally [SME: 12595] |
88 |
|
|
89 |
* Sun Feb 05 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.0.0-34.sme |
* Sun Feb 05 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.0.0-34.sme |
90 |
- use php full path for mysql.init scripts [SME: 12296] |
- use php full path for mysql.init scripts [SME: 12296] |
91 |
|
|
235 |
%patch26 -p1 |
%patch26 -p1 |
236 |
%patch27 -p1 |
%patch27 -p1 |
237 |
%patch28 -p1 |
%patch28 -p1 |
238 |
|
%patch29 -p1 |
239 |
|
|
240 |
%build |
%build |
241 |
for i in post-install post-upgrade |
for i in post-install post-upgrade |
258 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
259 |
|
|
260 |
%pre |
%pre |
261 |
|
#workaround for bug 12595 |
262 |
|
[[ `/usr/bin/stat --print=%A /usr/share/horde/smeserver/mysql_set_horde_password.sql | /usr/bin/cut -c 8` = "r" ]] && /sbin/e-smith/config delprop horde DbPassword |
263 |
|
|
264 |
%preun |
%preun |
265 |
%post |
%post |
266 |
|
|