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 6 |
%define release 9 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
13 |
Patch2: smeserver-wbl-0.5.0-locale-2021-08-25.patch |
Patch2: smeserver-wbl-0.5.0-locale-2021-08-25.patch |
14 |
Patch3: smeserver-wbl-0.5.0-update-bz11687.patch |
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 |
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 |
|
Patch6: smeserver-wbl-0.5.0-locale-2024-02-25.patch |
18 |
|
Patch7: smeserver-wbl-0.5.0-bz12490.patch |
19 |
|
Patch8: smeserver-wbl-0.5.0-Alter-menu-category-for-new-arrangement.patch |
20 |
|
|
21 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
35 |
spamassassin /etc/mail/spammassassin/local.cf whitelist_from |
spamassassin /etc/mail/spammassassin/local.cf whitelist_from |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Fri Mar 01 2024 Brian Read <brianr@koozali.org> 0.5.0-9.sme |
39 |
|
- Edit Menu entry to conform to new arrangements [SME: 12493] |
40 |
|
|
41 |
|
* Sun Feb 25 2024 Jean-Philippe Pialasse <tests@pialasse.com> 0.5.0-8.sme |
42 |
|
- reload qpsmtpd config on panel update [SME: 12490] |
43 |
|
- apply smeserver-wbl-0.5.0-locale-2024-02-25 |
44 |
|
|
45 |
|
* Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.5.0-7.sme |
46 |
|
- fix multiple rpm owned files [SME: 11678] |
47 |
|
- fix long update time [SME: 11955] |
48 |
|
|
49 |
* Wed Jan 05 2022 Brian Read <brianr@bjsystems.co.uk> 0.5.0-6.sme |
* Wed Jan 05 2022 Brian Read <brianr@bjsystems.co.uk> 0.5.0-6.sme |
50 |
- Add in class def in overall div in ep file [SME: 11828] |
- Add in class def in overall div in ep file [SME: 11828] |
51 |
|
|
72 |
%patch2 -p1 |
%patch2 -p1 |
73 |
%patch3 -p1 |
%patch3 -p1 |
74 |
%patch4 -p1 |
%patch4 -p1 |
75 |
|
%patch5 -p1 |
76 |
|
%patch6 -p1 |
77 |
|
%patch7 -p1 |
78 |
|
%patch8 -p1 |
79 |
|
|
80 |
%build |
%build |
81 |
perl createlinks |
perl createlinks |
86 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
87 |
echo "%doc " >> %{name}-%{version}-filelist |
echo "%doc " >> %{name}-%{version}-filelist |
88 |
|
|
89 |
|
%post |
90 |
|
if (systemctl list-unit-files |grep smanager) then |
91 |
|
echo "Smanager restart in spec file" |
92 |
|
/sbin/e-smith/signal-event smanager-refresh; |
93 |
|
fi |
94 |
|
|
95 |
%clean |
%clean |
96 |
cd .. |
cd .. |
97 |
rm -rf %{name}-%{version} |
rm -rf %{name}-%{version} |