1 |
# $Id: e-smith-ingo.spec,v 1.2 2008/04/09 13:51:48 slords Exp $ |
# $Id: e-smith-ingo.spec,v 1.7 2010/05/11 04:12:35 mrjhb3 Exp $ |
2 |
|
|
3 |
Summary: e-smith specific INGO configuration and templates. |
Summary: e-smith specific INGO configuration and templates. |
4 |
%define name e-smith-ingo |
%define name e-smith-ingo |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.2 |
%define version 2.2.0 |
7 |
%define release 1 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
#Patch0: |
Patch1: e-smith-ingo_ingo-1.2.2.patch |
14 |
|
Patch2: e-smith-ingo-1.2.3.patch |
15 |
|
Patch3: e-smith-ingo-1.2.4.patch |
16 |
|
Patch4: e-smith-ingo-1.2.5.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: imp-h3 >= 4.2 |
Requires: imp-h3 >= 4.2 |
25 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
Obsoletes: smeserver-ingo-menuarray |
Obsoletes: smeserver-ingo-menuarray |
|
Obsoletes: e-smith-ingo <= 1.1 |
|
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Sun Nov 07 2010 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-5 |
31 |
|
- Update e-smith-ingo templates to reflect changes in Ingo 1.2.5 [SME: 6352] |
32 |
|
|
33 |
|
* Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-4 |
34 |
|
- Update e-smith-ingo templates to reflect changes in Ingo 1.2.4 [SME: 5940] |
35 |
|
|
36 |
|
* Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-3 |
37 |
|
- Update e-smith-ingo templates to reflect changes in Ingo 1.2.3 [SME: 5777] |
38 |
|
|
39 |
|
* Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.0-2 |
40 |
|
- Update e-smith-ingo templates to reflect changes in Ingo 1.2.2 [SME: 5511] |
41 |
|
|
42 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
43 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
44 |
|
|
45 |
|
* Tue Sep 16 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-2 |
46 |
|
- Update to e-smith-ingo templates to reflect changes in Ingo 1.2.1 [SME: 4568] |
47 |
|
|
48 |
* Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1 |
* Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1 |
49 |
- Initial production build |
- Initial production build |
50 |
|
|
63 |
%prep |
%prep |
64 |
%setup |
%setup |
65 |
|
|
66 |
#%patch0 -p1 |
%patch1 -p1 |
67 |
|
%patch2 -p1 |
68 |
|
%patch3 -p1 |
69 |
|
%patch4 -p1 |
70 |
|
|
71 |
%build |
%build |
72 |
|
|
81 |
%clean |
%clean |
82 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
83 |
|
|
|
%pre |
|
|
|
|
|
%preun |
|
|
|
|
|
%post |
|
|
|
|
|
%postun |
|
|
|
|
84 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
85 |
%defattr(-,root,root) |
%defattr(-,root,root) |