|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
# Name: Daniel Berteaud |
|
|
|
|
|
|
|
|
|
%define name smeserver-pydio |
|
|
|
|
%define version 0.2.1 |
|
|
|
|
%define version 0.2.2 |
|
|
|
|
%define release 1 |
|
|
|
|
Summary: SME server integration of pydio |
|
|
|
|
Name: %{name} |
|
|
|
@ -15,7 +15,7 @@ Source: %{name}-%{version}.tar.gz |
|
|
|
|
|
|
|
|
|
BuildArchitectures: noarch |
|
|
|
|
BuildRequires: e-smith-devtools |
|
|
|
|
BuildRoot: /var/tmp/%{name}-%{version} |
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version} |
|
|
|
|
Requires: e-smith-base >= 5.2.0-56 |
|
|
|
|
Requires: pydio >= 5.0.4 |
|
|
|
|
Requires: smeserver-webapps-common |
|
|
|
@ -39,6 +39,11 @@ Pydio is a rich-client browser for managing files on a web server |
|
|
|
|
This contrib works with the smeserver-shared-folders addon |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Mon Nov 18 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.2-1 |
|
|
|
|
- Increase max_execution_time for the indexer cron job |
|
|
|
|
- Don't remove the locales cache on webapps-update (prevent a bug with |
|
|
|
|
the indexer which would create an empty locale cache) |
|
|
|
|
|
|
|
|
|
* Thu Oct 31 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.1-1 |
|
|
|
|
- Fix disabling php output_buffering |
|
|
|
|
|
|
|
|
@ -128,7 +133,7 @@ This contrib works with the smeserver-shared-folders addon |
|
|
|
|
- initial release |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup |
|
|
|
|
%setup -q |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
perl ./createlinks |
|
|
|
|