/[smeserver]/rpms/e-smith-ingo/sme8/e-smith-ingo.spec
ViewVC logotype

Annotation of /rpms/e-smith-ingo/sme8/e-smith-ingo.spec

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


Revision 1.8 - (hide annotations) (download)
Mon Nov 8 04:09:45 2010 UTC (13 years, 8 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-ingo-2_2_0-5_el5_sme, HEAD
Changes since 1.7: +7 -2 lines
Please see changelog

1 mrjhb3 1.8 # $Id: e-smith-ingo.spec,v 1.7 2010/05/11 04:12:35 mrjhb3 Exp $
2 slords 1.2
3 slords 1.1 Summary: e-smith specific INGO configuration and templates.
4     %define name e-smith-ingo
5     Name: %{name}
6 slords 1.4 %define version 2.2.0
7 mrjhb3 1.8 %define release 5
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.5 Patch1: e-smith-ingo_ingo-1.2.2.patch
14 mrjhb3 1.6 Patch2: e-smith-ingo-1.2.3.patch
15 mrjhb3 1.7 Patch3: e-smith-ingo-1.2.4.patch
16 mrjhb3 1.8 Patch4: e-smith-ingo-1.2.5.patch
17 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18     BuildArchitectures: noarch
19 slords 1.3 Requires: imp-h3 >= 4.2
20     Requires: ingo-h3 >= 1.2
21 slords 1.1 Requires: e-smith-base >= 4.15.1
22     Requires: e-smith-apache >= 1.1.0-18
23     Requires: e-smith-lib >= 1.15.1-16
24     Requires: php
25     BuildRequires: e-smith-devtools >= 1.13.1-03
26     AutoReqProv: no
27     Obsoletes: smeserver-ingo-menuarray
28    
29 slords 1.3 %changelog
30 mrjhb3 1.8 * Sun Nov 07 2010 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-5
31     - Update e-smith-ingo templates to reflect changes in Ingo 1.2.5 [SME: 6352]
32    
33 mrjhb3 1.7 * Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-4
34     - Update e-smith-ingo templates to reflect changes in Ingo 1.2.4 [SME: 5940]
35    
36 mrjhb3 1.6 * Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-3
37     - Update e-smith-ingo templates to reflect changes in Ingo 1.2.3 [SME: 5777]
38    
39 mrjhb3 1.5 * Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-2
40     - Update e-smith-ingo templates to reflect changes in Ingo 1.2.2 [SME: 5511]
41    
42 slords 1.4 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
43     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
44    
45     * Tue Sep 16 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-2
46     - Update to e-smith-ingo templates to reflect changes in Ingo 1.2.1 [SME: 4568]
47    
48 slords 1.3 * Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1
49     - Initial production build
50    
51     * Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-02
52     - Updated to include changes in Ingo 1.2 RC3
53     - Re-rolled tarball
54    
55     * Thu Apr 10 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-01
56     - Initial build
57     - Jump in package name to reflect new version of ingo
58 slords 1.1
59     %description
60     This package adds necessary templates and configuration items
61 slords 1.3 so that INGO will work properly on SME Server
62 slords 1.1
63     %prep
64     %setup
65 slords 1.3
66 mrjhb3 1.5 %patch1 -p1
67 mrjhb3 1.6 %patch2 -p1
68 mrjhb3 1.7 %patch3 -p1
69 mrjhb3 1.8 %patch4 -p1
70 mrjhb3 1.5
71 slords 1.1 %build
72    
73     perl createlinks
74    
75     %install
76     rm -rf $RPM_BUILD_ROOT
77     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
78     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
79     echo "%doc COPYING" >> %{name}-%{version}-filelist
80    
81     %clean
82     rm -rf $RPM_BUILD_ROOT
83    
84     %files -f %{name}-%{version}-filelist
85     %defattr(-,root,root)

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