1 |
# $Id: e-smith-proxy.spec,v 1.12 2010/03/29 14:52:05 filippocarletti Exp $ |
# $Id: e-smith-proxy.spec,v 1.13 2010/09/26 16:28:40 slords Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - proxy module |
Summary: e-smith server and gateway - proxy module |
4 |
%define name e-smith-proxy |
%define name e-smith-proxy |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.2.0 |
%define version 5.2.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.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: e-smith-proxy-5.2.0-blocksmtp.patch |
Patch0: e-smith-proxy-5.2.0-blocksmtp.patch |
14 |
Patch1: e-smith-proxy-5.2.0-transparent.patch |
Patch1: e-smith-proxy-5.2.0-transparent.patch |
15 |
|
Patch2: e-smith-proxy-5.2.0-transparent2.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-base |
Requires: e-smith-base |
29 |
e-smith server and gateway software - proxy module. |
e-smith server and gateway software - proxy module. |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-4.sme |
33 |
|
- Fix missed enabled->transparent mapping [SME: 5574] |
34 |
|
|
35 |
* Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-3.sme |
* Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-3.sme |
36 |
- Change enabled to transparent for mail proxy [SME: 5574] |
- Change enabled to transparent for mail proxy [SME: 5574] |
37 |
|
|
678 |
%setup |
%setup |
679 |
%patch0 -p1 |
%patch0 -p1 |
680 |
%patch1 -p1 |
%patch1 -p1 |
681 |
|
%patch2 -p1 |
682 |
|
|
683 |
%build |
%build |
684 |
perl createlinks |
perl createlinks |