1 |
# $Id: e-smith-imp.spec,v 1.5 2008/10/07 18:30:47 slords Exp $ |
2 |
|
3 |
Summary: e-smith specific IMP configuration and templates. |
4 |
%define name e-smith-imp |
5 |
Name: %{name} |
6 |
%define version 5.0.0 |
7 |
%define release 3 |
8 |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
10 |
License: GPL |
11 |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
13 |
Patch1: e-smith-imp_imp-4.3.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
16 |
Requires: imp-h3 >= 4.2 |
17 |
Requires: e-smith-base >= 4.15.1 |
18 |
Requires: e-smith-apache >= 1.1.0-18 |
19 |
Requires: e-smith-lib >= 1.15.1-16 |
20 |
Requires: e-smith-ingo |
21 |
Requires: php |
22 |
Requires: php-ldap |
23 |
Requires: php-mysql |
24 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
25 |
AutoReqProv: no |
26 |
Obsoletes: dcb-e-smith-imp |
27 |
Obsoletes: smeserver-imp-menuarray |
28 |
|
29 |
%changelog |
30 |
* Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 5.0.0-2 |
31 |
- Updated templates to reflect changes in imp 4.3 [SME: 4832] |
32 |
|
33 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.0.0-1.sme |
34 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
35 |
|
36 |
* Mon Jun 23 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2-1 |
37 |
- Initial build |
38 |
- Jump in package name to reflect new version of imp |
39 |
|
40 |
%description |
41 |
This package adds necessary templates and configuration items |
42 |
so that IMP will work properly on SME Server |
43 |
|
44 |
%prep |
45 |
%setup |
46 |
|
47 |
%patch1 -p1 |
48 |
|
49 |
%build |
50 |
mkdir -p root/home/httpd/html/horde/imp/SSLonly |
51 |
|
52 |
perl createlinks |
53 |
|
54 |
%install |
55 |
rm -rf $RPM_BUILD_ROOT |
56 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
57 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
58 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
59 |
|
60 |
%clean |
61 |
rm -rf $RPM_BUILD_ROOT |
62 |
|
63 |
%files -f %{name}-%{version}-filelist |
64 |
%defattr(-,root,root) |