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

Contents of /rpms/e-smith-ingo/sme9/e-smith-ingo.spec

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


Revision 1.1 - (show annotations) (download)
Thu Feb 14 16:15:45 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-ingo-2_4_0-1_el6_sme, HEAD
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
- Roll new stream for sme9

1 # $Id: e-smith-ingo.spec,v 1.8 2010/11/08 04:09:45 mrjhb3 Exp $
2
3 Summary: e-smith specific INGO configuration and templates.
4 %define name e-smith-ingo
5 Name: %{name}
6 %define version 2.4.0
7 %define release 1
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
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 Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
27 - Roll new stream for sme9
28
29 * Sun Nov 07 2010 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-5
30 - Update e-smith-ingo templates to reflect changes in Ingo 1.2.5 [SME: 6352]
31
32 * Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-4
33 - Update e-smith-ingo templates to reflect changes in Ingo 1.2.4 [SME: 5940]
34
35 * Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-3
36 - Update e-smith-ingo templates to reflect changes in Ingo 1.2.3 [SME: 5777]
37
38 * Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-2
39 - Update e-smith-ingo templates to reflect changes in Ingo 1.2.2 [SME: 5511]
40
41 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
42 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
43
44 * Tue Sep 16 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-2
45 - Update to e-smith-ingo templates to reflect changes in Ingo 1.2.1 [SME: 4568]
46
47 * Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1
48 - Initial production build
49
50 * Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-02
51 - Updated to include changes in Ingo 1.2 RC3
52 - Re-rolled tarball
53
54 * Thu Apr 10 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-01
55 - Initial build
56 - Jump in package name to reflect new version of ingo
57
58 %description
59 This package adds necessary templates and configuration items
60 so that INGO will work properly on SME Server
61
62 %prep
63 %setup
64
65 %build
66 perl createlinks
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
71 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
72 echo "%doc COPYING" >> %{name}-%{version}-filelist
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %files -f %{name}-%{version}-filelist
78 %defattr(-,root,root)

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