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

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

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


Revision 1.5 - (hide annotations) (download)
Tue Oct 7 18:36:52 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-ingo-2_0_0-1_el4_sme
Changes since 1.4: +6 -6 lines
New streams

1 slords 1.5 # $Id: e-smith-ingo.spec,v 1.4 2008/09/17 03:13:27 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.5 %define version 2.0.0
7     %define release 1
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.gz
13     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
14     BuildArchitectures: noarch
15 slords 1.3 Requires: imp-h3 >= 4.2
16     Requires: ingo-h3 >= 1.2
17 slords 1.1 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: php
21     BuildRequires: e-smith-devtools >= 1.13.1-03
22     AutoReqProv: no
23     Obsoletes: smeserver-ingo-menuarray
24    
25 slords 1.3 %changelog
26 slords 1.5 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme
27     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
28    
29 mrjhb3 1.4 * Tue Sep 16 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-2
30     - Update to e-smith-ingo templates to reflect changes in Ingo 1.2.1 [SME: 4568]
31    
32 slords 1.3 * Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1
33     - Initial production build
34    
35     * Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-02
36     - Updated to include changes in Ingo 1.2 RC3
37     - Re-rolled tarball
38    
39     * Thu Apr 10 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-01
40     - Initial build
41     - Jump in package name to reflect new version of ingo
42 slords 1.1
43     %description
44     This package adds necessary templates and configuration items
45 slords 1.3 so that INGO will work properly on SME Server
46 slords 1.1
47     %prep
48     %setup
49    
50     %build
51    
52     perl createlinks
53    
54     %install
55     rm -rf $RPM_BUILD_ROOT
56     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
57     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
58     echo "%doc COPYING" >> %{name}-%{version}-filelist
59    
60     %clean
61     rm -rf $RPM_BUILD_ROOT
62    
63     %files -f %{name}-%{version}-filelist
64     %defattr(-,root,root)

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