%perl_module Mail-SPF-Query 1.999.1 8.1 Summary: Query Sender Policy Framework. License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/dist/%{pkgname}/ Source: http://search.cpan.org/CPAN/authors/id/F/FR/FREESIDE/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: perl(Net::CIDR::Lite) >= 0.15 BuildRequires: perl(Net::DNS) >= 0.46 BuildRequires: perl(Sys::Hostname::Long) >= 1 BuildRequires: perl(URI) >= 1 BuildArch: noarch Requires: perl(Sys::Hostname::Long) >= 1 %description The SPF protocol relies on sender domains to publish a DNS whitelist of their designated outbound mailers. Given an envelope sender, Mail::SPF::Query determines the legitimacy of an SMTP client IP. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make #perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall mv %{buildroot}%{_bindir}/spfd %{buildroot}%{_bindir}/spfd.perl-msq mv %{buildroot}%{_bindir}/spfquery %{buildroot}%{_bindir}/spfquery.perl-msq mv %{buildroot}%{perl_man1dir}/spfd.1 %{buildroot}%{perl_man1dir}/spfd.perl-msq.1 mv %{buildroot}%{perl_man1dir}/spfquery.1 %{buildroot}%{perl_man1dir}/spfquery.perl-msq.1 %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README* %{perl_vendorlib}/Mail/SPF/Query.pm %{perl_man3dir}/Mail::SPF::Query.3pm* %{perl_man1dir}/spfd*.1* %{perl_man1dir}/spfquery*.1* %{_bindir}/spfd.perl-msq %{_bindir}/spfquery.perl-msq %changelog * Fri May 25 2007 Axel Thimm - Update to 1.999.1. * Fri Sep 16 2005 Axel Thimm - Initial build.