1 |
|
# $Id$ |
2 |
|
|
3 |
Summary: e-smith specific proftpd configuration files and templates |
Summary: e-smith specific proftpd configuration files and templates |
4 |
%define name e-smith-proftpd |
%define name e-smith-proftpd |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.12.0 |
%define version 2.0.0 |
7 |
%define release 11 |
%define release 1 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
|
Patch0: e-smith-proftpd-1.12.0-LogDirPerms.patch |
|
|
Patch1: e-smith-proftpd-1.12.0-ftpusersfix.patch |
|
|
Patch2: e-smith-proftpd-1.12.0-chroot.patch |
|
|
Patch3: e-smith-proftpd-1.12.0-globalroot.patch |
|
|
Patch4: e-smith-proftpd-1.12.0-logdir.patch |
|
|
Patch5: e-smith-proftpd-1.12.0-ftpuser_perm.patch |
|
|
Patch6: e-smith-proftpd-1-12-0-MovePam_d_ftpTemplates.patch |
|
|
Patch7: e-smith-proftpd-1.12.0-RenameDisplayFirstChdirToDisplayChdir.patch |
|
|
Patch8: e-smith-proftpd-1.12.0-ShowSymlinks.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
AutoReqProv: no |
AutoReqProv: no |
20 |
|
|
21 |
%changelog |
%changelog |
22 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
23 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
24 |
|
|
25 |
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.12.0-11 |
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.12.0-11 |
26 |
- ShowSymlinks off [SME: 993] |
- ShowSymlinks off [SME: 993] |
27 |
|
|
504 |
|
|
505 |
%prep |
%prep |
506 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
507 |
|
|
508 |
%build |
%build |
509 |
perl createlinks |
perl createlinks |