1 |
# $Id: e-smith-pop3.spec,v 1.5 2012/07/04 00:23:04 wellsi Exp $ |
# $Id: e-smith-pop3.spec,v 1.6 2012/07/06 06:27:57 wellsi Exp $ |
2 |
|
|
3 |
Summary: startup scripts for pop3 package |
Summary: startup scripts for pop3 package |
4 |
%define name e-smith-pop3 |
%define name e-smith-pop3 |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 5 |
%define release 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch1: e-smith-pop3-2.2.0-checkpassword_pam.patch |
Patch1: e-smith-pop3-2.2.0-checkpassword_pam.patch |
14 |
Patch2: e-smith-pop3-2.2.0-PopSoftlimit.patch |
Patch2: e-smith-pop3-2.2.0-PopSoftlimit.patch |
15 |
|
Patch3: e-smith-pop3-2.2.0-PopSoftlimit2.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Fri Jul 06 2012 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme |
29 |
|
- Easier to read version of softlimit patch [SME: 6994] |
30 |
|
|
31 |
* Thu Jul 05 2012 Ian Wells <esmith@wellsi.com> 2.2.0-5.sme |
* Thu Jul 05 2012 Ian Wells <esmith@wellsi.com> 2.2.0-5.sme |
32 |
- More robust version of softlimit patch [SME: 6994] |
- More robust version of softlimit patch [SME: 6994] |
33 |
|
|
79 |
%setup |
%setup |
80 |
%patch1 -p1 |
%patch1 -p1 |
81 |
%patch2 -p1 |
%patch2 -p1 |
82 |
|
%patch3 -p1 |
83 |
|
|
84 |
%build |
%build |
85 |
perl createlinks |
perl createlinks |