/[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.2 - (show annotations) (download)
Sat Sep 12 09:15:24 2015 UTC (8 years, 8 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-service_control-2_2-7_el6_sme
Changes since 1.1: +6 -3 lines
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.2-7.sme
- Added smeserver-service_control-2.2-locale-2015-09-12.patch

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

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