1 |
Name: perl-Mail-DMARC |
Name: perl-Mail-DMARC |
2 |
Version: 1.20141206 |
Version: 1.20141206 |
3 |
Release: 1%{?dist} |
Release: 2%{?dist} |
4 |
Summary: Perl implementation of DMARC |
Summary: Perl implementation of DMARC |
5 |
License: GPL+ or Artistic |
License: GPL+ or Artistic |
6 |
Group: Development/Libraries |
Group: Development/Libraries |
9 |
Patch0: Mail-DMARC-1.20141206-build_fix.patch |
Patch0: Mail-DMARC-1.20141206-build_fix.patch |
10 |
Patch1: Mail-DMARC-1.20141206-use_email_mime_creator.patch |
Patch1: Mail-DMARC-1.20141206-use_email_mime_creator.patch |
11 |
Patch2: Mail-DMARC-1.20141206-dont_set_date_manually.patch |
Patch2: Mail-DMARC-1.20141206-dont_set_date_manually.patch |
12 |
|
Patch3: Mail-DMARC-1.20141206-handle_undef_domains.patch |
13 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
14 |
BuildArch: noarch |
BuildArch: noarch |
15 |
BuildRequires: perl >= 0:5.008 |
BuildRequires: perl >= 0:5.008 |
89 |
%patch0 -p1 |
%patch0 -p1 |
90 |
%patch1 -p1 |
%patch1 -p1 |
91 |
%patch2 -p1 |
%patch2 -p1 |
92 |
|
%patch3 -p1 |
93 |
|
|
94 |
%build |
%build |
95 |
%{__perl} Build.PL installdirs=vendor |
%{__perl} Build.PL installdirs=vendor |
125 |
%{_bindir}/dmarc_* |
%{_bindir}/dmarc_* |
126 |
|
|
127 |
%changelog |
%changelog |
128 |
|
* Sat May 20 2017 Daniel Berteaud <daniel@firewall-services.com> 1.20141206-2 |
129 |
|
- Handle undef domains (like bounces) [SME: 10321] |
130 |
|
|
131 |
* Thu May 5 2016 Daniel Berteaud <daniel@firewall-services.com> 1.20141206-1 |
* Thu May 5 2016 Daniel Berteaud <daniel@firewall-services.com> 1.20141206-1 |
132 |
- First build using cpanspec |
- First build using cpanspec |
133 |
- Patch to support building with older Module::Build |
- Patch to support building with older Module::Build |