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 6 |
%define release 13 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
12 |
Patch2: e-smith-proxy-4.14.0-proxycron.patch |
Patch2: e-smith-proxy-4.14.0-proxycron.patch |
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 |
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 |
|
Patch10: e-smith-proxy-4.14.0-tags2general.patch |
21 |
|
Patch11: e-smith-proxy-4.14.0-ChangeWpadURL.patch |
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
24 |
Requires: e-smith-base |
Requires: e-smith-base |
25 |
Requires: squid |
Requires: squid |
26 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
27 |
Requires: iptables |
Requires: iptables |
28 |
|
Requires: e-smith-formmagick >= 1.4.0-9 |
29 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
30 |
Obsoletes: e-smith-transproxy |
Obsoletes: e-smith-transproxy |
31 |
AutoReqProv: no |
AutoReqProv: no |
34 |
e-smith server and gateway software - proxy module. |
e-smith server and gateway software - proxy module. |
35 |
|
|
36 |
%changelog |
%changelog |
37 |
|
* Fri Feb 22 2008 Gavin Weight <gweight@gmail.com> 4.14.0-13 |
38 |
|
- Change Wpad URL to match system domain. [SME: 3512] |
39 |
|
|
40 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.14.0-12 |
41 |
|
- Remove <base> tags now in general [SME: 3918] |
42 |
|
|
43 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 4.14.0-11 |
44 |
|
- Remove duplicate <base> entries [SME: 3893] |
45 |
|
|
46 |
|
* Thu Dec 27 2007 Stephen Noble <support@dungog.net> 4.14.0-10 |
47 |
|
- wording in panel re proxy in serveronly mode [SME: 3514] |
48 |
|
|
49 |
|
* Thu Dec 20 2007 Shad L. Lords <slords@mail.com> 4.14.0-9 |
50 |
|
- Update squid directives for sme8 [SME: 2518] |
51 |
|
|
52 |
|
* Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.14.0-8 |
53 |
|
- Add Wpad funtion to dhcpd.conf. [SME: 3512] |
54 |
|
|
55 |
|
* Wed Aug 29 2007 Charlie Brady <charlie_brady@mitel.com> 4.14.0-7 |
56 |
|
- Bind only to local interface and loopback interface. [SME: 2658] |
57 |
|
|
58 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
59 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
60 |
|
|
667 |
%patch2 -p1 |
%patch2 -p1 |
668 |
%patch3 -p1 |
%patch3 -p1 |
669 |
%patch4 -p1 |
%patch4 -p1 |
670 |
|
%patch5 -p1 |
671 |
|
%patch6 -p1 |
672 |
|
%if "%{?rhel}" == "5" |
673 |
|
%patch7 -p1 |
674 |
|
%endif |
675 |
|
%patch8 -p1 |
676 |
|
%patch9 -p1 |
677 |
|
%patch10 -p1 |
678 |
|
%patch11 -p1 |
679 |
|
|
680 |
%build |
%build |
681 |
perl createlinks |
perl createlinks |