/[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.3 - (show annotations) (download)
Mon Mar 29 11:11:12 2021 UTC (3 years, 1 month ago) by brianr
Branch: MAIN
CVS Tags: smeserver-service_control-2_2-15_el7_sme
Changes since 1.2: +13 -2 lines
* Mon Mar 29 2021 Brian Read <brianr@bjsystems.co.uk> 2.2-15.sme
- Add Update event to createlinks [SME: 11036]

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

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