/[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.7 - (hide annotations) (download)
Tue May 11 04:12:35 2010 UTC (14 years, 1 month ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-ingo-2_2_0-4_el5_sme
Changes since 1.6: +7 -2 lines
Please see changelog

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

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