2 |
%define name e-smith-apache |
%define name e-smith-apache |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.2.0 |
%define version 1.2.0 |
5 |
%define release 13 |
%define release 15 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
15 |
Patch4: e-smith-apache-1.2.0-load_module.patch |
Patch4: e-smith-apache-1.2.0-load_module.patch |
16 |
Patch5: e-smith-apache-1.2.0-skipdomain.patch |
Patch5: e-smith-apache-1.2.0-skipdomain.patch |
17 |
Patch6: e-smith-apache-1.2.0-lib64.patch |
Patch6: e-smith-apache-1.2.0-lib64.patch |
18 |
|
Patch7: e-smith-apache-1.2.0-rename_apache2httpd.patch |
19 |
|
Patch8: e-smith-apache-1.2.0-create_httpd_logrotate.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Requires: e-smith-base >= 4.15.1 |
Requires: e-smith-base >= 4.15.1 |
32 |
e-smith server and gateway software - apache module. |
e-smith server and gateway software - apache module. |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-15 |
36 |
|
- Create/Move httpd logrotate.d directory. [SME: 3380] |
37 |
|
|
38 |
|
* Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-14 |
39 |
|
- Rename apache to httpd in templates2expand. [SME: 3380] |
40 |
|
|
41 |
* 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 |
42 |
- Fix patch to exclude hosts if domains exist [SME: 2307] |
- Fix patch to exclude hosts if domains exist [SME: 2307] |
43 |
|
|
526 |
%patch4 -p1 |
%patch4 -p1 |
527 |
%patch5 -p1 |
%patch5 -p1 |
528 |
%patch6 -p1 |
%patch6 -p1 |
529 |
|
%patch7 -p1 |
530 |
|
%patch8 -p1 |
531 |
|
|
532 |
%pre |
%pre |
533 |
|
|