1 |
# $Id: smeserver-arkeia.spec,v 1.16 2008/11/25 16:20:18 slords Exp $ |
2 |
# Authority: slords |
3 |
# Name: Shad L. Lords |
4 |
|
5 |
Summary: Mitel Server Integration for Arkeia Shareware Backup Program |
6 |
%define name smeserver-arkeia |
7 |
Name: %{name} |
8 |
%define version 1.0 |
9 |
%define release 18 |
10 |
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 |
Patch8: smeserver-arkeia-1.0-locale-2008-03-07.patch |
23 |
Patch9: smeserver-arkeia-1.0-locale-2008-04-01.patch |
24 |
Patch10: smeserver-arkeia-1.0-locale-2008-04-22.patch |
25 |
Patch11: smeserver-arkeia-1.0-add2general.patch |
26 |
Patch12: smeserver-arkeia-1.0-locale-2008-04-26.patch |
27 |
Patch13: smeserver-arkeia-1.0-fix-pt-locale.patch |
28 |
Patch14: smeserver-arkeia-1.0-locale-2008-05-21.patch |
29 |
Patch15: smeserver-arkeia-1.0-locale-2008-07-01.patch |
30 |
Patch16: smeserver-arkeia-1.0-locale-2008-10-14.patch |
31 |
Patch17: smeserver-arkeia-1.0-rotateupdate.patch |
32 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
33 |
BuildArchitectures: noarch |
34 |
Requires: e-smith-base e-smith-lib e-smith-release >= 7.0 arkeia-light >= 5.2.28 |
35 |
Requires: mtx |
36 |
Requires: e-smith-formmagick >= 1.4.0-12 |
37 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
38 |
Obsoletes: e-smith-arkeia |
39 |
Conflicts: e-smith-arkeia |
40 |
|
41 |
%description |
42 |
The System Monitor package let's you monitor a mitel server from the |
43 |
mitel server manager. Currently, you can monitor System Load, CPU Usage, |
44 |
Processes Running, CPU Run Queue Depth, Memory Used, Swap Used, Hard |
45 |
Drive Used, Hard Drive Free, Uptime, Latency to defined hosts/gateway, |
46 |
Ethernet Traffic. All the graphs are generated on demand. |
47 |
|
48 |
%changelog |
49 |
* Tue Nov 25 2008 Shad L. Lords <slords@mail.com> 1.0-18 |
50 |
- Add ability to do remote tape rotations |
51 |
- Add ability to offset where tapes are in library |
52 |
- Add ability to pick drive other then first one |
53 |
|
54 |
* Tue Oct 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-17 |
55 |
- Apply 14 Oct 2008 locale patch |
56 |
|
57 |
* Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-16 |
58 |
- Apply 1 July 2008 locale patch |
59 |
|
60 |
* Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-15 |
61 |
- Apply 21 May 2008 locale patch |
62 |
|
63 |
* Mon Apr 28 2008 Shad L. Lords <slords@mail.com> 1.0-14 |
64 |
- Bump release to rebuild |
65 |
|
66 |
* Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-13 |
67 |
- Take common <base> entries from e-smith-formmagick's general |
68 |
- Fix pt locale as well |
69 |
|
70 |
* Thu Apr 24 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-12 |
71 |
- Take common <base> entries from e-smith-formmagick's general |
72 |
|
73 |
* Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-11 |
74 |
- Added 22 April 2008 locale patch |
75 |
|
76 |
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 1.0-10 |
77 |
- Update to UTF-8 translations |
78 |
|
79 |
* Fri Mar 7 2008 Shad L. Lords <slords@mail.com> 1.0-9 |
80 |
- Add locale script so tags at least show up. |
81 |
|
82 |
* Thu Jul 12 2007 Shad L. Lords <slords@mail.com> 1.0-8 |
83 |
- Fix date calculation in rotate script. |
84 |
|
85 |
* Fri Jul 6 2007 Shad L. Lords <slords@mail.com> 1.0-7 |
86 |
- Fix configure to ignore libraries. |
87 |
|
88 |
* Fri Jul 6 2007 Shad L. Lords <slords@mail.com> 1.0-6 |
89 |
- Add tape rotation script. |
90 |
|
91 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
92 |
- Clean up spec so package can be built by koji/plague |
93 |
|
94 |
* Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 1.0-5 |
95 |
- Only recycle tape if backup type is tape. |
96 |
|
97 |
* Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.0-4 |
98 |
- Convert to new ConfigDB style. |
99 |
|
100 |
* Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.0-3 |
101 |
- Remove link to eject action. [SME: 795] |
102 |
|
103 |
* Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.0-2 |
104 |
- Move eject fragment to e-smith-backup. [SME: 795] |
105 |
|
106 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
107 |
- Update to new release naming. No functional changes. |
108 |
- Make Packager generic |
109 |
|
110 |
* Sun Apr 09 2006 Shad L. Lords <slords@mail.com> |
111 |
- 1.0-01 |
112 |
- initial release |
113 |
|
114 |
%prep |
115 |
|
116 |
%setup |
117 |
%patch1 -p1 |
118 |
%patch2 -p1 |
119 |
%patch3 -p1 |
120 |
%patch4 -p1 |
121 |
%patch5 -p1 |
122 |
%patch6 -p1 |
123 |
%patch7 -p1 |
124 |
%patch8 -p1 |
125 |
%patch9 -p1 |
126 |
%patch10 -p1 |
127 |
%patch11 -p1 |
128 |
%patch12 -p1 |
129 |
%patch13 -p1 |
130 |
%patch14 -p1 |
131 |
%patch15 -p1 |
132 |
%patch16 -p1 |
133 |
%patch17 -p1 |
134 |
|
135 |
%build |
136 |
/usr/bin/perl createlinks |
137 |
|
138 |
%install |
139 |
/bin/rm -rf $RPM_BUILD_ROOT |
140 |
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
141 |
/bin/rm -f %{name}-%{version}-filelist |
142 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
143 |
--dir /var/spool/squid 'attr(0755,squid,squid)' \ |
144 |
> %{name}-%{version}-filelist |
145 |
|
146 |
%files -f %{name}-%{version}-filelist |
147 |
%defattr(-,root,root) |
148 |
|
149 |
%clean |
150 |
rm -rf $RPM_BUILD_ROOT |
151 |
|