1 |
Summary: Mitel Server Integration for Arkeia Shareware Backup Program |
2 |
%define name smeserver-arkeia |
3 |
Name: %{name} |
4 |
%define version 1.0 |
5 |
%define release 9 |
6 |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
8 |
License: GPL |
9 |
Group: System/Administratoin |
10 |
Source: %{name}-%{version}.tgz |
11 |
Patch1: smeserver-arkeia-1.0-noeject.patch |
12 |
Patch2: smeserver-arkeia-1.0-noeject.patch2 |
13 |
Patch3: smeserver-arkeia-1.0-configdb.patch |
14 |
Patch4: smeserver-arkeia-1.0-recycletape.patch |
15 |
Patch5: smeserver-arkeia-1.0-rotate.patch |
16 |
Patch6: smeserver-arkeia-1.0-configure.patch |
17 |
Patch7: smeserver-arkeia-1.0-rotate.patch2 |
18 |
Patch8: smeserver-arkeia-1.0-locale-2008-03-07.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
21 |
Requires: e-smith-base e-smith-lib e-smith-release >= 7.0 arkeia-light >= 5.2.28 |
22 |
Requires: mtx |
23 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
24 |
Obsoletes: e-smith-arkeia |
25 |
Conflicts: e-smith-arkeia |
26 |
|
27 |
%description |
28 |
The System Monitor package let's you monitor a mitel server from the |
29 |
mitel server manager. Currently, you can monitor System Load, CPU Usage, |
30 |
Processes Running, CPU Run Queue Depth, Memory Used, Swap Used, Hard |
31 |
Drive Used, Hard Drive Free, Uptime, Latency to defined hosts/gateway, |
32 |
Ethernet Traffic. All the graphs are generated on demand. |
33 |
|
34 |
%changelog |
35 |
* Fri Mar 7 2008 Shad L. Lords <slords@mail.com> 1.0-9 |
36 |
- Add locale script so tags at least show up. |
37 |
|
38 |
* Thu Jul 12 2007 Shad L. Lords <slords@mail.com> 1.0-8 |
39 |
- Fix date calculation in rotate script. |
40 |
|
41 |
* Fri Jul 6 2007 Shad L. Lords <slords@mail.com> 1.0-7 |
42 |
- Fix configure to ignore libraries. |
43 |
|
44 |
* Fri Jul 6 2007 Shad L. Lords <slords@mail.com> 1.0-6 |
45 |
- Add tape rotation script. |
46 |
|
47 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
48 |
- Clean up spec so package can be built by koji/plague |
49 |
|
50 |
* Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 1.0-5 |
51 |
- Only recycle tape if backup type is tape. |
52 |
|
53 |
* Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.0-4 |
54 |
- Convert to new ConfigDB style. |
55 |
|
56 |
* Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.0-3 |
57 |
- Remove link to eject action. [SME: 795] |
58 |
|
59 |
* Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.0-2 |
60 |
- Move eject fragment to e-smith-backup. [SME: 795] |
61 |
|
62 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
63 |
- Update to new release naming. No functional changes. |
64 |
- Make Packager generic |
65 |
|
66 |
* Sun Apr 09 2006 Shad L. Lords <slords@mail.com> |
67 |
- 1.0-01 |
68 |
- initial release |
69 |
|
70 |
%prep |
71 |
|
72 |
%setup |
73 |
%patch1 -p1 |
74 |
%patch2 -p1 |
75 |
%patch3 -p1 |
76 |
%patch4 -p1 |
77 |
%patch5 -p1 |
78 |
%patch6 -p1 |
79 |
%patch7 -p1 |
80 |
%patch8 -p1 |
81 |
|
82 |
%build |
83 |
/usr/bin/perl createlinks |
84 |
|
85 |
%install |
86 |
/bin/rm -rf $RPM_BUILD_ROOT |
87 |
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
88 |
/bin/rm -f %{name}-%{version}-filelist |
89 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
90 |
--dir /var/spool/squid 'attr(0755,squid,squid)' \ |
91 |
> %{name}-%{version}-filelist |
92 |
|
93 |
%files -f %{name}-%{version}-filelist |
94 |
%defattr(-,root,root) |
95 |
|
96 |
%clean |
97 |
rm -rf $RPM_BUILD_ROOT |
98 |
|