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 14 |
%define release 22 |
5 |
Version: %{version} |
Version: %{version} |
6 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
7 |
BuildArch: noarch |
BuildArch: noarch |
16 |
Patch4: smeserver-qmHandle-1.4-bz10379.alqmail.patch |
Patch4: smeserver-qmHandle-1.4-bz10379.alqmail.patch |
17 |
Patch5: smeserver-qmHandle-1.4-bz10380.alqmail.patch |
Patch5: smeserver-qmHandle-1.4-bz10380.alqmail.patch |
18 |
Patch6: smeserver-qmHandle-1.4-locale-2019-12-07.patch |
Patch6: smeserver-qmHandle-1.4-locale-2019-12-07.patch |
19 |
|
Patch7: smeserver-qmHandle-1.4-manager2.patch |
20 |
|
Patch8: smeserver-qmHandle-1.4-locale-2021-08-23.patch |
21 |
|
Patch9: smeserver-qmHandle-1.4-Add-module-class-to-ep-file.patch |
22 |
|
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 |
|
|
28 |
Obsoletes: qmHandle |
Obsoletes: qmHandle |
29 |
Obsoletes: e-smith-qmail-view |
Obsoletes: e-smith-qmail-view |
33 |
Requires: e-smith-base |
Requires: e-smith-base |
34 |
Requires: e-smith-lib |
Requires: e-smith-lib |
35 |
Requires: perl |
Requires: perl |
36 |
Requires: smeserver-release >= 8 |
Requires: smeserver-release >= 10 |
37 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
38 |
|
|
39 |
AutoReqProv: no |
AutoReqProv: no |
43 |
(http://sourceforge.net/projects/qmhandle) |
(http://sourceforge.net/projects/qmhandle) |
44 |
|
|
45 |
%changelog |
%changelog |
46 |
|
* Thu Sep 22 2022 bunkobugsy <vasarhelyizsolt@hotmail.com> 1.4-22.sme |
47 |
|
- fix to put email message in textare [SME: 12147] |
48 |
|
|
49 |
|
* Wed Sep 21 2022 Trevor Batley <trevor@batley.id.au> 1.4-21.sme |
50 |
|
- Mojo (sm2) patches to match bugs 12151 and 12147 [SME: 12160] |
51 |
|
|
52 |
|
* Thu Aug 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.4-20.sme |
53 |
|
- Enhance message deletion [SME: 12151] |
54 |
|
|
55 |
|
* Thu Aug 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.4-19.sme |
56 |
|
- Tidy formatting [SME: 12151] |
57 |
|
|
58 |
|
* Thu Aug 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.4-18.sme |
59 |
|
- Add systemd Capability to qmHandle [SME: 12148] |
60 |
|
|
61 |
|
* Fri Jan 07 2022 Brian Read <brianr@bjsystems.co.uk> 1.4-17.sme |
62 |
|
- Add-module-class-to-ep-file [SME: 11832] |
63 |
|
|
64 |
|
* Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 1.4-16.sme |
65 |
|
- apply locale 2021-08-23 patch |
66 |
|
|
67 |
|
* Sat May 29 2021 Michel Begue <mab974@gmail.com> 1.4-15.sme |
68 |
|
- first use with smeserver-manager [SME: 11600] |
69 |
|
|
70 |
* Tue Feb 23 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-14.sme |
* Tue Feb 23 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-14.sme |
71 |
- add update event [SME: 11035] |
- add update event [SME: 11035] |
72 |
|
|
113 |
%patch4 -p1 |
%patch4 -p1 |
114 |
%patch5 -p1 |
%patch5 -p1 |
115 |
%patch6 -p1 |
%patch6 -p1 |
116 |
|
%patch7 -p1 |
117 |
|
%patch8 -p1 |
118 |
|
%patch9 -p1 |
119 |
|
%patch10 -p1 |
120 |
|
%patch11 -p1 |
121 |
|
%patch12 -p1 |
122 |
|
%patch13 -p1 |
123 |
|
%patch14 -p1 |
124 |
|
|
125 |
mkdir -p root/etc/e-smith/events/smeserver-qmHandle-update |
mkdir -p root/etc/e-smith/events/smeserver-qmHandle-update |
126 |
|
|
127 |
%build |
%build |
152 |
|
|
153 |
%postun -p /bin/sh |
%postun -p /bin/sh |
154 |
#/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
#/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
|
|
|