/[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.5 - (hide annotations) (download)
Tue Oct 7 18:30:47 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-imp-5_0_0-1_el4_sme
Changes since 1.4: +5 -2 lines
New streams

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

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