1 |
# $Id$ |
2 |
# Authority: mrjhb3 |
3 |
# Name: John H. Bennett III |
4 |
|
5 |
Summary: SME Server specific Mnemo configuration and templates. |
6 |
%define name smeserver-mnemo |
7 |
Name: %{name} |
8 |
%define version 1.1 |
9 |
%define release 2 |
10 |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
12 |
License: GPL |
13 |
Group: Networking/Daemons |
14 |
Source: %{name}-%{version}.tar.gz |
15 |
Patch0: smeserver-mnemo-1.1-1.prefs_php.patch |
16 |
Patch1: smeserver-mnemo-1.1-2.mysql_init_perm_change.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
19 |
Requires: imp-h3 >= 4.1 |
20 |
Requires: e-smith-base >= 4.15.1 |
21 |
Requires: e-smith-apache >= 1.1.0-18 |
22 |
Requires: e-smith-lib >= 1.15.1-16 |
23 |
Requires: mnemo-h3 >= 2.1 |
24 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
25 |
AutoReqProv: no |
26 |
|
27 |
%changelog |
28 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
29 |
- Clean up spec so package can be built by koji/plague |
30 |
|
31 |
* Sat Dec 2 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-2 |
32 |
- Patch to change the mnemo mysql.init permissions to 0540 |
33 |
|
34 |
* Wed Sep 13 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-1 |
35 |
- Patch to prefs.php templates to reflect changes in mnemo 2.1 |
36 |
|
37 |
* Tue Sep 12 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-0 |
38 |
- Rolled to new dev stream to reflect work done for mnemo 2.1 |
39 |
|
40 |
* Thu Jul 20 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-6 |
41 |
- Added Mnemo registry.php settings in horde/config/registry |
42 |
|
43 |
* Tue Jun 22 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-5 |
44 |
- Removed 1.0-4 patch and fixed in source |
45 |
|
46 |
* Sat Jun 10 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-4 |
47 |
- Removed deprecated calls to esmith:db and esmith:config |
48 |
|
49 |
* Wed Mar 22 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-3 |
50 |
- Added an includes statement to 120Menusettings that will grab the information |
51 |
in horde/conf.menu.apps.php. This way each of the individual horde modules |
52 |
don't have to repeatedly process the same template for the menu array section in conf.php. |
53 |
|
54 |
* Sat Mar 18 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-2 |
55 |
- Added the ability to enable or disable mnemo menu icon from showing up on the |
56 |
main webmail screen. To enable config set mnemo service MenuArray disabled|enabled |
57 |
- e-smith-horde still needs to support this feature or manual intervention is |
58 |
required. |
59 |
|
60 |
* Wed Mar 1 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-1 |
61 |
- Removed post and postun events |
62 |
- Renamed to smeserver-mnemo to represent an addon product |
63 |
|
64 |
* Sat Feb 25 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-0 |
65 |
- Initial build |
66 |
|
67 |
%description |
68 |
This package adds necessary templates and configuration items |
69 |
so that Mnemo will work properly. |
70 |
|
71 |
%prep |
72 |
%setup |
73 |
|
74 |
%patch0 -p1 |
75 |
%patch1 -p1 |
76 |
|
77 |
%build |
78 |
|
79 |
perl createlinks |
80 |
|
81 |
%install |
82 |
rm -rf $RPM_BUILD_ROOT |
83 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
84 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
85 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
86 |
|
87 |
%clean |
88 |
rm -rf $RPM_BUILD_ROOT |
89 |
|
90 |
%pre |
91 |
|
92 |
%preun |
93 |
|
94 |
%post |
95 |
|
96 |
%postun |
97 |
|
98 |
%files -f %{name}-%{version}-filelist |
99 |
%defattr(-,root,root) |