1 |
# $Id: e-smith-qmailanalog.spec,v 1.1 2016/02/05 21:42:31 stephdl Exp $ |
# $Id: e-smith-qmailanalog.spec,v 1.2 2016/05/12 21:13:46 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 2 |
%define release 3 |
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 |
|
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
24 |
|
- Use CreateLinks instead of local functions so panel links point on the |
25 |
|
wrapper [SME: 9393] |
26 |
|
|
27 |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
28 |
- Rebuild for [SME: 9393] |
- Rebuild for [SME: 9393] |
29 |
|
|
238 |
|
|
239 |
%prep |
%prep |
240 |
%setup |
%setup |
241 |
|
%patch0 -p1 |
242 |
|
|
243 |
%build |
%build |
244 |
perl createlinks |
perl createlinks |