/[smecontribs]/rpms/smeserver-wbl/contribs10/smeserver-wbl.spec
ViewVC logotype

Annotation of /rpms/smeserver-wbl/contribs10/smeserver-wbl.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (hide annotations) (download)
Wed Sep 8 10:55:47 2021 UTC (2 years, 8 months ago) by terryfage
Branch: MAIN
CVS Tags: smeserver-wbl-0_5_0-5_el7_sme
Changes since 1.4: +6 -2 lines
* Wed Sep 08 2021 Terry Fage <tfage@yahoo.com.au> 0.5.0-5.sme
- fix reference update in server manager [SME: 11687]

1 michel 1.1 Summary: E-mail white/black lists for SME Server
2     %define name smeserver-wbl
3     Name: %{name}
4     %define version 0.5.0
5 terryfage 1.5 %define release 5
6 michel 1.1 Version: %{version}
7     Release: %{release}%{?dist}
8     License: GPL
9     Group: SME Server/addon
10     Source: %{name}-%{version}.tar.gz
11 michel 1.2 Patch0: %{name}-%{version}-bz10948_manager.patch
12 jpp 1.3 Patch1: smeserver-wbl-0.5.0-bz10948-bis.patch
13 terryfage 1.4 Patch2: smeserver-wbl-0.5.0-locale-2021-08-25.patch
14 terryfage 1.5 Patch3: smeserver-wbl-0.5.0-update-bz11687.patch
15 jpp 1.3
16 michel 1.1 BuildRoot: /var/tmp/%{name}-%{version}
17     BuildArchitectures: noarch
18     BuildRequires: e-smith-devtools
19 michel 1.2 #Requires: smeserver-manager => 0.1.0-23
20 michel 1.1 Requires: smeserver-release => 10.0
21     Requires: qpsmtpd >= 0.96-19
22     AutoReqProv: no
23     #Patch0: smeserver-wbl-0.5.0-init.patch
24    
25     %description
26     %name is an addon for SME Server that provides the following WBLs:
27     qpsmtpd check_badmailfrom /var/qmail/control/badmailfrom
28     qpsmtpd check_spamhelo /var/service/qpsmtpd/config/badhelo
29     qpsmtpd whitelist_soft /var/service/qpsmtpd/config/whitelisthosts whitelisthelo whitelistsenders
30     spamassassin /etc/mail/spammassassin/local.cf whitelist_from
31    
32     %changelog
33 terryfage 1.5 * Wed Sep 08 2021 Terry Fage <tfage@yahoo.com.au> 0.5.0-5.sme
34     - fix reference update in server manager [SME: 11687]
35    
36 terryfage 1.4 * Wed Aug 25 2021 Terry Fage <tfage@yahoo.com.au> 0.5.0-4.sme
37     - apply locale 2021-08-25 patch
38    
39 jpp 1.3 * Mon Mar 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.5.0-3.sme
40     - fix reference to spamd and panel link [SME: 10948]
41    
42 michel 1.2 * Sat Nov 28 2020 Michel Begue <mab974@gmail.com> 0.5.0-02.sme
43     - Back to compatibility with e-smith-manager [SME: 10948]
44    
45 michel 1.1 * Mon Jun 08 2020 Michel Begue <mab974@gmail.com> 0.5.0-01.sme
46     - initial release for smeserver-manager (sme10)
47     - [0.3.0-19.sme9]
48    
49     %prep
50     %setup
51 michel 1.2 %patch0 -p1
52 jpp 1.3 %patch1 -p1
53 terryfage 1.4 %patch2 -p1
54 terryfage 1.5 %patch3 -p1
55 michel 1.1
56     %build
57     perl createlinks
58    
59     %install
60     rm -rf $RPM_BUILD_ROOT
61     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
62     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
63     echo "%doc " >> %{name}-%{version}-filelist
64    
65     %clean
66     cd ..
67     rm -rf %{name}-%{version}
68    
69     %files -f %{name}-%{version}-filelist
70     %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed