1 |
# $Id: smeserver-phpwebftp-4.0.spec,v 1.3 2013/11/04 23:51:35 unnilennium Exp $ |
# $Id: smeserver-phpwebftp-4.0.spec,v 1.4 2013/11/24 10:05:32 unnilennium 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 7 |
%define release 8 |
8 |
|
|
9 |
Summary: Web FTP access via HTTPS for SME. |
Summary: Web FTP access via HTTPS for SME. |
10 |
Name: %{name} |
Name: %{name} |
26 |
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. |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
* Sun Nov 24 2013 JP Pialasse <tests@pialasse.com> 4.0-7.sme |
* Sun Nov 24 2013 JP Pialasse <tests@pialasse.com> 4.0-8.sme |
30 |
- new patch for [SME: 7973] |
- new patch for [SME: 7973] |
31 |
|
- tmp folder set to 0770 to fix the download error |
32 |
|
|
33 |
* Mon Nov 4 2013 JP Pialasse <tests@pialasse.com> 4.0-6.sme |
* Mon Nov 4 2013 JP Pialasse <tests@pialasse.com> 4.0-6.sme |
34 |
- wrong binary ascii switch [SME: 7973] |
- wrong binary ascii switch [SME: 7973] |
91 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
92 |
rm -f e-smith-%{version}-filelist |
rm -f e-smith-%{version}-filelist |
93 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
94 |
--dir '/home/httpd/html/webftp/tmp' 'attr(0640,www,www)' \ |
--dir '/home/httpd/html/webftp/tmp' 'attr(0770,www,www)' \ |
95 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
96 |
|
|
97 |
/usr/lib/rpm/brp-python-bytecompile |
/usr/lib/rpm/brp-python-bytecompile |