--- rpms/smeserver-phpwebftp/contribs7/smeserver-phpwebftp-4.0.spec 2008/05/14 14:20:21 1.1 +++ rpms/smeserver-phpwebftp/contribs7/smeserver-phpwebftp-4.0.spec 2008/06/07 20:17:25 1.2 @@ -1,10 +1,10 @@ -# $Id$ +# $Id: smeserver-phpwebftp-4.0.spec,v 1.1 2008/05/14 14:20:21 slords Exp $ # Authority: gnujpl # Name: Jean-Paul Leclère %define name smeserver-phpwebftp %define version 4.0 -%define release 2 +%define release 3 Summary: Web FTP access via HTTPS for SME. Name: %{name} @@ -13,7 +13,6 @@ Release: %{release}%{?dist} License: GPL Group: Applications/WebFTP Source: %{name}-%{version}.tar.gz -#Patch0: %{name}-%{version}.patch.2005012300 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: e-smith-apache @@ -25,6 +24,10 @@ AutoReqProv: no smeserver-phpwebftp adds an ftp panel available to users via SSL web access. %changelog +* Sat Jun 7 2008 Jean-Paul Leclere +- [4.0-3] +- correct /home/httpd/html/webftp/tmp owner in spec file + * Sat May 4 2008 Jean-Paul Leclere - [4.0-2] - Bump Copyright to License in spec @@ -44,8 +47,8 @@ smeserver-phpwebftp adds an ftp panel av * Sun Jan 23 2005 Jean-Paul Leclere - [2.7-2] -- Correctif sur droits répertoire tmp -- ajout paramètre ForceFTPVirtualLocalhost pour FTP malgré TLS +- Correct tmp directory rights +- add ForceFTPVirtualLocalhost for FTP even if TLS * Sun Jan 9 2005 Jean-Paul Leclere - [2.7-1] @@ -69,7 +72,9 @@ smeserver-phpwebftp adds an ftp panel av rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f e-smith-%{version}-filelist -/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist +/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ + --dir '/home/httpd/html/webftp/tmp' 'attr(0640,www,www)' \ + > %{name}-%{version}-filelist %preun @@ -79,6 +84,13 @@ rm -f e-smith-%{version}-filelist rm -rf $RPM_BUILD_ROOT %files -f %{name}-%{version}-filelist -%defattr(-,root,www) -%attr(0770,root,www) %config(noreplace) /home/httpd/html/webftp/tmp +/home/httpd/html/webftp/include/fckeditor/_samples/py/sample01.pyc +/home/httpd/html/webftp/include/fckeditor/_samples/py/sample01.pyo +/home/httpd/html/webftp/include/fckeditor/_samples/py/sampleposteddata.pyc +/home/httpd/html/webftp/include/fckeditor/_samples/py/sampleposteddata.pyo +/home/httpd/html/webftp/include/fckeditor/editor/filemanager/browser/default/connectors/py/connector.pyc +/home/httpd/html/webftp/include/fckeditor/editor/filemanager/browser/default/connectors/py/connector.pyo +/home/httpd/html/webftp/include/fckeditor/fckeditor.pyc +/home/httpd/html/webftp/include/fckeditor/fckeditor.pyo +%defattr(-,root,www)