# # spec file for package perl-Mail-SPF-Query # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: perl-Mail-SPF-Query BuildRequires: perl-Net-CIDR-Lite perl-Net-DNS perl-Sys-Hostname-Long perl-URI BuildRequires: perl-macros Version: 1.999.1 Release: 29.19 Requires: perl-URI perl-Net-CIDR-Lite perl-Net-DNS perl-Net-IP perl-Sys-Hostname-Long AutoReqProv: on Group: Development/Libraries/Perl License: Artistic License Url: http://cpan.org/modules/by-module/Class/ Summary: perl module for verifying SPF records Source: Mail-SPF-Query-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} %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. SEE ALSO http://spf.pobox.com/ Authors: -------- Meng Weng Wong %prep %setup -n Mail-SPF-Query-%{version} %build perl Makefile.PL make %install rm -rf $RPM_BUILD_ROOT %perl_make_install %perl_process_packlist %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc CHANGES %doc %{_mandir}/man?/* /usr/bin/spfd /usr/bin/spfquery %{perl_vendorlib}/Mail %{perl_vendorarch}/auto/Mail %changelog * Wed Dec 1 2010 coolo@novell.com - switch to perl_requires macro * Mon Nov 29 2010 coolo@novell.com - remove /var/adm/perl-modules * Mon Nov 29 2010 coolo@novell.com - called spec2changelog * Mon Jul 10 2006 dmueller@suse.de - update to 1.999.1 (#190194): Lots of small changes, read details here: /usr/share/doc/packages/perl-Mail-SPF-Query/CHANGES * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Mon Sep 19 2005 dmueller@suse.de - initial package 1.997