1 |
%define name smeserver-qmHandle |
2 |
Name: %{name} |
3 |
%define version 1.4 |
4 |
%define release 12 |
5 |
Version: %{version} |
6 |
Release: %{release}%{?dist} |
7 |
BuildArch: noarch |
8 |
License: GPL |
9 |
Group: Networking/Info |
10 |
Summary: adds a panel for managing the Qmail queues using qmHandle |
11 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
12 |
Source: %{name}-%{version}.tgz |
13 |
Patch1: smeserver-qmHandle-1.4-patch1.patch |
14 |
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 |
Patch6: smeserver-qmHandle-1.4-locale-2019-12-07.patch |
19 |
|
20 |
Obsoletes: qmHandle |
21 |
Obsoletes: e-smith-qmail-view |
22 |
Obsoletes: e-smith-qmHandle |
23 |
Obsoletes: smeserver-saco-qmHandle |
24 |
Provides: smeserver-qmHandle |
25 |
Requires: e-smith-base |
26 |
Requires: e-smith-lib |
27 |
Requires: perl |
28 |
Requires: smeserver-release >= 8 |
29 |
BuildRequires: e-smith-devtools |
30 |
|
31 |
AutoReqProv: no |
32 |
|
33 |
%description |
34 |
A panel for managing the Qmail queues using qmHandle |
35 |
(http://sourceforge.net/projects/qmhandle) |
36 |
|
37 |
%changelog |
38 |
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.4-12.sme |
39 |
- apply locale 2019-12-07 patch |
40 |
|
41 |
* Fri Oct 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-11.sme |
42 |
- fix changelog [SME: 10449] |
43 |
|
44 |
* Mon Jul 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-9.sme |
45 |
- add panel support for altqmail [SME: 10380] |
46 |
- if altqmail config db key is present the menus are added to control altqmail |
47 |
|
48 |
* Mon Jul 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-7.sme |
49 |
- add command line support for alqmail and fix conflict with stopping qmail [SME: 10379] |
50 |
|
51 |
* Thu Mar 17 2016 JP Pialasse <tests@pialasse.com> 1.4-6.sme |
52 |
- fix XML error in german translation [SME: 9041] |
53 |
- patch fixed and pootle entries |
54 |
|
55 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.4-5.sme |
56 |
- apply locale 2016-03-09 patch |
57 |
|
58 |
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.4-4.sme |
59 |
- apply locale 2013-07-14 patch |
60 |
|
61 |
* Fri Aug 31 2012 JP Pialasse <tests@pialasse.com> 1.4-3.sme |
62 |
- fix path of sv |
63 |
|
64 |
* Thu Aug 30 2012 JP Pialasse <tests@pialasse.com> 1.4-2.sme |
65 |
- fix buildrequires and import in buildsys |
66 |
|
67 |
* Thu Aug 23 2012 JP Pialasse <tests@pialasse.com> 1.4-1.sme |
68 |
- Initial release |
69 |
|
70 |
%prep |
71 |
%setup |
72 |
%patch1 -p1 |
73 |
%patch2 -p1 |
74 |
%patch3 -p1 |
75 |
%patch4 -p1 |
76 |
%patch5 -p1 |
77 |
%patch6 -p1 |
78 |
|
79 |
%build |
80 |
perl createlinks |
81 |
|
82 |
%install |
83 |
rm -rf $RPM_BUILD_ROOT |
84 |
|
85 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
86 |
rm -f e-smith-%{version}-filelist |
87 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
88 |
|
89 |
%clean |
90 |
rm -rf $RPM_BUILD_ROOT |
91 |
|
92 |
%files -f %{name}-%{version}-filelist |
93 |
|
94 |
%defattr(-,root,root) |
95 |
%attr(4750 root admin) "/etc/e-smith/web/functions/qmh" |
96 |
%attr(0755 root root) "/usr/bin/qmHandle" |
97 |
|
98 |
%pre |
99 |
|
100 |
%post -p /bin/sh |
101 |
#/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
102 |
|
103 |
%preun |
104 |
|
105 |
%postun -p /bin/sh |
106 |
#/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
107 |
|