2007-07-12 18:13:44 +00:00
|
|
|
Name: perl-Mail-SPF
|
2010-12-06 03:15:11 +00:00
|
|
|
Version: 2.007
|
2011-07-19 20:37:58 +00:00
|
|
|
Release: 3%{?dist}
|
2007-07-12 18:13:44 +00:00
|
|
|
Summary: Object-oriented implementation of Sender Policy Framework
|
|
|
|
License: BSD
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/Mail-SPF/
|
|
|
|
Source0: http://www.cpan.org/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl(Error)
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
BuildRequires: perl(NetAddr::IP) >= 4
|
|
|
|
BuildRequires: perl(Net::DNS) >= 0.58
|
|
|
|
BuildRequires: perl(Net::DNS::Resolver::Programmable)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
BuildRequires: perl(URI) >= 1.13
|
|
|
|
BuildRequires: perl(version)
|
|
|
|
Requires: perl(Net::DNS) >= 0.58
|
|
|
|
Requires: perl(URI) >= 1.13
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
%description
|
|
|
|
Mail::SPF is an object-oriented implementation of Sender Policy Framework
|
|
|
|
(SPF). See http://www.openspf.org for more information about SPF.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Mail-SPF-v%{version}
|
|
|
|
|
|
|
|
chmod -x bin/* sbin/*
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Build.PL installdirs=vendor
|
|
|
|
./Build
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
|
|
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
# Don't include the spfd and spfquery scripts in _bindir.
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/spfquery $RPM_BUILD_ROOT%{_sbindir}/spfd
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_mandir}/man1
|
|
|
|
|
|
|
|
%check
|
|
|
|
./Build test
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc CHANGES LICENSE README TODO bin/ sbin/
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%changelog
|
2011-07-19 20:37:58 +00:00
|
|
|
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 2.007-3
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-02-09 02:51:19 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.007-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-06 03:15:11 +00:00
|
|
|
* Sun Dec 5 2010 Nick Bebout <nb@fedoraproject.org> - 2.007-1
|
|
|
|
- Update to 2.007
|
|
|
|
|
2010-05-03 02:43:30 +00:00
|
|
|
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.006-5
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2009-12-07 04:29:53 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 2.006-4
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-07-26 09:08:45 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.006-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-26 21:26:36 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.006-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-15 19:38:23 +00:00
|
|
|
* Fri Dec 12 2008 Steven Pritchard <steve@kspei.com> 2.006-1
|
|
|
|
- Update to 2.006.
|
|
|
|
|
2008-03-07 02:09:31 +00:00
|
|
|
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.005-2
|
2008-12-15 19:38:23 +00:00
|
|
|
- Rebuild for new perl
|
2008-03-07 02:09:31 +00:00
|
|
|
|
2007-07-12 18:13:44 +00:00
|
|
|
* Mon Jul 09 2007 Steven Pritchard <steve@kspei.com> 2.005-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.71.
|
|
|
|
- Add the "v" before version numbers to handle broken upstream packaging.
|
|
|
|
- Remove redundant perl build dependency.
|
|
|
|
- Drop bogus version number from Net::DNS::Resolver::Programmable dependency.
|
|
|
|
- Drop redundant explicit dependencies.
|
|
|
|
- BR Test::More and Test::Pod.
|
|
|
|
- Include the spfd and spfquery scripts as %%doc
|