1 |
# $Id: qpsmtpd-plugins.spec,v 1.2 2008/04/09 13:51:56 slords Exp $ |
# $Id: qpsmtpd-plugins.spec,v 1.1 2013/02/07 22:54:00 slords Exp $ |
2 |
|
|
3 |
Summary: qpsmtpd plugins from www.openfusion.com |
Summary: qpsmtpd plugins from www.openfusion.com |
4 |
%define name qpsmtpd-plugins |
%define name qpsmtpd-plugins |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 0.0.1 |
%define version 0.0.1 |
7 |
%define release 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: qpsmtpd |
License: qpsmtpd |
15 |
Patch0: check_goodrcptto_hypens.patch |
Patch0: check_goodrcptto_hypens.patch |
16 |
Patch1: check_goodrcptto_dos2unix.patch |
Patch1: check_goodrcptto_dos2unix.patch |
17 |
Patch2: check_goodrcptto_relaydenycomment.patch |
Patch2: check_goodrcptto_relaydenycomment.patch |
18 |
|
Patch3: qpsmtpd-address-in-bcc.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
Requires: perl |
Requires: perl |
21 |
Obsoletes: qpsmtpd-plugins-openfusion |
Obsoletes: qpsmtpd-plugins-openfusion |
31 |
http://www.openfusion.com.au/labs/qpsmtpd/ |
http://www.openfusion.com.au/labs/qpsmtpd/ |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Thu Aug 6 2015 Daniel Berteaud <daniel@firewall-services.com> 0.0.1-4 |
35 |
|
- Use Qpsmtpd::Address object instead of Mail::Address in bcc plugin |
36 |
|
so logging can rely on stringification [SME: 8990] |
37 |
|
|
38 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
39 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
40 |
|
|
76 |
%patch0 -p1 |
%patch0 -p1 |
77 |
%patch1 -p1 |
%patch1 -p1 |
78 |
%patch2 -p1 |
%patch2 -p1 |
79 |
|
%patch3 -p1 |
80 |
|
|
81 |
%build |
%build |
82 |
mkdir -p root/usr/share/qpsmtpd |
mkdir -p root/usr/share/qpsmtpd |