update spec file

This commit is contained in:
Daniel Berteaud 2013-10-15 15:27:22 +02:00
parent 68d86c7b17
commit 07206b904b
1 changed files with 13 additions and 2 deletions

View File

@ -2,14 +2,14 @@
# Name: Daniel Berteaud
%define name smeserver-ajaxplorer
%define version 0.1.8
%define version 0.1.9
%define release 1
Summary: sme server integration of ajaxplorer
Name: %{name}
Version: %{version}
Release: %{release}%{?dist}
License: GNU GPL version 2
URL: http://www.ajaxplorer.info/wordpress/
URL: http://www.ajaxplorer.info/
Group: SMEserver/addon
Source: %{name}-%{version}.tar.gz
@ -23,6 +23,9 @@ Requires: smeserver-shared-folders >= 0.1-64
Requires: perl(PHP::Serialization)
Requires: perl(File::Path)
Requires: perl(JSON)
Requires: ghostscript
Requires: poppler-utils
#Requires: mod_xsendfile
%description
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
%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
- Correctly update the personal role, which is where Ajaxplorer
Looks for permissions now
@ -112,6 +121,8 @@ rm -rf $RPM_BUILD_ROOT
rm -f %{name}-%{version}-filelist
/sbin/e-smith/genfilelist $RPM_BUILD_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
%files -f %{name}-%{version}-filelist