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