/[smecontribs]/rpms/smeserver-service_control/contribs9/smeserver-service_control.spec
ViewVC logotype

Contents of /rpms/smeserver-service_control/contribs9/smeserver-service_control.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Sun Mar 26 01:13:44 2017 UTC (7 years, 1 month ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-service_control-2_2-10_el6_sme
Changes since 1.4: +6 -2 lines
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.2-10.sme
- apply locale 2017-03-25 patch

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed