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