1 |
Summary: SME Server specific Gollem configuration and templates. |
2 |
%define name smeserver-gollem |
3 |
Name: %{name} |
4 |
%define version 1.0 |
5 |
%define release 13 |
6 |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
8 |
License: GPL |
9 |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: smeserver-gollem-1.0-2.defaultbackends.patch |
12 |
Patch1: smeserver-gollem-1.0-3.templates-custom.patch |
13 |
Patch2: smeserver-gollem-1.0-4.menuarray.patch |
14 |
Patch3: smeserver-gollem-1.0-5.menusettings.include.patch |
15 |
Patch4: smeserver-gollem-1.0-7.API.patch |
16 |
Patch5: smeserver-gollem-1.0-8.templates-custom-remove.patch |
17 |
Patch6: smeserver-gollem-1.0-9.filter.patch |
18 |
Patch7: smeserver-gollem-1.0.10.show_dots.patch |
19 |
Patch8: smeserver-gollem-1.0-11.gollem_block.patch |
20 |
Patch9: smeserver-gollem-1.0-12.backends_ftp.patch |
21 |
Patch10: smeserver-gollem-1.0-13.gollem103_backends.patch |
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
BuildArchitectures: noarch |
24 |
Requires: imp-h3 >= 4.0 |
25 |
Requires: e-smith-base >= 4.15.1 |
26 |
Requires: e-smith-apache >= 1.1.0-18 |
27 |
Requires: e-smith-lib >= 1.15.1-16 |
28 |
Requires: gollem-h3 >= 1.0 |
29 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
30 |
AutoReqProv: no |
31 |
|
32 |
%changelog |
33 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
34 |
- Clean up spec so package can be built by koji/plague |
35 |
|
36 |
* Sat Mar 24 2007 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-13 |
37 |
- Updated gollem template fragments per gollem 1.0.3. |
38 |
|
39 |
* Thu Feb 1 2007 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-12 |
40 |
- Patch to 100LocalFtp that changes the hostspec from ftp.yourdomain.com to localhost. |
41 |
|
42 |
* Sun Dec 3 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-11 |
43 |
- Patch to change gollem-menu template from hidden to block. This is a cosmetic |
44 |
fix so that the horde sidebar does not try to display a non-existent file. |
45 |
|
46 |
* Sat Oct 7 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-10 |
47 |
- Modified gollem prefs.php template to set show dot files to off by default. |
48 |
Even if it's turned on by a user, they will not see those files as they are |
49 |
being filtered via patch 6. |
50 |
|
51 |
* Wed Oct 4 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-9 |
52 |
- Added a regex filter to gollem's 100LocalFtp template that will not display |
53 |
files that start with . or the Maildir directory. |
54 |
|
55 |
* Thu Jul 20 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-8 |
56 |
- Removed old patch 5 as no movement has been made on my bug request 1742 |
57 |
- Removed gollem templates-custom fragment and moved it to the templates directory |
58 |
which will make gollem active and gollem-block hidden when this rpm is installed. |
59 |
|
60 |
* Tue Jun 22 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-7 |
61 |
- Remove Patch 6 |
62 |
- Fix use of deprecated APIs in httpd.conf template fragment. |
63 |
|
64 |
* Fri Jun 09 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-6 |
65 |
- Removed deprecated calls to esmith:db and esmith:config |
66 |
|
67 |
* Wed Mar 22 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-5 |
68 |
- Added an includes statement to 120Menusettings that will grab the information |
69 |
in horde/conf.menu.apps.php. This way each of the individual horde modules |
70 |
don't have to repeatedly process the same template for the menu array section in conf.php. |
71 |
|
72 |
* Sat Mar 18 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-4 |
73 |
- Added the ability to enable or disable gollem menu icon from showing up on the |
74 |
main webmail screen. To enable config set gollem service MenuArray disabled|enabled |
75 |
- e-smith-horde still needs to support this feature or manual intervention is |
76 |
required. |
77 |
|
78 |
* Sat Mar 18 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-3 |
79 |
- Added templates-custom fragment for horde/registry.php to make gollem active |
80 |
and gollem-block hidden until the master templates are re-worked in smeserver-horde |
81 |
or it's decided to make each smeserver horde add-on module include their own specific |
82 |
registry.php templates. |
83 |
|
84 |
* Mon Mar 6 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-2 |
85 |
- Changed root and home locations for backends.php template to defaults, |
86 |
which is blank |
87 |
|
88 |
* Thu Mar 2 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-1 |
89 |
- Re-rolled and updated templates to match Gollem 1.0.2-RC2 |
90 |
|
91 |
* Thu Mar 2 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0 |
92 |
- Initial build |
93 |
|
94 |
%description |
95 |
This package adds necessary templates and configuration items |
96 |
so that Gollem will work properly. |
97 |
|
98 |
%prep |
99 |
%setup |
100 |
|
101 |
%patch0 -p1 |
102 |
%patch1 -p1 |
103 |
%patch2 -p1 |
104 |
%patch3 -p1 |
105 |
%patch4 -p1 |
106 |
%patch5 -p1 |
107 |
%patch6 -p1 |
108 |
%patch7 -p1 |
109 |
%patch8 -p1 |
110 |
%patch9 -p1 |
111 |
%patch10 -p1 |
112 |
|
113 |
%build |
114 |
|
115 |
perl createlinks |
116 |
|
117 |
%install |
118 |
rm -rf $RPM_BUILD_ROOT |
119 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
120 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
121 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
122 |
|
123 |
%clean |
124 |
rm -rf $RPM_BUILD_ROOT |
125 |
|
126 |
%pre |
127 |
|
128 |
%preun |
129 |
|
130 |
%post |
131 |
|
132 |
%postun |
133 |
|
134 |
%files -f %{name}-%{version}-filelist |
135 |
%defattr(-,root,root) |