2 |
%define name e-smith-apache |
%define name e-smith-apache |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.2.0 |
%define version 1.2.0 |
5 |
%define release 15 |
%define release 16 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
17 |
Patch6: e-smith-apache-1.2.0-lib64.patch |
Patch6: e-smith-apache-1.2.0-lib64.patch |
18 |
Patch7: e-smith-apache-1.2.0-rename_apache2httpd.patch |
Patch7: e-smith-apache-1.2.0-rename_apache2httpd.patch |
19 |
Patch8: e-smith-apache-1.2.0-create_httpd_logrotate.patch |
Patch8: e-smith-apache-1.2.0-create_httpd_logrotate.patch |
20 |
|
Patch9: e-smith-apache-1.2.0-SSLProxyPass.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 >= 4.15.1 |
Requires: e-smith-base >= 4.15.1 |
33 |
e-smith server and gateway software - apache module. |
e-smith server and gateway software - apache module. |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Tue Oct 23 2007 Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-16 |
37 |
|
- Add SSL support to ProxyPass. [SME: 3481] |
38 |
|
|
39 |
* Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-15 |
* Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-15 |
40 |
- Create/Move httpd logrotate.d directory. [SME: 3380] |
- Create/Move httpd logrotate.d directory. [SME: 3380] |
41 |
|
|
532 |
%patch6 -p1 |
%patch6 -p1 |
533 |
%patch7 -p1 |
%patch7 -p1 |
534 |
%patch8 -p1 |
%patch8 -p1 |
535 |
|
%patch9 -p1 |
536 |
|
|
537 |
%pre |
%pre |
538 |
|
|