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 9 |
%define release 12 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
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 |
Patch6: e-smith-proxy-4.14.0-AddWpadFeature.patch |
17 |
Patch7: e-smith-proxy-4.14.0-squid26.patch |
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 |
|
Patch10: e-smith-proxy-4.14.0-tags2general.patch |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
Requires: e-smith-base |
Requires: e-smith-base |
24 |
Requires: squid |
Requires: squid |
25 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
26 |
Requires: iptables |
Requires: iptables |
27 |
|
Requires: e-smith-formmagick >= 1.4.0-9 |
28 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
29 |
Obsoletes: e-smith-transproxy |
Obsoletes: e-smith-transproxy |
30 |
AutoReqProv: no |
AutoReqProv: no |
33 |
e-smith server and gateway software - proxy module. |
e-smith server and gateway software - proxy module. |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.14.0-12 |
37 |
|
- Remove <base> tags now in general [SME: 3918] |
38 |
|
|
39 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 4.14.0-11 |
40 |
|
- Remove duplicate <base> entries [SME: 3893] |
41 |
|
|
42 |
|
* Thu Dec 27 2007 Stephen Noble <support@dungog.net> 4.14.0-10 |
43 |
|
- wording in panel re proxy in serveronly mode [SME: 3514] |
44 |
|
|
45 |
* Thu Dec 20 2007 Shad L. Lords <slords@mail.com> 4.14.0-9 |
* Thu Dec 20 2007 Shad L. Lords <slords@mail.com> 4.14.0-9 |
46 |
- Update squid directives for sme8 [SME: 2518] |
- Update squid directives for sme8 [SME: 2518] |
47 |
|
|
668 |
%if "%{?rhel}" == "5" |
%if "%{?rhel}" == "5" |
669 |
%patch7 -p1 |
%patch7 -p1 |
670 |
%endif |
%endif |
671 |
|
%patch8 -p1 |
672 |
|
%patch9 -p1 |
673 |
|
%patch10 -p1 |
674 |
|
|
675 |
%build |
%build |
676 |
perl createlinks |
perl createlinks |