update perl-Digest-MD4.spec.
This commit is contained in:
parent
460229b5c5
commit
6bee58f5ff
@ -3,7 +3,7 @@ Name: perl-Digest-MD4
|
|||||||
Version: 1.9
|
Version: 1.9
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Perl interface to the MD4 Algorithm
|
Summary: Perl interface to the MD4 Algorithm
|
||||||
License: CHECK(Distributable)
|
License: perl License
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Digest-MD4/
|
URL: http://search.cpan.org/dist/Digest-MD4/
|
||||||
Source0: http://www.cpan.org/authors/id/M/MI/MIKEM/DigestMD4/Digest-MD4-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/M/MI/MIKEM/DigestMD4/Digest-MD4-%{version}.tar.gz
|
||||||
@ -12,21 +12,26 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
Requires: perl(File::Spec)
|
Requires: perl(File::Spec)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4
|
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
|
Message Digest algorithm from within Perl programs. The algorithm takes as
|
||||||
input a message of arbitrary length and produces as output a 128-bit
|
input a message of arbitrary length and produces as output a 128-bit
|
||||||
"fingerprint" or "message digest" of the input.
|
"fingerprint" or "message digest" of the input.
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary : Perl interface to the MD4 Algorithm
|
Summary : Perl interface to the MD4 Algorithm
|
||||||
Provides: perl-Digest-MD4-doc
|
Provides: perl-Digest-MD4-doc
|
||||||
|
|
||||||
%description help
|
%description help
|
||||||
The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4
|
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
|
Message Digest algorithm from within Perl programs. The algorithm takes as
|
||||||
input a message of arbitrary length and produces as output a 128-bit
|
input a message of arbitrary length and produces as output a 128-bit
|
||||||
"fingerprint" or "message digest" of the input.
|
"fingerprint" or "message digest" of the input.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Digest-MD4-%{version}
|
%setup -q -n Digest-MD4-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PERL_MM_OPT=""
|
export PERL_MM_OPT=""
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user