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 3 |
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 |
11 |
Patch0: e-smith-apache-1.2.0-ProxyPassVirtualHosts.patch |
Patch0: e-smith-apache-2.0.0-AddOffice2007MIMETypes.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 |
|
12 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
13 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
14 |
Requires: e-smith-base >= 4.15.1 |
Requires: e-smith-base >= 4.15.1 |
24 |
e-smith server and gateway software - apache module. |
e-smith server and gateway software - apache module. |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Thu Dec 11 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-3.sme |
28 |
|
- Fix issues in patch that adds Microsoft Office 2007 MIME types [SME: 4548] |
29 |
|
|
30 |
|
* Tue Dec 2 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-2.sme |
31 |
|
- Add Microsoft Office 2007 MIME types [SME: 4548] |
32 |
|
|
33 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
34 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
35 |
|
|
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 |
40 |
|
- Create/Move httpd logrotate.d directory. [SME: 3380] |
41 |
|
|
42 |
|
* Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-14 |
43 |
|
- Rename apache to httpd in templates2expand. [SME: 3380] |
44 |
|
|
45 |
* 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 |
46 |
- Fix patch to exclude hosts if domains exist [SME: 2307] |
- Fix patch to exclude hosts if domains exist [SME: 2307] |
47 |
|
|
524 |
%prep |
%prep |
525 |
%setup |
%setup |
526 |
%patch0 -p1 |
%patch0 -p1 |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
527 |
|
|
528 |
%pre |
%pre |
529 |
|
|