forked from pool/perl-Digest-MD4
Compare commits
13 Commits
7ef59f8f09
...
8caf32e95b
Author | SHA256 | Date | |
---|---|---|---|
8caf32e95b | |||
b7bea54207 | |||
8431551dbf | |||
|
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
|
35
cpanspec.yml
Normal file
35
cpanspec.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
# baz.patch: PATCH-FIX-OPENSUSE
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
license: perl
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
||||
#skip_doc: regexp_to_skip_for_doc.*
|
||||
#add_doc: files to add to docs
|
||||
#misc: |-
|
||||
#anything else to be added to spec file
|
||||
#follows directly after %files section, so it can contain new blocks or also
|
||||
#changes to %files section
|
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 22:21:39 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Normalize CPAN version
|
||||
See https://github.com/openSUSE/cpanspec/issues/47 for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,56 +12,53 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
%define cpan_name Digest-MD4
|
||||
Name: perl-Digest-MD4
|
||||
Version: 1.5
|
||||
Release: 143
|
||||
AutoReqProv: on
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
Version: 1.900.0
|
||||
Release: 0
|
||||
# 1.9 -> normalize -> 1.900.0
|
||||
%define cpan_version 1.9
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Perl interface to the MD4 Algorithm
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MI/MIKEM/DigestMD4/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(Digest::MD4) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{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 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}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%make_build
|
||||
|
||||
%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
|
||||
%doc Changes README rfc1320.txt
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user