1 |
Summary: e-smith server and gateway - apache module |
Summary: e-smith server and gateway - apache module |
2 |
%define name e-smith-apache |
%define name e-smith-apache |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.2.0 |
%define version 2.0.0 |
5 |
%define release 13 |
%define release 1 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
9 |
Group: Networking/Daemons |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
|
Patch0: e-smith-apache-1.2.0-ProxyPassVirtualHosts.patch |
|
|
Patch1: e-smith-apache-1.2.0-no_ManagerProxyPass.patch |
|
|
Patch2: e-smith-apache-1.2.0-SSLCertificateChainFile.patch |
|
|
Patch3: e-smith-apache-1.2.0-logrotate.patch |
|
|
Patch4: e-smith-apache-1.2.0-load_module.patch |
|
|
Patch5: e-smith-apache-1.2.0-skipdomain.patch |
|
|
Patch6: e-smith-apache-1.2.0-lib64.patch |
|
11 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
12 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
13 |
Requires: e-smith-base >= 4.15.1 |
Requires: e-smith-base >= 4.15.1 |
23 |
e-smith server and gateway software - apache module. |
e-smith server and gateway software - apache module. |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
27 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
28 |
|
|
29 |
|
* Tue Oct 23 2007 Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-16 |
30 |
|
- Add SSL support to ProxyPass. [SME: 3481] |
31 |
|
|
32 |
|
* Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-15 |
33 |
|
- Create/Move httpd logrotate.d directory. [SME: 3380] |
34 |
|
|
35 |
|
* Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-14 |
36 |
|
- Rename apache to httpd in templates2expand. [SME: 3380] |
37 |
|
|
38 |
* Wed Jun 6 2007 Shad L. Lords <slords@mail.com> 1.2.0-13 |
* Wed Jun 6 2007 Shad L. Lords <slords@mail.com> 1.2.0-13 |
39 |
- Fix patch to exclude hosts if domains exist [SME: 2307] |
- Fix patch to exclude hosts if domains exist [SME: 2307] |
40 |
|
|
516 |
|
|
517 |
%prep |
%prep |
518 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
519 |
|
|
520 |
%pre |
%pre |
521 |
|
|