1 |
# $Id: e-smith-ingo.spec,v 1.6 2010/02/13 09:47:35 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.2.0 |
7 |
%define release 4 |
8 |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
10 |
License: GPL |
11 |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
13 |
Patch1: e-smith-ingo_ingo-1.2.2.patch |
14 |
Patch2: e-smith-ingo-1.2.3.patch |
15 |
Patch3: e-smith-ingo-1.2.4.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
18 |
Requires: imp-h3 >= 4.2 |
19 |
Requires: ingo-h3 >= 1.2 |
20 |
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 |
%changelog |
29 |
* 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 |
* 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 |
* 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 |
* 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 |
* 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 |
|
55 |
%description |
56 |
This package adds necessary templates and configuration items |
57 |
so that INGO will work properly on SME Server |
58 |
|
59 |
%prep |
60 |
%setup |
61 |
|
62 |
%patch1 -p1 |
63 |
%patch2 -p1 |
64 |
%patch3 -p1 |
65 |
|
66 |
%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) |