1 |
mrjhb3 |
1.4 |
# $Id: e-smith-ingo.spec,v 1.3 2008/06/26 05:00:03 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.3 |
%define version 1.2 |
7 |
mrjhb3 |
1.4 |
%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.4 |
Patch1: e-smith-ingo-1.2-1.2.1.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.4 |
* Tue Sep 16 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-2 |
28 |
|
|
- Update to e-smith-ingo templates to reflect changes in Ingo 1.2.1 [SME: 4568] |
29 |
|
|
|
30 |
slords |
1.3 |
* Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1 |
31 |
|
|
- Initial production build |
32 |
|
|
|
33 |
|
|
* Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-02 |
34 |
|
|
- Updated to include changes in Ingo 1.2 RC3 |
35 |
|
|
- Re-rolled tarball |
36 |
|
|
|
37 |
|
|
* Thu Apr 10 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-01 |
38 |
|
|
- Initial build |
39 |
|
|
- Jump in package name to reflect new version of ingo |
40 |
slords |
1.1 |
|
41 |
|
|
%description |
42 |
|
|
This package adds necessary templates and configuration items |
43 |
slords |
1.3 |
so that INGO will work properly on SME Server |
44 |
slords |
1.1 |
|
45 |
|
|
%prep |
46 |
|
|
%setup |
47 |
|
|
|
48 |
mrjhb3 |
1.4 |
%patch1 -p1 |
49 |
|
|
|
50 |
slords |
1.1 |
%build |
51 |
|
|
|
52 |
|
|
perl createlinks |
53 |
|
|
|
54 |
|
|
%install |
55 |
|
|
rm -rf $RPM_BUILD_ROOT |
56 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
57 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
58 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-filelist |
59 |
|
|
|
60 |
|
|
%clean |
61 |
|
|
rm -rf $RPM_BUILD_ROOT |
62 |
|
|
|
63 |
|
|
%files -f %{name}-%{version}-filelist |
64 |
|
|
%defattr(-,root,root) |