1 |
%define version 13.0.1 |
%define version 15.0.0 |
2 |
%define release 5 |
%define release 3 |
3 |
|
|
4 |
%define apache_serverroot /usr/share |
%define apache_serverroot /usr/share |
5 |
%define apache_confdir /etc/httpd/conf.d |
%define apache_confdir /etc/httpd/conf.d |
7 |
%define nc_config_dir %{nc_dir}/config |
%define nc_config_dir %{nc_dir}/config |
8 |
%define nc_data_dir %{nc_dir}/data |
%define nc_data_dir %{nc_dir}/data |
9 |
|
|
10 |
%define nc_user apache |
%define nc_user www |
11 |
%define nc_group apache |
%define nc_group www |
12 |
|
|
13 |
# Turn off the brp-python-bytecompile script |
# Turn off the brp-python-bytecompile script |
14 |
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') |
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') |
34 |
Requires: php71-php-pdo |
Requires: php71-php-pdo |
35 |
Requires: php71-php-mbstring |
Requires: php71-php-mbstring |
36 |
Requires: php71-php-pecl-zip |
Requires: php71-php-pecl-zip |
37 |
|
Requires: php71-php-imagick |
38 |
|
|
39 |
# Recommended php packages |
# Recommended php packages |
40 |
Requires: php71-php-intl |
Requires: php71-php-intl |
84 |
%attr(0775,%{nc_user},%{nc_group}) %{nc_data_dir} |
%attr(0775,%{nc_user},%{nc_group}) %{nc_data_dir} |
85 |
%attr(0775,%{nc_user},%{nc_group}) %{nc_config_dir} |
%attr(0775,%{nc_user},%{nc_group}) %{nc_config_dir} |
86 |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/lib |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/lib |
87 |
|
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/ocm-provider |
88 |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/core |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/core |
89 |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/settings |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/settings |
90 |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/3rdparty |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/3rdparty |
93 |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/ocs* |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/ocs* |
94 |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/*.php |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/*.php |
95 |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/AUTHORS |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/AUTHORS |
96 |
|
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/COPYING |
97 |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/index.html |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/index.html |
98 |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/robots.txt |
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/robots.txt |
99 |
%attr(0644,%{nc_user},%{nc_group}) %{nc_dir}/.htaccess |
%attr(0644,%{nc_user},%{nc_group}) %{nc_dir}/.htaccess |
105 |
|
|
106 |
|
|
107 |
%changelog |
%changelog |
108 |
|
* Fri Dec 21 2018 Jean-Philipe Pialasse <tests@pialasse.com> 15.0.0-3.sme |
109 |
|
- Update to release 15.0.0 [SME: 10669] |
110 |
|
|
111 |
* Wed Dec 19 2018 Jean-Philipe Pialasse <tests@pialasse.com> 13.0.1-5.sme |
* Wed Dec 19 2018 Jean-Philipe Pialasse <tests@pialasse.com> 13.0.1-5.sme |
112 |
- fix failure to update [SME: 10596] |
- fix failure to update [SME: 10596] |
113 |
remove assets folder before 13.0.4 update |
remove assets folder before 13.0.4 update |