forked from pool/perl-Digest-SHA1
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
9e2852068c | |||
0a2962e5c8 |
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 12 18:22:42 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- Normalize CPAN version
|
||||||
|
See https://github.com/openSUSE/cpanspec/issues/47 for details
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 15 10:57:03 UTC 2013 - idonmez@suse.com
|
Mon Apr 15 10:57:03 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Digest-SHA1
|
# spec file for package perl-Digest-SHA1
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,56 +12,57 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Digest-SHA1
|
|
||||||
%define cpan_name Digest-SHA1
|
%define cpan_name Digest-SHA1
|
||||||
Summary: Perl Interface to the SHA-1 Algorithm
|
Name: perl-Digest-SHA1
|
||||||
License: Artistic-1.0
|
Version: 2.130.0
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
Version: 2.13
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://search.cpan.org/perldoc?Digest::SHA1
|
# 2.13 -> normalize -> 2.130.0
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
|
%define cpan_version 2.13
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
%{perl_requires}
|
Summary: Perl interface to the SHA-1 algorithm
|
||||||
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
|
Source0: https://cpan.metacpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Provides: perl(Digest::SHA1) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
The 'Digest::SHA1' module allows you to use the NIST SHA-1 message digest
|
||||||
|
algorithm from within Perl programs. The algorithm takes as input a message
|
||||||
|
of arbitrary length and produces as output a 160-bit "fingerprint" or
|
||||||
|
"message digest" of the input.
|
||||||
|
|
||||||
%{cpan_name} module for perl
|
In 2005, security flaws were identified in SHA-1, namely that a possible
|
||||||
The Digest::SHA1 module allows the use of the NIST SHA-1 message digest
|
mathematical weakness might exist, indicating that a stronger hash function
|
||||||
algorithm from within Perl programs. The algorithm takes a message of
|
would be desirable. The Digest::SHA module implements the stronger
|
||||||
arbitrary length as input and produces a 160-bit fingerprint or message
|
algorithms in the SHA family.
|
||||||
digest of the input as output.
|
|
||||||
Authors:
|
The 'Digest::SHA1' module provide a procedural interface for simple use, as
|
||||||
Peter C. Gutmann,
|
well as an object oriented interface that can handle messages of arbitrary
|
||||||
Uwe Hollerbach <uh@alumni.caltech.edu>,
|
length and which can read files directly.
|
||||||
Gisle Aas <gisle@aas.no>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root)
|
%doc Changes fip180-1.gif fip180-1.html README
|
||||||
%doc Changes README fip180-1.gif fip180-1.html
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user