1 |
mrjhb3 |
1.7 |
# $Id: e-smith-ingo.spec,v 1.6 2009/10/14 03:02:30 mrjhb3 Exp $ |
2 |
slords |
1.2 |
|
3 |
slords |
1.1 |
Summary: e-smith specific INGO configuration and templates. |
4 |
|
|
%define name e-smith-ingo |
5 |
|
|
Name: %{name} |
6 |
slords |
1.5 |
%define version 2.0.0 |
7 |
mrjhb3 |
1.7 |
%define release 3 |
8 |
slords |
1.1 |
Version: %{version} |
9 |
|
|
Release: %{release}%{?dist} |
10 |
|
|
License: GPL |
11 |
|
|
Group: Networking/Daemons |
12 |
|
|
Source: %{name}-%{version}.tar.gz |
13 |
mrjhb3 |
1.6 |
Patch1: e-smith-ingo_ingo-1.2.2.patch |
14 |
mrjhb3 |
1.7 |
Patch2: e-smith-ingo-1.2.3.patch |
15 |
slords |
1.1 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
|
|
BuildArchitectures: noarch |
17 |
slords |
1.3 |
Requires: imp-h3 >= 4.2 |
18 |
|
|
Requires: ingo-h3 >= 1.2 |
19 |
slords |
1.1 |
Requires: e-smith-base >= 4.15.1 |
20 |
|
|
Requires: e-smith-apache >= 1.1.0-18 |
21 |
|
|
Requires: e-smith-lib >= 1.15.1-16 |
22 |
|
|
Requires: php |
23 |
|
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
24 |
|
|
AutoReqProv: no |
25 |
|
|
Obsoletes: smeserver-ingo-menuarray |
26 |
|
|
|
27 |
slords |
1.3 |
%changelog |
28 |
mrjhb3 |
1.7 |
* Mon Dec 28 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.0.0-3 |
29 |
|
|
- Update e-smith-ingo templates to reflect changes in Ingo 1.2.3 [SME: 5724] |
30 |
|
|
|
31 |
mrjhb3 |
1.6 |
* Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.0.0-2 |
32 |
|
|
- Update e-smith-ingo templates to reflect changes in Ingo 1.2.2 [SME: 5511] |
33 |
|
|
|
34 |
slords |
1.5 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
35 |
|
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
36 |
|
|
|
37 |
mrjhb3 |
1.4 |
* Tue Sep 16 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-2 |
38 |
|
|
- Update to e-smith-ingo templates to reflect changes in Ingo 1.2.1 [SME: 4568] |
39 |
|
|
|
40 |
slords |
1.3 |
* Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1 |
41 |
|
|
- Initial production build |
42 |
|
|
|
43 |
|
|
* Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-02 |
44 |
|
|
- Updated to include changes in Ingo 1.2 RC3 |
45 |
|
|
- Re-rolled tarball |
46 |
|
|
|
47 |
|
|
* Thu Apr 10 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-01 |
48 |
|
|
- Initial build |
49 |
|
|
- Jump in package name to reflect new version of ingo |
50 |
slords |
1.1 |
|
51 |
|
|
%description |
52 |
|
|
This package adds necessary templates and configuration items |
53 |
slords |
1.3 |
so that INGO will work properly on SME Server |
54 |
slords |
1.1 |
|
55 |
|
|
%prep |
56 |
|
|
%setup |
57 |
|
|
|
58 |
mrjhb3 |
1.6 |
%patch1 -p1 |
59 |
mrjhb3 |
1.7 |
%patch2 -p1 |
60 |
mrjhb3 |
1.6 |
|
61 |
slords |
1.1 |
%build |
62 |
|
|
|
63 |
|
|
perl createlinks |
64 |
|
|
|
65 |
|
|
%install |
66 |
|
|
rm -rf $RPM_BUILD_ROOT |
67 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
68 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
69 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-filelist |
70 |
|
|
|
71 |
|
|
%clean |
72 |
|
|
rm -rf $RPM_BUILD_ROOT |
73 |
|
|
|
74 |
|
|
%files -f %{name}-%{version}-filelist |
75 |
|
|
%defattr(-,root,root) |