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

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

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


Revision 1.1 - (hide annotations) (download)
Fri Feb 5 22:49:59 2016 UTC (8 years, 3 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-imp-5_6_0-1_el7_sme, HEAD
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-1.sme - Initial release to sme10

1 stephdl 1.1 # $Id: e-smith-imp.spec,v 1.2 2013/06/21 09:57:01 vip-ire Exp $
2    
3     Summary: e-smith specific IMP configuration and templates.
4     %define name e-smith-imp
5     Name: %{name}
6     %define version 5.6.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     * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-1.sme
31     - Initial release to sme10
32    
33     * Fri Jun 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-2.sme
34     - Don't use SSL over loopback [SME: 7682]
35    
36     * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme
37     - Roll new stream for sme9
38    
39     * Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-9
40     - Updated templates to reflect changes in imp 4.3.7 [SME: 5938]
41    
42     * Sun Feb 14 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-8
43     - Patch to template imp's mime_drivers.php file so some settings can be customized [SME: 5224]
44     - config setprop horde Limitinlinesize <--default is 1048576
45     - config setprop horde inlineHTML true|false <--default is true
46     - config setprop horde inlineImages true|false <--default is true
47    
48    
49     * Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-7
50     - Updated templates to reflect changes in imp 4.3.6 [SME: 5776]
51    
52     * Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-6
53     - Updated templates to reflect changes in imp 4.3.5 [SME: 5510]
54    
55     * Sat Jun 20 2009 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-5
56     - Updated templates to reflect changes in imp 4.3.4 [SME: 5371]
57    
58     * Wed Jan 07 2009 Gavin Weight <gweight@gmail.com> 5.2.0-4
59     - Updated spec file to require php-pear(HTTP_Request) and remove obsolete
60     php-pear-HTTP-Request line. [SME: 4928]
61    
62     * Wed Dec 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-3
63     - Updated spec file to require php-pear-HTTP-Request to accomodate HTML composition [SME: 4821]
64    
65     * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-2
66     - Updated templates to reflect changes in imp 4.3 [SME: 4832]
67    
68     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
69     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
70    
71     * Mon Jun 23 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2-1
72     - Initial build
73     - Jump in package name to reflect new version of imp
74    
75     %description
76     This package adds necessary templates and configuration items
77     so that IMP will work properly on SME Server
78    
79     %prep
80     %setup
81    
82     %build
83     perl createlinks
84    
85     %install
86     rm -rf $RPM_BUILD_ROOT
87     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
88     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
89     echo "%doc COPYING" >> %{name}-%{version}-filelist
90    
91     %clean
92     rm -rf $RPM_BUILD_ROOT
93    
94     %files -f %{name}-%{version}-filelist
95     %defattr(-,root,root)

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