2 |
%define name e-smith-proxy |
%define name e-smith-proxy |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 4.14.0 |
%define version 4.14.0 |
5 |
%define release 7 |
%define release 11 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
13 |
Patch3: e-smith-proxy-4.14.0-http_port.patch |
Patch3: e-smith-proxy-4.14.0-http_port.patch |
14 |
Patch4: e-smith-proxy-4.14.0-squid.conf_perms.patch |
Patch4: e-smith-proxy-4.14.0-squid.conf_perms.patch |
15 |
Patch5: e-smith-proxy-4.14.0-bind_address.patch |
Patch5: e-smith-proxy-4.14.0-bind_address.patch |
16 |
|
Patch6: e-smith-proxy-4.14.0-AddWpadFeature.patch |
17 |
|
Patch7: e-smith-proxy-4.14.0-squid26.patch |
18 |
|
Patch8: e-smith-proxy-4.14.0-notenforced.patch |
19 |
|
Patch9: e-smith-proxy-4.14.0-rmFormTitle.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Requires: e-smith-base |
Requires: e-smith-base |
31 |
e-smith server and gateway software - proxy module. |
e-smith server and gateway software - proxy module. |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 4.14.0-11 |
35 |
|
- Remove duplicate <base> entries [SME: 3893] |
36 |
|
|
37 |
|
* Thu Dec 27 2007 Stephen Noble <support@dungog.net> 4.14.0-10 |
38 |
|
- wording in panel re proxy in serveronly mode [SME: 3514] |
39 |
|
|
40 |
|
* Thu Dec 20 2007 Shad L. Lords <slords@mail.com> 4.14.0-9 |
41 |
|
- Update squid directives for sme8 [SME: 2518] |
42 |
|
|
43 |
|
* Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.14.0-8 |
44 |
|
- Add Wpad funtion to dhcpd.conf. [SME: 3512] |
45 |
|
|
46 |
* Wed Aug 29 2007 Charlie Brady <charlie_brady@mitel.com> 4.14.0-7 |
* Wed Aug 29 2007 Charlie Brady <charlie_brady@mitel.com> 4.14.0-7 |
47 |
- Bind only to local interface and loopback interface. [SME: 2658] |
- Bind only to local interface and loopback interface. [SME: 2658] |
48 |
|
|
659 |
%patch3 -p1 |
%patch3 -p1 |
660 |
%patch4 -p1 |
%patch4 -p1 |
661 |
%patch5 -p1 |
%patch5 -p1 |
662 |
|
%patch6 -p1 |
663 |
|
%if "%{?rhel}" == "5" |
664 |
|
%patch7 -p1 |
665 |
|
%endif |
666 |
|
%patch8 -p1 |
667 |
|
%patch9 -p1 |
668 |
|
|
669 |
%build |
%build |
670 |
perl createlinks |
perl createlinks |