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

Contents 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.3 - (show annotations) (download)
Thu Jun 26 05:00:55 2008 UTC (16 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: e-smith-ingo-1_2-1_el5_sme
Changes since 1.2: +21 -76 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 #Patch0:
14 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15 BuildArchitectures: noarch
16 Requires: imp-h3 >= 4.2
17 Requires: ingo-h3 >= 1.2
18 Requires: e-smith-base >= 4.15.1
19 Requires: e-smith-apache >= 1.1.0-18
20 Requires: e-smith-lib >= 1.15.1-16
21 Requires: php
22 BuildRequires: e-smith-devtools >= 1.13.1-03
23 AutoReqProv: no
24 Obsoletes: smeserver-ingo-menuarray
25 Obsoletes: e-smith-ingo <= 1.1
26
27 %changelog
28 * Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1
29 - Initial production build
30
31 * Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-02
32 - Updated to include changes in Ingo 1.2 RC3
33 - Re-rolled tarball
34
35 * Thu Apr 10 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-01
36 - Initial build
37 - Jump in package name to reflect new version of ingo
38
39 %description
40 This package adds necessary templates and configuration items
41 so that INGO will work properly on SME Server
42
43 %prep
44 %setup
45
46 #%patch0 -p1
47
48 %build
49
50 perl createlinks
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
55 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
56 echo "%doc COPYING" >> %{name}-%{version}-filelist
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %pre
62
63 %preun
64
65 %post
66
67 %postun
68
69 %files -f %{name}-%{version}-filelist
70 %defattr(-,root,root)

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