1 |
|
# $Id$ |
2 |
|
# Authority: mrjhb3 |
3 |
|
# Name: John H. Bennett III |
4 |
|
|
5 |
Summary: SME Server specific Kronolith configuration and templates. |
Summary: SME Server specific Kronolith configuration and templates. |
6 |
%define name smeserver-kronolith |
%define name smeserver-kronolith |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.1 |
%define version 1.1 |
9 |
%define release 10 |
%define release 11 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
19 |
Patch4: smeserver-kronolith-1.1-5.mysql_init_perm_change.patch |
Patch4: smeserver-kronolith-1.1-5.mysql_init_perm_change.patch |
20 |
Patch5: smeserver-kronolith-1.1-6.freebusy_wording.patch |
Patch5: smeserver-kronolith-1.1-6.freebusy_wording.patch |
21 |
Patch6: smeserver-kronolith-1.1-7.registry_php.patch |
Patch6: smeserver-kronolith-1.1-7.registry_php.patch |
22 |
|
Patch7: smeserver-kronolith-1.1-usermanager.patch |
23 |
|
Patch8: smeserver-kronolith-1.1-ldap.patch |
24 |
Packager: John H. Bennett III <bennettj@johnbennettservices.com> |
Packager: John H. Bennett III <bennettj@johnbennettservices.com> |
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
28 |
Requires: e-smith-base >= 4.15.1 |
Requires: e-smith-base >= 4.15.1 |
29 |
Requires: e-smith-apache >= 1.1.0-18 |
Requires: e-smith-apache >= 1.1.0-18 |
30 |
Requires: e-smith-lib >= 1.15.1-16 |
Requires: e-smith-lib >= 1.15.1-16 |
31 |
|
Requires: e-smith-base >= 4.18.1-5 |
32 |
|
Requires: e-smith-ldap >= 4.12.0-9 |
33 |
Requires: kronolith-h3 >= 2.1 |
Requires: kronolith-h3 >= 2.1 |
34 |
Requires: php-pear-HTTP-Request >= 1.4.0 |
Requires: php-pear-HTTP-Request >= 1.4.0 |
35 |
Requires: php-pear-Net-Socket >= 1.0.6 |
Requires: php-pear-Net-Socket >= 1.0.6 |
43 |
|
|
44 |
|
|
45 |
%changelog |
%changelog |
46 |
* Sun Aug 26 2007 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-9 |
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 1.1-11 |
47 |
|
- Move free/busy base & ldap to correct rpms [SME: 1806] |
48 |
|
|
49 |
|
* Sun Aug 26 2007 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-10 |
50 |
- Added obsoletes for the previous three pear modules required by kronolith. |
- Added obsoletes for the previous three pear modules required by kronolith. |
51 |
|
|
52 |
* Sun Aug 26 2007 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-9 |
* Sun Aug 26 2007 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-9 |
198 |
%patch4 -p1 |
%patch4 -p1 |
199 |
%patch5 -p1 |
%patch5 -p1 |
200 |
%patch6 -p1 |
%patch6 -p1 |
201 |
|
%patch7 -p1 |
202 |
|
%patch8 -p1 |
203 |
|
|
204 |
%build |
%build |
205 |
|
|