spec file update

tags/0.2.2_el5 0.2.2_el5
Daniel Berteaud 11 years ago
parent 08bede6b5d
commit e40d285212
  1. 11
      smeserver-pydio.spec

@ -2,7 +2,7 @@
# Name: Daniel Berteaud # Name: Daniel Berteaud
%define name smeserver-pydio %define name smeserver-pydio
%define version 0.2.1 %define version 0.2.2
%define release 1 %define release 1
Summary: SME server integration of pydio Summary: SME server integration of pydio
Name: %{name} Name: %{name}
@ -15,7 +15,7 @@ Source: %{name}-%{version}.tar.gz
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRequires: e-smith-devtools BuildRequires: e-smith-devtools
BuildRoot: /var/tmp/%{name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}
Requires: e-smith-base >= 5.2.0-56 Requires: e-smith-base >= 5.2.0-56
Requires: pydio >= 5.0.4 Requires: pydio >= 5.0.4
Requires: smeserver-webapps-common 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 This contrib works with the smeserver-shared-folders addon
%changelog %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 * Thu Oct 31 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.1-1
- Fix disabling php output_buffering - Fix disabling php output_buffering
@ -128,7 +133,7 @@ This contrib works with the smeserver-shared-folders addon
- initial release - initial release
%prep %prep
%setup %setup -q
%build %build
perl ./createlinks perl ./createlinks

Loading…
Cancel
Save