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

Annotation 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.10 - (hide annotations) (download)
Wed Oct 14 02:40:07 2009 UTC (14 years, 7 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-imp-5_0_0-6_el4_sme
Changes since 1.9: +7 -2 lines
Please see changelog

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

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