1 |
|
# $Id$ |
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 4.14.0 |
%define version 5.0.0 |
7 |
%define release 13 |
%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 |
|
Patch1: e-smith-proxy-4.14.0-squidrotate.patch |
|
|
Patch2: e-smith-proxy-4.14.0-proxycron.patch |
|
|
Patch3: e-smith-proxy-4.14.0-http_port.patch |
|
|
Patch4: e-smith-proxy-4.14.0-squid.conf_perms.patch |
|
|
Patch5: e-smith-proxy-4.14.0-bind_address.patch |
|
|
Patch6: e-smith-proxy-4.14.0-AddWpadFeature.patch |
|
|
Patch7: e-smith-proxy-4.14.0-squid26.patch |
|
|
Patch8: e-smith-proxy-4.14.0-notenforced.patch |
|
|
Patch9: e-smith-proxy-4.14.0-rmFormTitle.patch |
|
|
Patch10: e-smith-proxy-4.14.0-tags2general.patch |
|
|
Patch11: e-smith-proxy-4.14.0-ChangeWpadURL.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
Requires: e-smith-base |
Requires: e-smith-base |
25 |
e-smith server and gateway software - proxy module. |
e-smith server and gateway software - proxy module. |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.0.0-1.sme |
29 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
30 |
|
|
31 |
|
* Fri Aug 15 2008 Shad L. Lords <slords@mail.com> 4.14.0-15 |
32 |
|
- Fix obsolete use of esmith::db class in template fragment in sme8. [SME: 4509] |
33 |
|
|
34 |
|
* Fri Aug 15 2008 Charlie Brady <charlie_brady@mitel.com> 4.14.0-14 |
35 |
|
- Fix obsolete use of esmith::db class in template fragment. [SME: 4509] |
36 |
|
|
37 |
* Fri Feb 22 2008 Gavin Weight <gweight@gmail.com> 4.14.0-13 |
* Fri Feb 22 2008 Gavin Weight <gweight@gmail.com> 4.14.0-13 |
38 |
- Change Wpad URL to match system domain. [SME: 3512] |
- Change Wpad URL to match system domain. [SME: 3512] |
39 |
|
|
663 |
|
|
664 |
%prep |
%prep |
665 |
%setup |
%setup |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%if "%{?rhel}" == "5" |
|
|
%patch7 -p1 |
|
|
%endif |
|
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
|
%patch10 -p1 |
|
|
%patch11 -p1 |
|
666 |
|
|
667 |
%build |
%build |
668 |
perl createlinks |
perl createlinks |