1 |
%define name smeserver-service_control |
2 |
%define version 2.2 |
3 |
%define release 8 |
4 |
Summary: SME Server service control Panel |
5 |
Name: %{name} |
6 |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
8 |
Distribution: SME Server |
9 |
License: GNU GPL version 2 |
10 |
Group: SMEserver/addon |
11 |
Source: %{name}-%{version}.tar.gz |
12 |
BuildArchitectures: noarch |
13 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
14 |
BuildRequires: e-smith-devtools |
15 |
Requires: e-smith-release >= 9.0 |
16 |
AutoReqProv: no |
17 |
Patch0: smeserver-service_control-2.2-locale-2015-09-12.patch |
18 |
Patch1: smeserver-service_control-2.2-locale-2016-03-09.patch |
19 |
|
20 |
|
21 |
%changelog |
22 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 2.2-8.sme |
23 |
- apply locale 2016-03-09 patch |
24 |
|
25 |
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.2-7.sme |
26 |
- Added smeserver-service_control-2.2-locale-2015-09-12.patch |
27 |
|
28 |
* Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.2-6.sme |
29 |
- Initial release to contribs9 |
30 |
|
31 |
* Sun Feb 15 2015 stephane de labrusse <stephdl@de-labrusse.fr> - 2.2-5 |
32 |
- Services with localhost access are now manageable |
33 |
- Cosmetic changes in the Panel |
34 |
- Optimisation of service2adjust in createlinks |
35 |
|
36 |
* Wed Feb 13 2015 stephane de labrusse <stephdl@de-labrusse.fr> - 2.2-4 |
37 |
- New expand-template of service-expand with a link to bootstrap-console-save |
38 |
- sigusr1 to httpd when service-expand is called |
39 |
|
40 |
* Wed May 21 2014 stephane de labrusse <stephdl@de-labrusse.fr> - 2.0-3 |
41 |
- adaptation to git use, creation of service2adjust by createlinks |
42 |
|
43 |
* Wed Jan 22 2014 stephane de labrusse <stephdl@de-labrusse.fr> |
44 |
- first release for SME Server 8.0 thanks to Michel Van hees for his work |
45 |
- Adaptation to utf8 |
46 |
|
47 |
* Mon Feb 11 2008 Michel Van hees <michel@vanhees.cc> |
48 |
- Adding Access service swap |
49 |
|
50 |
* Mon Jan 21 2008 Michel Van hees <michel@vanhees.cc> |
51 |
- Code cleaning |
52 |
|
53 |
* Mon Jan 21 2008 Michel Van hees <michel@vanhees.cc> |
54 |
- Adding confirmation screen |
55 |
|
56 |
* Tue Jan 15 2008 Michel Van hees <michel@vanhees.cc> |
57 |
- Fix bug in server-manager menu |
58 |
|
59 |
* Mon Jan 14 2008 Michel Van hees <michel@vanhees.cc> |
60 |
- Fix bug in TCP Port panel |
61 |
|
62 |
* Mon Jan 14 2008 Michel Van hees <michel@vanhees.cc> |
63 |
- First release |
64 |
|
65 |
%description |
66 |
sme server administration panel to control service status and tcp port |
67 |
|
68 |
%prep |
69 |
%setup |
70 |
%patch0 -p1 |
71 |
%patch1 -p1 |
72 |
|
73 |
#%patch1 -p1 |
74 |
|
75 |
%build |
76 |
perl createlinks |
77 |
|
78 |
%install |
79 |
rm -rf $RPM_BUILD_ROOT |
80 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
81 |
rm -f %{name}-%{version}-filelist |
82 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
83 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
84 |
|
85 |
%clean |
86 |
rm -rf $RPM_BUILD_ROOT |
87 |
|
88 |
%pre |
89 |
%preun |
90 |
|
91 |
%post |
92 |
#/etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1 |
93 |
#echo Go to your server-manager to use new function |
94 |
|
95 |
%postun |
96 |
#/etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1 |
97 |
|
98 |
%files -f %{name}-%{version}-filelist |
99 |
%defattr(-,root,root) |