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 12 |
%define release 18 |
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 |
|
|
24 |
Obsoletes: qmHandle |
Obsoletes: qmHandle |
25 |
Obsoletes: e-smith-qmail-view |
Obsoletes: e-smith-qmail-view |
29 |
Requires: e-smith-base |
Requires: e-smith-base |
30 |
Requires: e-smith-lib |
Requires: e-smith-lib |
31 |
Requires: perl |
Requires: perl |
32 |
Requires: smeserver-release >= 8 |
Requires: smeserver-release >= 10 |
33 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
34 |
|
|
35 |
AutoReqProv: no |
AutoReqProv: no |
39 |
(http://sourceforge.net/projects/qmhandle) |
(http://sourceforge.net/projects/qmhandle) |
40 |
|
|
41 |
%changelog |
%changelog |
42 |
|
* Thu Aug 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.4-18.sme |
43 |
|
- Add systemd Capability to qmHandle [SME: 12148] |
44 |
|
|
45 |
|
* Fri Jan 07 2022 Brian Read <brianr@bjsystems.co.uk> 1.4-17.sme |
46 |
|
- Add-module-class-to-ep-file [SME: 11832] |
47 |
|
|
48 |
|
* Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 1.4-16.sme |
49 |
|
- apply locale 2021-08-23 patch |
50 |
|
|
51 |
|
* Sat May 29 2021 Michel Begue <mab974@gmail.com> 1.4-15.sme |
52 |
|
- first use with smeserver-manager [SME: 11600] |
53 |
|
|
54 |
|
* Tue Feb 23 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-14.sme |
55 |
|
- add update event [SME: 11035] |
56 |
|
|
57 |
|
* Tue Oct 13 2020 Brian Read <brianr@bjsystems.co.uk> 1.4-13.sme |
58 |
|
- Initial import to SME10 tree [SME: 11035] |
59 |
|
|
60 |
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.4-12.sme |
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.4-12.sme |
61 |
- apply locale 2019-12-07 patch |
- apply locale 2019-12-07 patch |
62 |
|
|
97 |
%patch4 -p1 |
%patch4 -p1 |
98 |
%patch5 -p1 |
%patch5 -p1 |
99 |
%patch6 -p1 |
%patch6 -p1 |
100 |
|
%patch7 -p1 |
101 |
|
%patch8 -p1 |
102 |
|
%patch9 -p1 |
103 |
|
%patch10 -p1 |
104 |
|
|
105 |
|
mkdir -p root/etc/e-smith/events/smeserver-qmHandle-update |
106 |
|
|
107 |
%build |
%build |
108 |
perl createlinks |
perl createlinks |
132 |
|
|
133 |
%postun -p /bin/sh |
%postun -p /bin/sh |
134 |
#/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
#/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
|
|
|