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 15 |
%define release 5 |
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 |
12 |
Patch1: e-smith-apache-1.2.0-no_ManagerProxyPass.patch |
Patch1: e-smith-apache-2.0.0-AddOpenOfficeMIMETypes.patch |
13 |
Patch2: e-smith-apache-1.2.0-SSLCertificateChainFile.patch |
Patch2: e-smith-apache-2.0.0-AddXMLMIMEType.patch |
14 |
Patch3: e-smith-apache-1.2.0-logrotate.patch |
Patch3: e-smith-apache-2.0.0-AddOpenOffice2MIMETypes.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 |
|
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: e-smith-base >= 4.15.1 |
Requires: e-smith-base >= 4.15.1 |
27 |
e-smith server and gateway software - apache module. |
e-smith server and gateway software - apache module. |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Sat Mar 28 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-5.sme |
31 |
|
- Add OpenOffice2 MIME Types [SME: 5112] |
32 |
|
|
33 |
|
* Sat Mar 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-4.sme |
34 |
|
- Add OpenOffice MIME Types [SME: 4848] |
35 |
|
- Add XML MIME Type [SME: 5035] |
36 |
|
|
37 |
|
* Thu Dec 11 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-3.sme |
38 |
|
- Fix issues in patch that adds Microsoft Office 2007 MIME types [SME: 4548] |
39 |
|
|
40 |
|
* Tue Dec 2 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-2.sme |
41 |
|
- Add Microsoft Office 2007 MIME types [SME: 4548] |
42 |
|
|
43 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
44 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
45 |
|
|
46 |
|
* Tue Oct 23 2007 Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-16 |
47 |
|
- Add SSL support to ProxyPass. [SME: 3481] |
48 |
|
|
49 |
* 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 |
50 |
- Create/Move httpd logrotate.d directory. [SME: 3380] |
- Create/Move httpd logrotate.d directory. [SME: 3380] |
51 |
|
|
537 |
%patch1 -p1 |
%patch1 -p1 |
538 |
%patch2 -p1 |
%patch2 -p1 |
539 |
%patch3 -p1 |
%patch3 -p1 |
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
540 |
|
|
541 |
%pre |
%pre |
542 |
|
|