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

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

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


Revision 1.4 - (show annotations) (download)
Mon Aug 23 08:44:32 2021 UTC (2 years, 8 months ago) by terryfage
Branch: MAIN
CVS Tags: smeserver-service_control-2_2-16_el7_sme, HEAD
Changes since 1.3: +6 -1 lines
* Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 2.2-16.sme
- apply locale 2021-08-23 patch

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

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