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