1 |
# $Id: e-smith-ingo.spec,v 1.5 2008/10/07 18:36:52 slords Exp $ |
2 |
|
3 |
Summary: e-smith specific INGO configuration and templates. |
4 |
%define name e-smith-ingo |
5 |
Name: %{name} |
6 |
%define version 2.0.0 |
7 |
%define release 2 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
16 |
Requires: imp-h3 >= 4.2 |
17 |
Requires: ingo-h3 >= 1.2 |
18 |
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 |
%changelog |
27 |
* 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 |
* 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 |
* 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 |
* 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 |
|
47 |
%description |
48 |
This package adds necessary templates and configuration items |
49 |
so that INGO will work properly on SME Server |
50 |
|
51 |
%prep |
52 |
%setup |
53 |
|
54 |
%patch1 -p1 |
55 |
|
56 |
%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) |