/[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.6 - (hide annotations) (download)
Sat Dec 2 06:29:06 2017 UTC (6 years, 5 months ago) by cvsuser
Branch: MAIN
CVS Tags: smeserver-service_control-2_2-11_el6_sme
Changes since 1.5: +6 -1 lines
* Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 2.2-11.sme
- apply locale 2017-12-02 patch

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

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