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