1 |
# $Id: smeserver-jeta.spec,v 1.4 2008/11/25 16:20:24 slords Exp $ |
2 |
# Authority: mrjhb3 |
3 |
# Name: John H. Bennett III |
4 |
|
5 |
Summary: SME Server specific Jeta configuration and templates. |
6 |
%define name smeserver-jeta |
7 |
Name: %{name} |
8 |
%define version 1.0 |
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 |
Patch1: smeserver-jeta.remove_templates-custom.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
18 |
Requires: imp-h3 >= 4.0 |
19 |
Requires: e-smith-base >= 4.15.1 |
20 |
Requires: e-smith-apache >= 1.1.0-18 |
21 |
Requires: e-smith-lib >= 1.15.1-16 |
22 |
Requires: jeta-h3 >= 1.0 |
23 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
24 |
AutoReqProv: no |
25 |
|
26 |
%changelog |
27 |
* Sat Apr 19 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-2 |
28 |
- Patch to move jeta specific horde registry.php from templates-custom to templates. |
29 |
- Changed imp-h3 requires to require imp 4.2 or better so the template move doesn't |
30 |
break any previous versions. |
31 |
|
32 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
33 |
- Clean up spec so package can be built by koji/plague |
34 |
|
35 |
* Wed Apr 4 2007 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-1 |
36 |
- Initial build |
37 |
- Added the ability to enable or disable jeta menu icon from showing up on the |
38 |
main webmail screen. To enable config set jeta service MenuArray disabled|enabled |
39 |
|
40 |
%description |
41 |
This package adds necessary templates and configuration items |
42 |
so that Jeta will work properly with SME Server |
43 |
|
44 |
%prep |
45 |
%setup |
46 |
|
47 |
%patch1 -p1 |
48 |
|
49 |
%build |
50 |
|
51 |
perl createlinks |
52 |
|
53 |
%install |
54 |
rm -rf $RPM_BUILD_ROOT |
55 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
56 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
57 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
58 |
|
59 |
%clean |
60 |
rm -rf $RPM_BUILD_ROOT |
61 |
|
62 |
%pre |
63 |
|
64 |
%preun |
65 |
|
66 |
%post |
67 |
|
68 |
%postun |
69 |
|
70 |
%files -f %{name}-%{version}-filelist |
71 |
%defattr(-,root,root) |