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

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

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


Revision 1.1 - (hide annotations) (download)
Thu Feb 14 16:15:34 2013 UTC (11 years, 4 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-imp-5_4_0-1_el6_sme
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme
- Roll new stream for sme9

1 slords 1.1 # $Id: e-smith-imp.spec,v 1.13 2010/05/11 04:22:09 mrjhb3 Exp $
2    
3     Summary: e-smith specific IMP configuration and templates.
4     %define name e-smith-imp
5     Name: %{name}
6     %define version 5.4.0
7     %define release 1
8     Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
14     BuildArchitectures: noarch
15     Requires: imp-h3 >= 4.3
16     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     Requires: php-pear(HTTP_Request)
28    
29     %changelog
30     * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme
31     - Roll new stream for sme9
32    
33     * Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-9
34     - Updated templates to reflect changes in imp 4.3.7 [SME: 5938]
35    
36     * Sun Feb 14 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-8
37     - Patch to template imp's mime_drivers.php file so some settings can be customized [SME: 5224]
38     - config setprop horde Limitinlinesize <--default is 1048576
39     - config setprop horde inlineHTML true|false <--default is true
40     - config setprop horde inlineImages true|false <--default is true
41    
42    
43     * Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-7
44     - Updated templates to reflect changes in imp 4.3.6 [SME: 5776]
45    
46     * Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-6
47     - Updated templates to reflect changes in imp 4.3.5 [SME: 5510]
48    
49     * Sat Jun 20 2009 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-5
50     - Updated templates to reflect changes in imp 4.3.4 [SME: 5371]
51    
52     * Wed Jan 07 2009 Gavin Weight <gweight@gmail.com> 5.2.0-4
53     - Updated spec file to require php-pear(HTTP_Request) and remove obsolete
54     php-pear-HTTP-Request line. [SME: 4928]
55    
56     * Wed Dec 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-3
57     - Updated spec file to require php-pear-HTTP-Request to accomodate HTML composition [SME: 4821]
58    
59     * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-2
60     - Updated templates to reflect changes in imp 4.3 [SME: 4832]
61    
62     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
63     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
64    
65     * Mon Jun 23 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2-1
66     - Initial build
67     - Jump in package name to reflect new version of imp
68    
69     %description
70     This package adds necessary templates and configuration items
71     so that IMP will work properly on SME Server
72    
73     %prep
74     %setup
75    
76     %build
77     perl createlinks
78    
79     %install
80     rm -rf $RPM_BUILD_ROOT
81     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
82     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
83     echo "%doc COPYING" >> %{name}-%{version}-filelist
84    
85     %clean
86     rm -rf $RPM_BUILD_ROOT
87    
88     %files -f %{name}-%{version}-filelist
89     %defattr(-,root,root)

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