1 |
# $Id: e-smith-proftpd.spec,v 1.12 2013/02/08 17:19:50 wellsi Exp $ |
# $Id: e-smith-proftpd.spec,v 1.1 2013/02/14 16:16:50 slords Exp $ |
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 2.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 2 |
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.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-proftpd-2.4.0-remove_unused_pam_templates.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
|
* Fri Jun 7 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
24 |
|
- Remove unused pam templates [SME: 7660] |
25 |
|
|
26 |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
27 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
28 |
|
|
528 |
|
|
529 |
%prep |
%prep |
530 |
%setup |
%setup |
531 |
|
%patch0 -p1 |
532 |
|
|
533 |
%build |
%build |
534 |
perl createlinks |
perl createlinks |