8
0

Compare commits

...

7 Commits

Author SHA256 Message Date
d5394e53b5 Accepting request 1285246 from devel:languages:perl
- Normalize CPAN version
  See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/request/show/1285246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Digest-SHA1?expand=0&rev=22
2025-06-13 16:43:09 +00:00
56323b5d88 Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Digest-SHA1?expand=0&rev=22
2025-06-12 18:22:51 +00:00
Stephan Kulow
37a6cca139 Accepting request 164108 from devel:languages:perl
- Add Source URL, see https://en.opensuse.org/SourceUrls (forwarded request 164093 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/164108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Digest-SHA1?expand=0&rev=19
2013-04-17 05:44:42 +00:00
Stephan Kulow
69b2c9d0e6 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Digest-SHA1?expand=0&rev=16
2011-12-06 17:40:43 +00:00
Stephan Kulow
c247435d17 Accepting request 92320 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/92320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Digest-SHA1?expand=0&rev=15
2011-11-21 11:39:23 +00:00
Lars Vogdt
91495b900a Autobuild autoformatter for 54523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Digest-SHA1?expand=0&rev=12
2010-12-05 20:48:53 +00:00
Lars Vogdt
87adc5cae9 Accepting request 54523 from devel:languages:perl
Accepted submit request 54523 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Digest-SHA1?expand=0&rev=11
2010-12-05 20:48:48 +00:00
2 changed files with 36 additions and 29 deletions

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

View File

@@ -1,7 +1,7 @@
#
# 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
# 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)
# 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
Summary: Perl Interface to the SHA-1 Algorithm
License: Artistic-1.0
Group: Development/Libraries/Perl
Version: 2.13
Name: perl-Digest-SHA1
Version: 2.130.0
Release: 0
Url: http://search.cpan.org/perldoc?Digest::SHA1
Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
# 2.13 -> normalize -> 2.130.0
%define cpan_version 2.13
License: Artistic-1.0 OR GPL-1.0-or-later
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-macros
Provides: perl(Digest::SHA1) = %{version}
%undefine __perllib_provides
%{perl_requires}
%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
The Digest::SHA1 module allows the use of the NIST SHA-1 message digest
algorithm from within Perl programs. The algorithm takes a message of
arbitrary length as input and produces a 160-bit fingerprint or message
digest of the input as output.
Authors:
Peter C. Gutmann,
Uwe Hollerbach <uh@alumni.caltech.edu>,
Gisle Aas <gisle@aas.no>
In 2005, security flaws were identified in SHA-1, namely that a possible
mathematical weakness might exist, indicating that a stronger hash function
would be desirable. The Digest::SHA module implements the stronger
algorithms in the SHA family.
The 'Digest::SHA1' 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 %{cpan_name}-%{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
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root)
%doc Changes README fip180-1.gif fip180-1.html
%doc Changes fip180-1.gif fip180-1.html README
%changelog