rpms/perl-Mail-DKIM/F-9 perl-Mail-DKIM.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kyle VanderBeek (kylev) fedora-extras-commits at redhat.com
Mon Jun 23 18:03:42 UTC 2008


Author: kylev

Update of /cvs/pkgs/rpms/perl-Mail-DKIM/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14157/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Mail-DKIM.spec 
Log Message:
DKIM module for F-[89]



--- NEW FILE perl-Mail-DKIM.spec ---
Name:           perl-Mail-DKIM
Version:        0.32
Release:        2%{?dist}
Summary:        Sign and verify Internet mail with DKIM/DomainKey signatures

Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://dkimproxy.sourceforge.net/
Source0:        http://search.cpan.org/CPAN/authors/id/J/JA/JASLONG/Mail-DKIM-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::Simple) perl(Net::DNS) perl(Mail::Address)
BuildRequires:  perl(Crypt::OpenSSL::RSA) perl(Digest::SHA)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module implements the various components of the DKIM and DomainKeys
message-signing and verifying standards for Internet mail. It currently
tries to implement RFC4871 (for DKIM) and RFC4870 (DomainKeys).

It is required if you wish to enable DKIM checking in SpamAssassin via the
Mail::SpamAssassin::Plugin::DKIM plugin.

%prep
%setup -q -n Mail-DKIM-%{version}
# Make the example scripts non-executable
%{__chmod} -x scripts/*.pl

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog Changes HACKING.DKIM README TODO scripts/*.pl
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Wed Jun 18 2008 Kyle VanderBeek <kylev at kylev.com> - 0.32-2
- Make example scripts non-executable to avoid dep detection bloat.

* Tue Jun 17 2008 Kyle VanderBeek <kylev at kylev.com> - 0.32-1
- Initial version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mail-DKIM/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jun 2008 00:47:50 -0000	1.1
+++ .cvsignore	23 Jun 2008 18:03:00 -0000	1.2
@@ -0,0 +1 @@
+Mail-DKIM-0.32.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mail-DKIM/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jun 2008 00:47:50 -0000	1.1
+++ sources	23 Jun 2008 18:03:00 -0000	1.2
@@ -0,0 +1 @@
+05592f264e0fbc758b93a4aa37bd7fd5  Mail-DKIM-0.32.tar.gz




More information about the fedora-extras-commits mailing list