1 |
# $Id: e-smith-proxy.spec,v 1.15 2011/09/23 13:33:04 snetram Exp $ |
# $Id: e-smith-proxy.spec,v 1.1 2013/02/13 15:43:35 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.4.0 |
%define version 5.4.0 |
7 |
%define release 1 |
%define release 2 |
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.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch1: e-smith-proxy-5.4.0-remove_implicit_all_acl.patch |
14 |
|
Patch2: e-smith-proxy-5.4.0-remove_obsolete_ext_method.patch |
15 |
|
Patch3: e-smith-proxy-5.4.0-remove_obsolete_D_arg.patch |
16 |
|
Patch4: e-smith-proxy-5.4.0-convert_acl_to_cidr.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: e-smith-base |
Requires: e-smith-base |
30 |
e-smith server and gateway software - proxy module. |
e-smith server and gateway software - proxy module. |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-2.sme |
34 |
|
- Adjust squid config syntax [SME: 7250] |
35 |
|
|
36 |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme |
37 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
38 |
- Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223] |
- Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223] |
687 |
|
|
688 |
%prep |
%prep |
689 |
%setup |
%setup |
690 |
|
%patch1 -p1 |
691 |
|
%patch2 -p1 |
692 |
|
%patch3 -p1 |
693 |
|
%patch4 -p1 |
694 |
|
|
695 |
%build |
%build |
696 |
perl createlinks |
perl createlinks |