1 |
# $Id: e-smith-pop3.spec,v 1.4 2014/12/19 15:33:20 vip-ire Exp $ |
# $Id: e-smith-pop3.spec,v 1.5 2014/12/19 15:33:54 vip-ire 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.4.0 |
%define version 2.4.0 |
7 |
%define release 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: e-smith-pop3-2.4.0-sslio2stunnel.patch |
Patch0: e-smith-pop3-2.4.0-sslio2stunnel.patch |
14 |
Patch1: e-smith-pop3-2.4.0-disable_fips_for_stunnel.patch |
Patch1: e-smith-pop3-2.4.0-disable_fips_for_stunnel.patch |
15 |
|
Patch2: e-smith-pop3-2.4.0-disable_tlsv1.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 |
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Wed Jan 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4 |
30 |
|
- Disable TLSv1 [SME: 9169] |
31 |
|
|
32 |
* Fri Dec 19 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3 |
* Fri Dec 19 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3 |
33 |
- Disable fips mode on stunnel [SME: 8733] |
- Disable fips mode on stunnel [SME: 8733] |
34 |
|
|
92 |
%setup |
%setup |
93 |
%patch0 -p1 |
%patch0 -p1 |
94 |
%patch1 -p1 |
%patch1 -p1 |
95 |
|
%patch2 -p1 |
96 |
|
|
97 |
%build |
%build |
98 |
perl createlinks |
perl createlinks |