1 |
# $Id: e-smith-qmailanalog.spec,v 1.1 2013/02/13 15:43:45 slords Exp $ |
# $Id: e-smith-qmailanalog.spec,v 1.3 2016/05/12 22:09:12 vip-ire Exp $ |
2 |
|
|
3 |
Summary: e-smith module for analysing qmail logs |
Summary: e-smith module for analysing qmail logs |
4 |
%define name e-smith-qmailanalog |
%define name e-smith-qmailanalog |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 1 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-qmailanalog-2.6.0-use_createlinks.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: e-smith-base, qmailanalog >= 0.70-03, daemontools >= 0.70, tai64nunix |
Requires: e-smith-base, qmailanalog >= 0.70-03, daemontools >= 0.70, tai64nunix |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
|
* Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
24 |
|
- add update event [SME: 11153] |
25 |
|
|
26 |
|
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
27 |
|
- Use CreateLinks instead of local functions so panel links point on the |
28 |
|
wrapper [SME: 9393] |
29 |
|
|
30 |
|
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
31 |
|
- Rebuild for [SME: 9393] |
32 |
|
|
33 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
34 |
- Initial release to sme10 |
- Initial release to sme10 |
35 |
|
|
241 |
|
|
242 |
%prep |
%prep |
243 |
%setup |
%setup |
244 |
|
%patch0 -p1 |
245 |
|
mkdir -p root/etc/e-smith/events/%{name}-update |
246 |
|
|
247 |
%build |
%build |
248 |
perl createlinks |
perl createlinks |