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

Annotation of /rpms/e-smith-imp/sme8/e-smith-imp.spec

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


Revision 1.7 - (hide annotations) (download)
Wed Dec 24 23:01:06 2008 UTC (15 years, 5 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-imp-5_2_0-3_el5_sme
Changes since 1.6: +7 -2 lines
Please see changelog

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

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