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 16 |
%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 |
|
|
Patch7: e-smith-apache-1.2.0-rename_apache2httpd.patch |
|
|
Patch8: e-smith-apache-1.2.0-create_httpd_logrotate.patch |
|
|
Patch9: e-smith-apache-1.2.0-SSLProxyPass.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 |
* Tue Oct 23 2007 Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-16 |
30 |
- Add SSL support to ProxyPass. [SME: 3481] |
- Add SSL support to ProxyPass. [SME: 3481] |
31 |
|
|
516 |
|
|
517 |
%prep |
%prep |
518 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
519 |
|
|
520 |
%pre |
%pre |
521 |
|
|