11
0

3 Commits

3 changed files with 49 additions and 29 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Digest-SHA1/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Digest-SHA1)

View File

@@ -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

View File

@@ -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,58 @@
# 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
Source100: README.md
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