2 |
%define name smeserver-wbl |
%define name smeserver-wbl |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 0.5.0 |
%define version 0.5.0 |
5 |
%define release 02 |
%define release 3 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
9 |
Group: SME Server/addon |
Group: SME Server/addon |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: %{name}-%{version}-bz10948_manager.patch |
Patch0: %{name}-%{version}-bz10948_manager.patch |
12 |
|
Patch1: smeserver-wbl-0.5.0-bz10948-bis.patch |
13 |
|
|
14 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
28 |
spamassassin /etc/mail/spammassassin/local.cf whitelist_from |
spamassassin /etc/mail/spammassassin/local.cf whitelist_from |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Mon Mar 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.5.0-3.sme |
32 |
|
- fix reference to spamd and panel link [SME: 10948] |
33 |
|
|
34 |
* Sat Nov 28 2020 Michel Begue <mab974@gmail.com> 0.5.0-02.sme |
* Sat Nov 28 2020 Michel Begue <mab974@gmail.com> 0.5.0-02.sme |
35 |
- Back to compatibility with e-smith-manager [SME: 10948] |
- Back to compatibility with e-smith-manager [SME: 10948] |
36 |
|
|
41 |
%prep |
%prep |
42 |
%setup |
%setup |
43 |
%patch0 -p1 |
%patch0 -p1 |
44 |
|
%patch1 -p1 |
45 |
|
|
46 |
%build |
%build |
47 |
perl createlinks |
perl createlinks |