%define pkg_name Mail-DKIM %define pkg_version 0.28 %define rpm_pkg_version 0.28 %define rpm_pkg_release 1.n0i.4 Summary: Implements DomainKeys Identified Mail (DKIM) Name: perl-%{pkg_name} Version: %{rpm_pkg_version} Release: %{rpm_pkg_release}%{?cpan_version}%{?dist} Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/%{pkg_name}/ Source0: http://www.cpan.org/authors/id/J/JA/JASLONG/%{pkg_name}-%{pkg_version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: reb00t-rpmdevtools BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Crypt::OpenSSL::RSA) >= 0.22 BuildRequires: perl(Digest::SHA) BuildRequires: perl(Digest::SHA1) BuildRequires: perl(Error) BuildRequires: perl(MIME::Base64) BuildRequires: perl(Mail::Address) BuildRequires: perl(Net::DNS) BuildRequires: perl(Test::Simple) %description DomainKeys Identified Mail (DKIM) provides a method for validating an identity that is associated with a message, during the time it is transferred over the Internet. That identity then can be held accountable for the message. This Perl module is part of the dkimproxy program, located at http://jason.long.name/dkimproxy/, abstracted for use in other programs. %prep %setup -q -n %{pkg_name}-%{pkg_version} %{fix_mod} %{fix_perl_path scripts/} %build %{perl_build} %{!?_without_test:%{__make} test} %install %{__rm} -rf $RPM_BUILD_ROOT %{perl_install} %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{perl_files} %doc ChangeLog Changes HACKING.DKIM README scripts/ TODO %changelog * Sun Aug 12 2007 Marius Feraru - 0.28-1.n0i.4 - version 0.28 * Wed Aug 01 2007 Marius Feraru - 0.26-1.n0i.3 - version 0.26 * Tue May 22 2007 Marius Feraru - 0.25-1.n0i.2 - spec file (re)created using N0i::CPAN::RPMizer v1.14.7 - version 0.25 * Thu Feb 22 2007 Marius Feraru - 0.22-1.n0i.1 - spec file (re)created using N0i::CPAN::RPMizer v1.14.0 - rebuild on perl 5.8.8