1 |
# $Id: smeserver-sysmon.spec,v 1.8 2008/11/25 16:20:31 slords Exp $ |
# $Id: smeserver-sysmon.spec,v 1.11 2010/12/02 15:42:20 slords Exp $ |
2 |
# Authority: slords |
# Authority: slords |
3 |
# Name: Shad L. Lords |
# Name: Shad L. Lords |
4 |
|
|
6 |
%define name smeserver-sysmon |
%define name smeserver-sysmon |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 6.1 |
%define version 6.1 |
9 |
%define release 3 |
%define release 5 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: Freely distributable |
License: Freely distributable |
13 |
Group: Service |
Group: Service |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
Patch0: smeserver-sysmon-6.1-lang-fix.patch |
Patch0: smeserver-sysmon-6.1-lang-fix.patch |
16 |
|
Patch1: smeserver-sysmon-6.1-patch1.patch |
17 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
* Sat Mar 29 2008 Shad L. Lords <slords@mail.com> 6.1-3.sme |
* Wed Aug 15 2012 JP Pialasse <tests@pialasse.com> 6.1-5.sme |
29 |
|
- updated to also support sysstat 7 [SME 7010] |
30 |
|
- updated to support 64 bit system |
31 |
|
|
32 |
|
* Thu Dec 2 2010 Shad L. Lords <slords@mail.com> 6.1-4.sme |
33 |
|
- Fix typo in last patch [SME: 4143] |
34 |
|
|
35 |
|
* Wed Dec 1 2010 Shad L. Lords <slords@mail.com> 6.1-3.sme |
36 |
- Fix LANG env so output can be recognized [SME: 4143] |
- Fix LANG env so output can be recognized [SME: 4143] |
37 |
|
|
38 |
* Sat Mar 29 2008 Shad L. Lords <slords@mail.com> 6.1-2.sme |
* Sat Mar 29 2008 Shad L. Lords <slords@mail.com> 6.1-2.sme |
202 |
%prep |
%prep |
203 |
%setup |
%setup |
204 |
%patch0 -p1 |
%patch0 -p1 |
205 |
|
%patch1 -p1 |
206 |
|
|
207 |
%build |
%build |
208 |
perl createlinks |
perl createlinks |