|
|
@ -2,14 +2,14 @@ |
|
|
|
# Name: Daniel Berteaud |
|
|
|
# Name: Daniel Berteaud |
|
|
|
|
|
|
|
|
|
|
|
%define name smeserver-ajaxplorer |
|
|
|
%define name smeserver-ajaxplorer |
|
|
|
%define version 0.1.8 |
|
|
|
%define version 0.1.9 |
|
|
|
%define release 1 |
|
|
|
%define release 1 |
|
|
|
Summary: sme server integration of ajaxplorer |
|
|
|
Summary: sme server integration of ajaxplorer |
|
|
|
Name: %{name} |
|
|
|
Name: %{name} |
|
|
|
Version: %{version} |
|
|
|
Version: %{version} |
|
|
|
Release: %{release}%{?dist} |
|
|
|
Release: %{release}%{?dist} |
|
|
|
License: GNU GPL version 2 |
|
|
|
License: GNU GPL version 2 |
|
|
|
URL: http://www.ajaxplorer.info/wordpress/ |
|
|
|
URL: http://www.ajaxplorer.info/ |
|
|
|
Group: SMEserver/addon |
|
|
|
Group: SMEserver/addon |
|
|
|
Source: %{name}-%{version}.tar.gz |
|
|
|
Source: %{name}-%{version}.tar.gz |
|
|
|
|
|
|
|
|
|
|
@ -23,6 +23,9 @@ Requires: smeserver-shared-folders >= 0.1-64 |
|
|
|
Requires: perl(PHP::Serialization) |
|
|
|
Requires: perl(PHP::Serialization) |
|
|
|
Requires: perl(File::Path) |
|
|
|
Requires: perl(File::Path) |
|
|
|
Requires: perl(JSON) |
|
|
|
Requires: perl(JSON) |
|
|
|
|
|
|
|
Requires: ghostscript |
|
|
|
|
|
|
|
Requires: poppler-utils |
|
|
|
|
|
|
|
#Requires: mod_xsendfile |
|
|
|
|
|
|
|
|
|
|
|
%description |
|
|
|
%description |
|
|
|
smserver integration of ajaxplorer. |
|
|
|
smserver integration of ajaxplorer. |
|
|
@ -30,6 +33,12 @@ Ajaxplorer 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 |
|
|
|
|
|
|
|
* Wed Oct 2 2013 Daniel Berteaud <daniel@firewall-services.com> 0.1.9-1 |
|
|
|
|
|
|
|
- Enable notifications |
|
|
|
|
|
|
|
- Enable cmd_line |
|
|
|
|
|
|
|
- Enable lucene indexing |
|
|
|
|
|
|
|
- Enable powerfs |
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 26 2013 Daniel Berteaud <daniel@firewall-services.com> 0.1.8-1 |
|
|
|
* Thu Sep 26 2013 Daniel Berteaud <daniel@firewall-services.com> 0.1.8-1 |
|
|
|
- Correctly update the personal role, which is where Ajaxplorer |
|
|
|
- Correctly update the personal role, which is where Ajaxplorer |
|
|
|
Looks for permissions now |
|
|
|
Looks for permissions now |
|
|
@ -112,6 +121,8 @@ rm -rf $RPM_BUILD_ROOT |
|
|
|
rm -f %{name}-%{version}-filelist |
|
|
|
rm -f %{name}-%{version}-filelist |
|
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
|
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
|
|
|
--file /etc/cron.daily/ajaxplorer-tmpwatch 'attr(0755,root,root)' \ |
|
|
|
--file /etc/cron.daily/ajaxplorer-tmpwatch 'attr(0755,root,root)' \ |
|
|
|
|
|
|
|
--file /etc/cron.daily/ajaxplorer-indexer 'attr(0700,root,root)' \ |
|
|
|
|
|
|
|
--file /usr/bin/ajxppdftotext 'attr(0755,root,root)' \ |
|
|
|
> %{name}-%{version}-filelist |
|
|
|
> %{name}-%{version}-filelist |
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}-%{version}-filelist |
|
|
|
%files -f %{name}-%{version}-filelist |
|
|
|