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 4 |
%define release 8 |
5 |
Version: %{version} |
Version: %{version} |
6 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
7 |
BuildArch: noarch |
BuildArch: noarch |
12 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
13 |
Patch1: smeserver-qmHandle-1.4-patch1.patch |
Patch1: smeserver-qmHandle-1.4-patch1.patch |
14 |
Patch2: smeserver-qmHandle-1.4-locale-2013-07-14.patch |
Patch2: smeserver-qmHandle-1.4-locale-2013-07-14.patch |
15 |
|
Patch3: smeserver-qmHandle-1.4-locale-2016-03-09.patch |
16 |
|
Patch4: smeserver-qmHandle-1.4-bz10379.alqmail.patch |
17 |
|
Patch5: smeserver-qmHandle-1.4-bz10380.alqmail.patch |
18 |
|
|
19 |
Obsoletes: qmHandle |
Obsoletes: qmHandle |
20 |
Obsoletes: e-smith-qmail-view |
Obsoletes: e-smith-qmail-view |
34 |
(http://sourceforge.net/projects/qmhandle) |
(http://sourceforge.net/projects/qmhandle) |
35 |
|
|
36 |
%changelog |
%changelog |
37 |
|
* Mon Jul 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-8.sme |
38 |
|
- add panel support for altqmail [SME: 10380] |
39 |
|
- if altqmail config db key is present the menus are added to control altqmail |
40 |
|
|
41 |
|
* Mon Jul 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-7.sme |
42 |
|
- add command line support for alqmail and fix conflict with stopping qmail [SME: 10379] |
43 |
|
|
44 |
|
* Thu Mar 17 2016 JP Pialasse <tests@pialasse.com> 1.4-6.sme |
45 |
|
- fix XML error in german translation [SME: 9041] |
46 |
|
- patch fixed and pootle entries |
47 |
|
|
48 |
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.4-5.sme |
49 |
|
- apply locale 2016-03-09 patch |
50 |
|
|
51 |
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.4-4.sme |
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.4-4.sme |
52 |
- apply locale 2013-07-14 patch |
- apply locale 2013-07-14 patch |
53 |
|
|
58 |
- fix buildrequires and import in buildsys |
- fix buildrequires and import in buildsys |
59 |
|
|
60 |
%changelog |
%changelog |
61 |
|
* Mon Jul 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-8.sme |
62 |
|
- fix [SME: ] |
63 |
|
|
64 |
|
* Mon Jul 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-7.sme |
65 |
|
- fix [SME: ] |
66 |
|
|
67 |
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.4-5.sme |
68 |
|
- apply locale 2016-03-09 patch |
69 |
|
|
70 |
* Thu Aug 23 2012 JP Pialasse <tests@pialasse.com> 1.4-1.sme |
* Thu Aug 23 2012 JP Pialasse <tests@pialasse.com> 1.4-1.sme |
71 |
- Initial release |
- Initial release |
72 |
|
|
74 |
%setup |
%setup |
75 |
%patch1 -p1 |
%patch1 -p1 |
76 |
%patch2 -p1 |
%patch2 -p1 |
77 |
|
%patch3 -p1 |
78 |
|
%patch4 -p1 |
79 |
|
%patch5 -p1 |
80 |
|
|
81 |
%build |
%build |
82 |
perl createlinks |
perl createlinks |
100 |
%pre |
%pre |
101 |
|
|
102 |
%post -p /bin/sh |
%post -p /bin/sh |
103 |
/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
#/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
104 |
|
|
105 |
%preun |
%preun |
106 |
|
|
107 |
%postun -p /bin/sh |
%postun -p /bin/sh |
108 |
/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
#/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
109 |
|
|