1 |
%define name smeserver-qmHandle |
%define name smeserver-qmHandle |
2 |
Name: %{name} |
Name: %{name} |
3 |
%define version 1.4 |
%define version 1.4 |
4 |
%define release 18 |
%define release 25 |
5 |
Version: %{version} |
Version: %{version} |
6 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
7 |
BuildArch: noarch |
BuildArch: noarch |
20 |
Patch8: smeserver-qmHandle-1.4-locale-2021-08-23.patch |
Patch8: smeserver-qmHandle-1.4-locale-2021-08-23.patch |
21 |
Patch9: smeserver-qmHandle-1.4-Add-module-class-to-ep-file.patch |
Patch9: smeserver-qmHandle-1.4-Add-module-class-to-ep-file.patch |
22 |
Patch10: smeserver-qmHandle-1.4-bz12148-add-systemd-capability.patch |
Patch10: smeserver-qmHandle-1.4-bz12148-add-systemd-capability.patch |
23 |
|
Patch11: smeserver-qmHandle-1.4-bz12151-clean-up-formatting.patch |
24 |
|
Patch12: smeserver-qmHandle-1.4-bz12151-enhance-message-deletion.patch |
25 |
|
Patch13: smeserver-qmHandle-1.4-bz12160-sm2-changes-to-match-bz12151.patch |
26 |
|
Patch14: smeserver-qmHandle-1.4-bz12147-textarea-preview.patch |
27 |
|
Patch15: smeserver-qmHandle-1.4-bz12160-include-lexicons.patch |
28 |
|
Patch16: smeserver-qmHandle-1.4-locale-2022-11-11.patch |
29 |
|
Patch17: smeserver-qmHandle-1.4-Alter-menu-category-for-new-arrangement.patch |
30 |
|
|
31 |
Obsoletes: qmHandle |
Obsoletes: qmHandle |
32 |
Obsoletes: e-smith-qmail-view |
Obsoletes: e-smith-qmail-view |
46 |
(http://sourceforge.net/projects/qmhandle) |
(http://sourceforge.net/projects/qmhandle) |
47 |
|
|
48 |
%changelog |
%changelog |
49 |
|
* Fri Mar 01 2024 Brian Read <brianr@koozali.org> 1.4-25.sme |
50 |
|
- Edit Menu entry to conform to new arrangements [SME: 12493] |
51 |
|
|
52 |
|
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-24.sme |
53 |
|
- apply locale 2022-11-11 patch |
54 |
|
|
55 |
|
* Mon Sep 26 2022 Trevor Batley <trevor@batley.id.au> 1.4-23.sme |
56 |
|
- add in missing lexicons for bz12160 [SME: 12160] |
57 |
|
|
58 |
|
* Thu Sep 22 2022 bunkobugsy <vasarhelyizsolt@hotmail.com> 1.4-22.sme |
59 |
|
- fix to put email message in textare [SME: 12147] |
60 |
|
|
61 |
|
* Wed Sep 21 2022 Trevor Batley <trevor@batley.id.au> 1.4-21.sme |
62 |
|
- Mojo (sm2) patches to match bugs 12151 and 12147 [SME: 12160] |
63 |
|
|
64 |
|
* Thu Aug 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.4-20.sme |
65 |
|
- Enhance message deletion [SME: 12151] |
66 |
|
|
67 |
|
* Thu Aug 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.4-19.sme |
68 |
|
- Tidy formatting [SME: 12151] |
69 |
|
|
70 |
* Thu Aug 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.4-18.sme |
* Thu Aug 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.4-18.sme |
71 |
- Add systemd Capability to qmHandle [SME: 12148] |
- Add systemd Capability to qmHandle [SME: 12148] |
72 |
|
|
129 |
%patch8 -p1 |
%patch8 -p1 |
130 |
%patch9 -p1 |
%patch9 -p1 |
131 |
%patch10 -p1 |
%patch10 -p1 |
132 |
|
%patch11 -p1 |
133 |
|
%patch12 -p1 |
134 |
|
%patch13 -p1 |
135 |
|
%patch14 -p1 |
136 |
|
%patch15 -p1 |
137 |
|
%patch16 -p1 |
138 |
|
%patch17 -p1 |
139 |
|
|
140 |
mkdir -p root/etc/e-smith/events/smeserver-qmHandle-update |
mkdir -p root/etc/e-smith/events/smeserver-qmHandle-update |
141 |
|
|
161 |
%pre |
%pre |
162 |
|
|
163 |
%post -p /bin/sh |
%post -p /bin/sh |
164 |
|
|
165 |
#/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
#/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
166 |
|
|
167 |
|
if (systemctl list-unit-files |grep smanager) then |
168 |
|
echo "Smanager restart in spec file" |
169 |
|
/sbin/e-smith/signal-event smanager-refresh; |
170 |
|
fi |
171 |
|
|
172 |
|
|
173 |
%preun |
%preun |
174 |
|
|
175 |
%postun -p /bin/sh |
%postun -p /bin/sh |