Hello community, here is the log from the commit of package perl-Digest-MD4 for openSUSE:Factory checked in at 2011-11-18 15:46:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Digest-MD4 (Old) and /work/SRC/openSUSE:Factory/.perl-Digest-MD4.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Digest-MD4", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Digest-MD4/perl-Digest-MD4.changes 2011-09-23 12:36:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Digest-MD4.new/perl-Digest-MD4.changes 2011-11-18 15:47:23.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Nov 18 09:07:17 UTC 2011 - [email protected] + +- regenerate with cpanspec 1.78.05 + +------------------------------------------------------------------- Old: ---- Digest-MD4-1.5.tar.bz2 New: ---- Digest-MD4-1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Digest-MD4.spec ++++++ --- /var/tmp/diff_new_pack.LvUCeC/_old 2011-11-18 15:47:24.000000000 +0100 +++ /var/tmp/diff_new_pack.LvUCeC/_new 2011-11-18 15:47:24.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package perl-Digest-MD4 (Version 1.5) +# spec file for package perl-Digest-MD4 # -# 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,53 +15,51 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-Digest-MD4 Version: 1.5 -Release: 143 -AutoReqProv: on +Release: 1 +License: GPL+ or Artistic +%define cpan_name Digest-MD4 +Summary: Perl interface to the MD4 Algorithm +Url: http://search.cpan.org/dist/Digest-MD4/ Group: Development/Libraries/Perl -License: Artistic -Url: http://cpan.org/modules/by-module/Digest/ -Summary: RSA MD4 Message Digest Algorithm (Perl Module) -Source: http://www.cpan.org/authors/id/M/MI/MIKEM/Digest-MD4-%{version}.tar.bz2 +Source: http://www.cpan.org/authors/id/M/MI/MIKEM/DigestMD4/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros +#BuildRequires: perl(Digest::MD4) +#BuildRequires: perl(Digest::Perl::MD4) +%{perl_requires} %description -Perl interface to the RSA Data Security Inc. MD4 Message-Digest -Algorithm. - - - -Authors: --------- - Mike McCauley <[email protected]> +The 'Digest::MD4' module allows you to use the RSA Data Security Inc. MD4 +Message Digest algorithm from within Perl programs. The algorithm takes as +input a message of arbitrary length and produces as output a 128-bit +"fingerprint" or "message digest" of the input. + +The 'Digest::MD4' module provide a procedural interface for simple use, as +well as an object oriented interface that can handle messages of arbitrary +length and which can read files directly. %prep -%setup -q -n Digest-MD4-%{version} +%setup -q -n %{cpan_name}-%{version} %build -perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -make %{?_smp_mflags} -make test +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__make} %{?_smp_mflags} + +%check +%{__make} test %install %perl_make_install %perl_process_packlist +%perl_gen_filelist -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc Changes README -%doc %{_mandir}/man?/* -%{perl_vendorarch}/auto/Digest -%{perl_vendorarch}/Digest +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes README rfc1320.txt %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
