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