1 |
mrjhb3 |
1.6 |
# $Id: e-smith-ingo.spec,v 1.5 2008/10/07 18:36:52 slords 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.6 |
%define release 2 |
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 |
slords |
1.1 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
|
|
BuildArchitectures: noarch |
16 |
slords |
1.3 |
Requires: imp-h3 >= 4.2 |
17 |
|
|
Requires: ingo-h3 >= 1.2 |
18 |
slords |
1.1 |
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 |
|
|
|
26 |
slords |
1.3 |
%changelog |
27 |
mrjhb3 |
1.6 |
* Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.0.0-2 |
28 |
|
|
- Update e-smith-ingo templates to reflect changes in Ingo 1.2.2 [SME: 5511] |
29 |
|
|
|
30 |
slords |
1.5 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
31 |
|
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
32 |
|
|
|
33 |
mrjhb3 |
1.4 |
* Tue Sep 16 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-2 |
34 |
|
|
- Update to e-smith-ingo templates to reflect changes in Ingo 1.2.1 [SME: 4568] |
35 |
|
|
|
36 |
slords |
1.3 |
* Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1 |
37 |
|
|
- Initial production build |
38 |
|
|
|
39 |
|
|
* Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-02 |
40 |
|
|
- Updated to include changes in Ingo 1.2 RC3 |
41 |
|
|
- Re-rolled tarball |
42 |
|
|
|
43 |
|
|
* Thu Apr 10 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-01 |
44 |
|
|
- Initial build |
45 |
|
|
- Jump in package name to reflect new version of ingo |
46 |
slords |
1.1 |
|
47 |
|
|
%description |
48 |
|
|
This package adds necessary templates and configuration items |
49 |
slords |
1.3 |
so that INGO will work properly on SME Server |
50 |
slords |
1.1 |
|
51 |
|
|
%prep |
52 |
|
|
%setup |
53 |
|
|
|
54 |
mrjhb3 |
1.6 |
%patch1 -p1 |
55 |
|
|
|
56 |
slords |
1.1 |
%build |
57 |
|
|
|
58 |
|
|
perl createlinks |
59 |
|
|
|
60 |
|
|
%install |
61 |
|
|
rm -rf $RPM_BUILD_ROOT |
62 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
63 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
64 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-filelist |
65 |
|
|
|
66 |
|
|
%clean |
67 |
|
|
rm -rf $RPM_BUILD_ROOT |
68 |
|
|
|
69 |
|
|
%files -f %{name}-%{version}-filelist |
70 |
|
|
%defattr(-,root,root) |