/[smeserver]/rpms/e-smith-imp/sme7/e-smith-imp.spec
ViewVC logotype

Contents of /rpms/e-smith-imp/sme7/e-smith-imp.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.9 - (show annotations) (download)
Mon Jun 22 01:44:16 2009 UTC (14 years, 11 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-imp-5_0_0-5_el4_sme
Changes since 1.8: +8 -3 lines
Please see changelog

1 # $Id: e-smith-imp.spec,v 1.8 2008/12/28 20:22:55 bytegw 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 5
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 Patch2: e-smith-imp_imp-4.3.4.patch
15 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
16 BuildArchitectures: noarch
17 Requires: imp-h3 >= 4.3
18 Requires: e-smith-base >= 4.15.1
19 Requires: e-smith-apache >= 1.1.0-18
20 Requires: e-smith-lib >= 1.15.1-16
21 Requires: e-smith-ingo
22 Requires: php
23 Requires: php-ldap
24 Requires: php-mysql
25 Requires: php-pear-HTTP-Request
26 BuildRequires: e-smith-devtools >= 1.13.1-03
27 AutoReqProv: no
28 Obsoletes: dcb-e-smith-imp
29 Obsoletes: smeserver-imp-menuarray
30
31 %changelog
32 * Sat Jun 20 2009 John H. Bennett III <bennettj@johnbennettservices.com> 5.0.0-5
33 - Updated templates to reflect changes in imp 4.3.4 [SME: 5371]
34
35 * Sun Dec 28 2008 Gavin Weight <gweight@gmail.com> 5.0.0-4
36 - Bump version to accept previous requires entry. [SME: 4821]
37
38 * Sun Dec 21 2008 John H. Bennett III <bennettj@johnbennettservices.com> 5.0.0-3
39 - Updated spec file to require php-pear-HTTP-Request to accomodate HTML composition [SME: 4821]
40
41 * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 5.0.0-2
42 - Updated templates to reflect changes in imp 4.3 [SME: 4832]
43
44 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.0.0-1.sme
45 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
46
47 * Mon Jun 23 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2-1
48 - Initial build
49 - Jump in package name to reflect new version of imp
50
51 %description
52 This package adds necessary templates and configuration items
53 so that IMP will work properly on SME Server
54
55 %prep
56 %setup
57
58 %patch1 -p1
59 %patch2 -p1
60
61 %build
62 mkdir -p root/home/httpd/html/horde/imp/SSLonly
63
64 perl createlinks
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
69 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
70 echo "%doc COPYING" >> %{name}-%{version}-filelist
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %files -f %{name}-%{version}-filelist
76 %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed