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

Annotation 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.8 - (hide annotations) (download)
Sat Dec 7 04:05:16 2019 UTC (4 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-service_control-2_2-13_el6_sme, HEAD
Changes since 1.7: +6 -1 lines
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 2.2-13.sme
- apply locale 2019-12-07 patch

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

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