/[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.2 - (hide annotations) (download)
Fri Jun 21 09:57:01 2013 UTC (10 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-imp-5_4_0-2_el6_sme, HEAD
Changes since 1.1: +7 -2 lines
* Fri Jun 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-2.sme
- Don't use SSL over loopback [SME: 7682]

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

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