Hello community, here is the log from the commit of package perl-Mail-DKIM for openSUSE:Factory checked in at Mon Feb 21 23:48:45 CET 2011.
-------- --- perl-Mail-DKIM/perl-Mail-DKIM.changes 2010-12-01 14:48:39.000000000 +0100 +++ perl-Mail-DKIM/perl-Mail-DKIM.changes 2011-02-21 21:18:12.000000000 +0100 @@ -1,0 +2,12 @@ +Mon Feb 21 20:07:53 UTC 2011 - [email protected] + +- removed author + +------------------------------------------------------------------- +Mon Feb 21 18:07:53 UTC 2011 - [email protected] + +- added scripts to {_bindir} + o dkimsign.pl + o dkimverify.pl + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Mail-DKIM.spec ++++++ --- /var/tmp/diff_new_pack.4vqr6C/_old 2011-02-21 23:47:52.000000000 +0100 +++ /var/tmp/diff_new_pack.4vqr6C/_new 2011-02-21 23:47:52.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package perl-Mail-DKIM (Version 0.39) +# spec file for package perl-Mail-DKIM # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -15,22 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild -%bcond_with test Name: perl-Mail-DKIM -%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) -Summary: Signs/verifies Internet mail with DKIM/DomainKey signatures Version: 0.39 -Release: 2 +Release: 9 License: GPLv2+ -Group: Productivity/Networking/Email/Utilities -Url: http://search.cpan.org/dist/Mail-DKIM +%define cpan_name Mail-DKIM +Summary: Signs/verifies Internet mail with DKIM/DomainKey signatures +Url: http://search.cpan.org/dist/Mail-DKIM/ +Group: Development/Libraries/Perl +#Source: http://www.cpan.org/authors/id/J/JA/JASLONG/Mail-DKIM-0.39.tar.gz Source: %{cpan_name}-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Simple) @@ -46,22 +44,24 @@ Requires: perl(Mail::Address) Requires: perl(MIME::Base64) Requires: perl(Net::DNS) +%{perl_requires} %description -Mail-DKIM is a Perl module that implements the new Domain Keys -Identified Mail (DKIM) standard, and the older Yahoo! DomainKeys -standard, both of which sign and verify emails using digital signatures -and DNS records. Mail-DKIM can be used by any Perl program that wants -to provide support for DKIM and/or DomainKeys. - - - -Authors: --------- - Jason Long, <[email protected]> +This module implements the various components of the DKIM and DomainKeys +message-signing and verifying standards for Internet mail. It currently +tries to implement these specifications: + +* RFC4871, for DKIM + +* RFC4870, for DomainKeys + +The module uses an object-oriented interface. You use one of two different +classes, depending on whether you are signing or verifying a message. To +sign, use the the Mail::DKIM::Signer manpage class. To verify, use the the +Mail::DKIM::Verifier manpage class. Simple, eh? %prep -%setup -n %{cpan_name}-%{version} +%setup -q -n %{cpan_name}-%{version} # disble policy.t, public_key.t in obs %if ! %{with test} %{__rm} t/policy.t @@ -69,7 +69,7 @@ %endif %build -%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" +%{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check @@ -77,18 +77,20 @@ %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist +for script in dkimsign.pl dkimverify.pl; do + %{__install} -D -m 0755 scripts/$script \ + %{buildroot}%{_bindir}/$script +done %clean %{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(-, root, root, 0755) -%doc ChangeLog Changes HACKING.DKIM MANIFEST META.yml README TODO +%defattr(644,root,root,755) +%doc ChangeLog Changes HACKING.DKIM README TODO scripts +%defattr(-,root,root) +%{_bindir}/* %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
