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 3 |
%define release 7 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
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 |
Patch1: smeserver-wbl-0.5.0-bz10948-bis.patch |
13 |
|
Patch2: smeserver-wbl-0.5.0-locale-2021-08-25.patch |
14 |
|
Patch3: smeserver-wbl-0.5.0-update-bz11687.patch |
15 |
|
Patch4: smeserver-wbl-0.5.0-Add-in-class-for-overall-dic-in-ep-file.patch |
16 |
|
Patch5: smeserver-wbl-0.5.0-bz11678-bz11955.patch |
17 |
|
|
18 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
32 |
spamassassin /etc/mail/spammassassin/local.cf whitelist_from |
spamassassin /etc/mail/spammassassin/local.cf whitelist_from |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.5.0-7.sme |
36 |
|
- fix multiple rpm owned files [SME: 11678] |
37 |
|
- fix long update time [SME: 11955] |
38 |
|
|
39 |
|
* Wed Jan 05 2022 Brian Read <brianr@bjsystems.co.uk> 0.5.0-6.sme |
40 |
|
- Add in class def in overall div in ep file [SME: 11828] |
41 |
|
|
42 |
|
* Wed Sep 08 2021 Terry Fage <tfage@yahoo.com.au> 0.5.0-5.sme |
43 |
|
- fix reference update in server manager [SME: 11687] |
44 |
|
|
45 |
|
* Wed Aug 25 2021 Terry Fage <tfage@yahoo.com.au> 0.5.0-4.sme |
46 |
|
- apply locale 2021-08-25 patch |
47 |
|
|
48 |
* Mon Mar 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.5.0-3.sme |
* Mon Mar 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.5.0-3.sme |
49 |
- fix reference to spamd and panel link [SME: 10948] |
- fix reference to spamd and panel link [SME: 10948] |
50 |
|
|
59 |
%setup |
%setup |
60 |
%patch0 -p1 |
%patch0 -p1 |
61 |
%patch1 -p1 |
%patch1 -p1 |
62 |
|
%patch2 -p1 |
63 |
|
%patch3 -p1 |
64 |
|
%patch4 -p1 |
65 |
|
%patch5 -p1 |
66 |
|
|
67 |
%build |
%build |
68 |
perl createlinks |
perl createlinks |
79 |
|
|
80 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
81 |
%defattr(-,root,root) |
%defattr(-,root,root) |
|
|
|