1 |
|
# $Id: e-smith-apache.spec,v 1.11 2010/03/04 16:31:07 slords Exp $ |
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 16 |
%define release 7 |
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 |
18 |
Patch5: e-smith-apache-1.2.0-skipdomain.patch |
Patch5: e-smith-apache-2.0.0-disableIconsIndex.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 |
|
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Requires: e-smith-base >= 4.15.1 |
Requires: e-smith-base >= 4.15.1 |
31 |
e-smith server and gateway software - apache module. |
e-smith server and gateway software - apache module. |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Fri Jun 29 2012 Ian Wells <esmith@wellsi.com> 2.0.0-7.sme |
35 |
|
- Disable index listing of Apache icons folder [SME: 6769] |
36 |
|
|
37 |
|
* Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-6.sme |
38 |
|
- Add option to disable SSLv2 [SME: 5034] |
39 |
|
|
40 |
|
* Sat Mar 28 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-5.sme |
41 |
|
- Add OpenOffice2 MIME Types [SME: 5112] |
42 |
|
|
43 |
|
* Sat Mar 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-4.sme |
44 |
|
- Add OpenOffice MIME Types [SME: 4848] |
45 |
|
- Add XML MIME Type [SME: 5035] |
46 |
|
|
47 |
|
* Thu Dec 11 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-3.sme |
48 |
|
- Fix issues in patch that adds Microsoft Office 2007 MIME types [SME: 4548] |
49 |
|
|
50 |
|
* Tue Dec 2 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-2.sme |
51 |
|
- Add Microsoft Office 2007 MIME types [SME: 4548] |
52 |
|
|
53 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
54 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
55 |
|
|
56 |
* 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 |
57 |
- Add SSL support to ProxyPass. [SME: 3481] |
- Add SSL support to ProxyPass. [SME: 3481] |
58 |
|
|
549 |
%patch3 -p1 |
%patch3 -p1 |
550 |
%patch4 -p1 |
%patch4 -p1 |
551 |
%patch5 -p1 |
%patch5 -p1 |
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
552 |
|
|
553 |
%pre |
%pre |
554 |
|
|