1 |
# $Id$ |
# $Id: smeserver-phpwebftp-4.0.spec,v 1.1 2008/05/14 14:20:21 slords Exp $ |
2 |
# Authority: gnujpl |
# Authority: gnujpl |
3 |
# Name: Jean-Paul Leclère |
# Name: Jean-Paul Leclère |
4 |
|
|
5 |
%define name smeserver-phpwebftp |
%define name smeserver-phpwebftp |
6 |
%define version 4.0 |
%define version 4.0 |
7 |
%define release 2 |
%define release 3 |
8 |
|
|
9 |
Summary: Web FTP access via HTTPS for SME. |
Summary: Web FTP access via HTTPS for SME. |
10 |
Name: %{name} |
Name: %{name} |
13 |
License: GPL |
License: GPL |
14 |
Group: Applications/WebFTP |
Group: Applications/WebFTP |
15 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
|
#Patch0: %{name}-%{version}.patch.2005012300 |
|
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-apache |
Requires: e-smith-apache |
24 |
smeserver-phpwebftp adds an ftp panel available to users via SSL web access. |
smeserver-phpwebftp adds an ftp panel available to users via SSL web access. |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Sat Jun 7 2008 Jean-Paul Leclere <jean-paul@lleclere.org> |
28 |
|
- [4.0-3] |
29 |
|
- correct /home/httpd/html/webftp/tmp owner in spec file |
30 |
|
|
31 |
* Sat May 4 2008 Jean-Paul Leclere <jean-paul@lleclere.org> |
* Sat May 4 2008 Jean-Paul Leclere <jean-paul@lleclere.org> |
32 |
- [4.0-2] |
- [4.0-2] |
33 |
- Bump Copyright to License in spec |
- Bump Copyright to License in spec |
47 |
|
|
48 |
* Sun Jan 23 2005 Jean-Paul Leclere <jean-paul@lleclere.org> |
* Sun Jan 23 2005 Jean-Paul Leclere <jean-paul@lleclere.org> |
49 |
- [2.7-2] |
- [2.7-2] |
50 |
- Correctif sur droits répertoire tmp |
- Correct tmp directory rights |
51 |
- ajout paramètre ForceFTPVirtualLocalhost pour FTP malgré TLS |
- add ForceFTPVirtualLocalhost for FTP even if TLS |
52 |
|
|
53 |
* Sun Jan 9 2005 Jean-Paul Leclere <jean-paul@lleclere.org> |
* Sun Jan 9 2005 Jean-Paul Leclere <jean-paul@lleclere.org> |
54 |
- [2.7-1] |
- [2.7-1] |
72 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
73 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
74 |
rm -f e-smith-%{version}-filelist |
rm -f e-smith-%{version}-filelist |
75 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
76 |
|
--dir '/home/httpd/html/webftp/tmp' 'attr(0640,www,www)' \ |
77 |
|
> %{name}-%{version}-filelist |
78 |
|
|
79 |
%preun |
%preun |
80 |
|
|
84 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
85 |
|
|
86 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
87 |
%defattr(-,root,www) |
/home/httpd/html/webftp/include/fckeditor/_samples/py/sample01.pyc |
88 |
%attr(0770,root,www) %config(noreplace) /home/httpd/html/webftp/tmp |
/home/httpd/html/webftp/include/fckeditor/_samples/py/sample01.pyo |
89 |
|
/home/httpd/html/webftp/include/fckeditor/_samples/py/sampleposteddata.pyc |
90 |
|
/home/httpd/html/webftp/include/fckeditor/_samples/py/sampleposteddata.pyo |
91 |
|
/home/httpd/html/webftp/include/fckeditor/editor/filemanager/browser/default/connectors/py/connector.pyc |
92 |
|
/home/httpd/html/webftp/include/fckeditor/editor/filemanager/browser/default/connectors/py/connector.pyo |
93 |
|
/home/httpd/html/webftp/include/fckeditor/fckeditor.pyc |
94 |
|
/home/httpd/html/webftp/include/fckeditor/fckeditor.pyo |
95 |
|
|
96 |
|
%defattr(-,root,www) |