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

Contents 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.3 - (show annotations) (download)
Thu Jun 26 05:00:03 2008 UTC (15 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-ingo-1_2-1_el4_sme
Changes since 1.2: +17 -84 lines
* Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1
- Initial production build

1 # $Id: e-smith-ingo.spec,v 1.2 2008/04/09 13:51:48 slords Exp $
2
3 Summary: e-smith specific INGO configuration and templates.
4 %define name e-smith-ingo
5 Name: %{name}
6 %define version 1.2
7 %define release 1
8 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 Requires: imp-h3 >= 4.2
16 Requires: ingo-h3 >= 1.2
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: php
21 BuildRequires: e-smith-devtools >= 1.13.1-03
22 AutoReqProv: no
23 Obsoletes: smeserver-ingo-menuarray
24
25 %changelog
26 * Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1
27 - Initial production build
28
29 * Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-02
30 - Updated to include changes in Ingo 1.2 RC3
31 - Re-rolled tarball
32
33 * Thu Apr 10 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-01
34 - Initial build
35 - Jump in package name to reflect new version of ingo
36
37 %description
38 This package adds necessary templates and configuration items
39 so that INGO will work properly on SME Server
40
41 %prep
42 %setup
43
44 %build
45
46 perl createlinks
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
51 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
52 echo "%doc COPYING" >> %{name}-%{version}-filelist
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{name}-%{version}-filelist
58 %defattr(-,root,root)

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