1 |
# $Id$ |
2 |
|
3 |
Summary: e-smith specific INGO configuration and templates. |
4 |
%define name e-smith-ingo |
5 |
Name: %{name} |
6 |
%define version 1.1 |
7 |
%define release 6 |
8 |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
10 |
License: GPL |
11 |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: e-smith-ingo-1.1-1.backends_php.patch |
14 |
Patch1: e-smith-ingo-1.1-2.createlinks.patch |
15 |
Patch2: e-smith-ingo-1.1-3.menuarray.patch |
16 |
Patch3: e-smith-ingo-1.1-4.ingo_horde_registry_php.patch |
17 |
Patch4: e-smith-ingo-1.1-5.ingo_1.1.2_template.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
20 |
Requires: imp-h3 >= 4.1 |
21 |
Requires: ingo-h3 >= 1.1 |
22 |
Requires: e-smith-base >= 4.15.1 |
23 |
Requires: e-smith-apache >= 1.1.0-18 |
24 |
Requires: e-smith-lib >= 1.15.1-16 |
25 |
Requires: php |
26 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
27 |
AutoReqProv: no |
28 |
Obsoletes: smeserver-ingo-menuarray |
29 |
|
30 |
%changelog |
31 |
* Wed May 9 2007 Shad L. Lords <slords@mail.com> 1.1-6 |
32 |
- Move pear module requires to e-smith-horde |
33 |
|
34 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
35 |
- Clean up spec so package can be built by koji/plague |
36 |
|
37 |
* Sat Dec 09 2006 Shad L. Lords <slords@mail.com> |
38 |
- Update to new release naming. No functional changes. |
39 |
- Make Packager generic |
40 |
|
41 |
* Mon Oct 22 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-5 |
42 |
- Patch to upgrade template files to match ingo 1.1.2. |
43 |
|
44 |
* Thu Oct 5 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-4 |
45 |
- Added ingo specific horde/config/registry.php settings. These were previously |
46 |
kept in the e-smith-horde rpm. |
47 |
|
48 |
* Sat Sep 23 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-3 |
49 |
- Added an includes statement to 120Menu that will grab the information in |
50 |
horde/conf.menu.apps.php. This way each of the individual horde modules |
51 |
don't have to repeatedly process the same template for the menu array |
52 |
section in conf.php. |
53 |
- Added the ability to enable or disable ingo menu icon from showing up on the main |
54 |
webmail screen. To initially enable - config set ingo service MenuArray disabled|enabled |
55 |
After the DB entry is created you can enable or disable this by |
56 |
config setprop ingo MenuArray disabled|enabled |
57 |
|
58 |
* Sat Sep 23 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-2 |
59 |
- Patch to createlinks that moves symlink create function from spec file |
60 |
to createlinks section. |
61 |
|
62 |
* Thu Sep 14 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-1 |
63 |
- Patch to backend.php templates to reflect changes in ingo 1.1.1 |
64 |
|
65 |
* Wed Sep 13 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-0 |
66 |
- Rolled to new dev stream to reflect work done for ingo 1.1.1 |
67 |
|
68 |
* Wed Jun 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.0.0-02 |
69 |
- Fix use of deprecated APIs in httpd.conf template fragment. [SME: 708] |
70 |
|
71 |
* Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-01 |
72 |
- Roll stable stream version. [SME: 1016] |
73 |
|
74 |
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> |
75 |
- Bump release number (and fix spelling in changelog entry) |
76 |
|
77 |
* Sun Sep 18 2005 chris burnat <cburnat@burnat.com> |
78 |
- [0.5.1-01sme02] |
79 |
- Addentum: this package and its dependancy have been included into the |
80 |
build to fix issues described in [SF:1276898] "webmail filters |
81 |
disabled". Thanks to Greg Swallow. |
82 |
|
83 |
* Fri Sep 16 2005 chris burnat <cburnat@burnat.com> |
84 |
- [0.5.1-01sme01] |
85 |
- rebuild & change Release tag |
86 |
|
87 |
* Wed Aug 31 2005 Greg Swallow <gregswallow@skynetonline.ca> |
88 |
- [0.5.1-01] |
89 |
- initial release |
90 |
|
91 |
%description |
92 |
This package adds necessary templates and configuration items |
93 |
so that INGO will work properly. |
94 |
|
95 |
%prep |
96 |
%setup |
97 |
%patch0 -p1 |
98 |
%patch1 -p1 |
99 |
%patch2 -p1 |
100 |
%patch3 -p1 |
101 |
%patch4 -p1 |
102 |
|
103 |
%build |
104 |
|
105 |
perl createlinks |
106 |
|
107 |
%install |
108 |
rm -rf $RPM_BUILD_ROOT |
109 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
110 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
111 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
112 |
|
113 |
%clean |
114 |
rm -rf $RPM_BUILD_ROOT |
115 |
|
116 |
%pre |
117 |
|
118 |
%preun |
119 |
|
120 |
%post |
121 |
|
122 |
%postun |
123 |
|
124 |
%files -f %{name}-%{version}-filelist |
125 |
%defattr(-,root,root) |