|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
|
|
%define name smeserver-pydio |
|
|
|
|
%define version 0.3.0 |
|
|
|
|
%define release 0.beta1 |
|
|
|
|
%define release 1 |
|
|
|
|
%define phpversion 56 |
|
|
|
|
Summary: SME server integration of pydio |
|
|
|
|
Name: %{name} |
|
|
|
@ -27,9 +27,9 @@ Requires: perl(File::Path) |
|
|
|
|
Requires: perl(JSON) |
|
|
|
|
Requires: ghostscript |
|
|
|
|
Requires: poppler-utils |
|
|
|
|
Requires: php-pecl(xattr) |
|
|
|
|
Requires: php-pear(VersionControl_Git) |
|
|
|
|
Requires: git |
|
|
|
|
Requires: php%{phpversion}-php-pecl-xattr |
|
|
|
|
#Requires: mod_xsendfile |
|
|
|
|
|
|
|
|
|
Obsoletes: smeserver-ajaxplorer |
|
|
|
@ -41,6 +41,10 @@ Pydio is a rich-client browser for managing files on a web server |
|
|
|
|
This contrib works with the smeserver-shared-folders addon |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Tue Jul 18 2017 Daniel Berteaud <daniel@firewall-services.com> 0.3.0-1 |
|
|
|
|
- Switch to php56 using FPM+FastCGI |
|
|
|
|
- Set default max upload size to 2048M |
|
|
|
|
|
|
|
|
|
* Tue May 23 2017 Daniel Berteaud <daniel@firewall-services.com> 0.2.11-1 |
|
|
|
|
- Add /usr/share/php in open_basedir |
|
|
|
|
|
|
|
|
|