1 |
# $Id: e-smith-ingo.spec,v 1.7 2010/05/11 04:12: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 5 |
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 |
Patch4: e-smith-ingo-1.2.5.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
19 |
Requires: imp-h3 >= 4.2 |
20 |
Requires: ingo-h3 >= 1.2 |
21 |
Requires: e-smith-base >= 4.15.1 |
22 |
Requires: e-smith-apache >= 1.1.0-18 |
23 |
Requires: e-smith-lib >= 1.15.1-16 |
24 |
Requires: php |
25 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
26 |
AutoReqProv: no |
27 |
Obsoletes: smeserver-ingo-menuarray |
28 |
|
29 |
%changelog |
30 |
* Sun Nov 07 2010 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-5 |
31 |
- Update e-smith-ingo templates to reflect changes in Ingo 1.2.5 [SME: 6352] |
32 |
|
33 |
* Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-4 |
34 |
- Update e-smith-ingo templates to reflect changes in Ingo 1.2.4 [SME: 5940] |
35 |
|
36 |
* Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-3 |
37 |
- Update e-smith-ingo templates to reflect changes in Ingo 1.2.3 [SME: 5777] |
38 |
|
39 |
* Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-2 |
40 |
- Update e-smith-ingo templates to reflect changes in Ingo 1.2.2 [SME: 5511] |
41 |
|
42 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
43 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
44 |
|
45 |
* Tue Sep 16 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-2 |
46 |
- Update to e-smith-ingo templates to reflect changes in Ingo 1.2.1 [SME: 4568] |
47 |
|
48 |
* Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1 |
49 |
- Initial production build |
50 |
|
51 |
* Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-02 |
52 |
- Updated to include changes in Ingo 1.2 RC3 |
53 |
- Re-rolled tarball |
54 |
|
55 |
* Thu Apr 10 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-01 |
56 |
- Initial build |
57 |
- Jump in package name to reflect new version of ingo |
58 |
|
59 |
%description |
60 |
This package adds necessary templates and configuration items |
61 |
so that INGO will work properly on SME Server |
62 |
|
63 |
%prep |
64 |
%setup |
65 |
|
66 |
%patch1 -p1 |
67 |
%patch2 -p1 |
68 |
%patch3 -p1 |
69 |
%patch4 -p1 |
70 |
|
71 |
%build |
72 |
|
73 |
perl createlinks |
74 |
|
75 |
%install |
76 |
rm -rf $RPM_BUILD_ROOT |
77 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
78 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
79 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
80 |
|
81 |
%clean |
82 |
rm -rf $RPM_BUILD_ROOT |
83 |
|
84 |
%files -f %{name}-%{version}-filelist |
85 |
%defattr(-,root,root) |