1 |
|
# $Id$ |
2 |
|
|
3 |
Summary: e-smith server and gateway - apache module |
Summary: e-smith server and gateway - apache module |
4 |
%define name e-smith-apache |
%define name e-smith-apache |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.2.0 |
%define version 2.0.0 |
7 |
%define release 13 |
%define release 6 |
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.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: e-smith-apache-1.2.0-ProxyPassVirtualHosts.patch |
Patch0: e-smith-apache-2.0.0-AddOffice2007MIMETypes.patch |
14 |
Patch1: e-smith-apache-1.2.0-no_ManagerProxyPass.patch |
Patch1: e-smith-apache-2.0.0-AddOpenOfficeMIMETypes.patch |
15 |
Patch2: e-smith-apache-1.2.0-SSLCertificateChainFile.patch |
Patch2: e-smith-apache-2.0.0-AddXMLMIMEType.patch |
16 |
Patch3: e-smith-apache-1.2.0-logrotate.patch |
Patch3: e-smith-apache-2.0.0-AddOpenOffice2MIMETypes.patch |
17 |
Patch4: e-smith-apache-1.2.0-load_module.patch |
Patch4: e-smith-apache-2.0.0-optionDisableSSLv2.patch |
|
Patch5: e-smith-apache-1.2.0-skipdomain.patch |
|
|
Patch6: e-smith-apache-1.2.0-lib64.patch |
|
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
Requires: e-smith-base >= 4.15.1 |
Requires: e-smith-base >= 4.15.1 |
30 |
e-smith server and gateway software - apache module. |
e-smith server and gateway software - apache module. |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-6.sme |
34 |
|
- Add option to disable SSLv2 [SME: 5034] |
35 |
|
|
36 |
|
* Sat Mar 28 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-5.sme |
37 |
|
- Add OpenOffice2 MIME Types [SME: 5112] |
38 |
|
|
39 |
|
* Sat Mar 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-4.sme |
40 |
|
- Add OpenOffice MIME Types [SME: 4848] |
41 |
|
- Add XML MIME Type [SME: 5035] |
42 |
|
|
43 |
|
* Thu Dec 11 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-3.sme |
44 |
|
- Fix issues in patch that adds Microsoft Office 2007 MIME types [SME: 4548] |
45 |
|
|
46 |
|
* Tue Dec 2 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-2.sme |
47 |
|
- Add Microsoft Office 2007 MIME types [SME: 4548] |
48 |
|
|
49 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
50 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
51 |
|
|
52 |
|
* Tue Oct 23 2007 Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-16 |
53 |
|
- Add SSL support to ProxyPass. [SME: 3481] |
54 |
|
|
55 |
|
* Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-15 |
56 |
|
- Create/Move httpd logrotate.d directory. [SME: 3380] |
57 |
|
|
58 |
|
* Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-14 |
59 |
|
- Rename apache to httpd in templates2expand. [SME: 3380] |
60 |
|
|
61 |
* 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 |
62 |
- Fix patch to exclude hosts if domains exist [SME: 2307] |
- Fix patch to exclude hosts if domains exist [SME: 2307] |
63 |
|
|
544 |
%patch2 -p1 |
%patch2 -p1 |
545 |
%patch3 -p1 |
%patch3 -p1 |
546 |
%patch4 -p1 |
%patch4 -p1 |
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
547 |
|
|
548 |
%pre |
%pre |
549 |
|
|