forked from pool/perl-Digest-MD4
Compare commits
10 Commits
7ef59f8f09
...
leap-16.0
Author | SHA256 | Date | |
---|---|---|---|
|
4ee253133d | ||
|
40e2e0b58c | ||
|
72455c3636 | ||
|
22b6927ed1 | ||
|
d36f56b785 | ||
|
96788fb15e | ||
|
1063a7afda | ||
|
7853e89829 | ||
|
c7f2d07701 | ||
|
d84a808060 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18fb5258ad837da9d13659ad52de3db8a6f7cb52caca4dad0facd8092e97b7ce
|
||||
size 27610
|
3
Digest-MD4-1.9.tar.gz
Normal file
3
Digest-MD4-1.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:665110bba32470f398f311cd6462fd8975d7c83675ff674bc2f6c7b72b0caaa6
|
||||
size 29304
|
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 08:36:54 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 1.9
|
||||
Fixed example output in doc in MD4.pm. Reported by jbwaters@gmail.com.
|
||||
Removed defunct code that caused incorrect error message when building on 64 bit platforms, patch by
|
||||
Fixed a test error in files.t. Corrected the comment to do with the reason in
|
||||
Updated author and distribution location details to airspayce.com
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 12:39:51 UTC 2012 - andrea.turrini@gmail.com
|
||||
|
||||
- fixed typo in perl-Digest-MD4.spec description
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 09:07:17 UTC 2011 - coolo@suse.com
|
||||
|
||||
- regenerate with cpanspec 1.78.05
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 19:20:11 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@@ -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) 2013 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,50 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-Digest-MD4
|
||||
Version: 1.5
|
||||
Release: 143
|
||||
AutoReqProv: on
|
||||
Version: 1.9
|
||||
Release: 0
|
||||
%define cpan_name Digest-MD4
|
||||
Summary: Perl interface to the MD4 Algorithm
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
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
|
||||
Url: http://search.cpan.org/dist/Digest-MD4/
|
||||
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.
|
||||
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.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Mike McCauley <mikem@open.com.au>
|
||||
The 'Digest::MD4' module provides 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
|
||||
|
Reference in New Issue
Block a user