1 |
jpp |
1.1 |
Summary: SME server Raidstatus |
2 |
|
|
%define name smeserver-raidstatus |
3 |
|
|
Name: %{name} |
4 |
|
|
%define version 0.3 |
5 |
jpp |
1.3 |
%define release 3 |
6 |
jpp |
1.1 |
Version: %{version} |
7 |
|
|
Release: %{release}%{?dist} |
8 |
|
|
License: SWT |
9 |
|
|
Group: Administration |
10 |
|
|
Source: %{name}-%{version}.tar.gz |
11 |
jpp |
1.3 |
Patch0: smeserver-raidstatus-0.3-locale-2022-11-11.patch |
12 |
jpp |
1.1 |
Packager: Walter Thoss <Support@swt-online.de> |
13 |
|
|
BuildRoot: /var/tmp/e-smith-buildroot |
14 |
|
|
BuildRequires: e-smith-devtools |
15 |
|
|
BuildArchitectures: noarch |
16 |
jpp |
1.2 |
Requires: e-smith-release >= 10.0 |
17 |
|
|
Provides: perl(esmith::FormMagick::Panel::raidstatus) |
18 |
jpp |
1.1 |
AutoReqProv: no |
19 |
|
|
|
20 |
|
|
%changelog |
21 |
jpp |
1.3 |
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-3.sme |
22 |
|
|
- apply locale 2022-11-11 patch |
23 |
|
|
|
24 |
jpp |
1.2 |
* Thu Aug 04 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-2.sme |
25 |
|
|
- import to SME 10 |
26 |
|
|
|
27 |
jpp |
1.1 |
* Thu Aug 14 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.3-1 |
28 |
|
|
- Added 'mailto' db setting in the server-manager panel |
29 |
|
|
|
30 |
|
|
* Thu Jun 05 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.2-1 |
31 |
|
|
- unitialised value $2 |
32 |
|
|
* Sat Mar 15 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.1.8 |
33 |
|
|
- a great big thank to walter who have made the new design and corrected a bug i made |
34 |
|
|
- back of my weekly mail status |
35 |
|
|
* Mon Feb 24 2014 Walter Thoss <Support@swt-online.de> 0.1.6 |
36 |
|
|
- design and change to smeserver standard |
37 |
|
|
* Wed Feb 05 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.1 |
38 |
|
|
- First release |
39 |
|
|
|
40 |
|
|
%description |
41 |
|
|
Display raid status in server-manager |
42 |
|
|
|
43 |
|
|
%prep |
44 |
|
|
%setup |
45 |
jpp |
1.2 |
mkdir -p root/etc/e-smith/events/smeserver-raidstatus-update |
46 |
jpp |
1.3 |
%patch0 -p1 |
47 |
jpp |
1.1 |
|
48 |
|
|
%build |
49 |
|
|
perl createlinks |
50 |
|
|
|
51 |
|
|
%install |
52 |
|
|
rm -rf $RPM_BUILD_ROOT |
53 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
54 |
|
|
rm -f %{name}-%{version}-filelist |
55 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
56 |
|
|
|
57 |
|
|
|
58 |
|
|
%clean |
59 |
|
|
rm -rf $RPM_BUILD_ROOT |
60 |
|
|
|
61 |
|
|
%pre |
62 |
|
|
|
63 |
|
|
%preun |
64 |
|
|
|
65 |
|
|
%post |
66 |
|
|
|
67 |
|
|
%postun |
68 |
|
|
|
69 |
|
|
%files -f %{name}-%{version}-filelist |
70 |
|
|
%defattr(-,root,root) |