Compare commits
21 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d287a0da08 | |||
| 3532797e34 | |||
| 5330bda64c | |||
|
|
5439e34d6c | ||
| e9aab548c2 | |||
| b6442d3879 | |||
| 3762a5f379 | |||
|
|
f3bd750da5 | ||
|
|
db3b82e2a5 | ||
| 4716c2c4c5 | |||
|
|
0586b52e64 | ||
| 9e5f991851 | |||
| 90fdb432c4 | |||
|
|
7dceccac1d | ||
| 7afc5f1b1f | |||
| 59a826e86f | |||
| dc56bb0742 | |||
| c1935da2db | |||
| ec21bbe563 | |||
| 7c41f35d60 | |||
| a20ba6a341 |
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 14:11:41 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Normalize CPAN version
|
||||
See https://github.com/openSUSE/cpanspec/issues/47 for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 13 03:06:56 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Digest-CRC
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# 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
|
||||
@@ -18,16 +18,20 @@
|
||||
|
||||
%define cpan_name Digest-CRC
|
||||
Name: perl-Digest-CRC
|
||||
Version: 0.24
|
||||
Version: 0.240.0
|
||||
Release: 0
|
||||
# 0.24 -> normalize -> 0.240.0
|
||||
%define cpan_version 0.24
|
||||
#Upstream: CRC algorithm code taken from "A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS". the public domain.
|
||||
License: SUSE-Public-Domain
|
||||
Summary: Generic CRC functions
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OL/OLIMAUL/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OL/OLIMAUL/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(Digest::CRC) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -36,7 +40,7 @@ wrapper functions with the correct parameters for CRC-CCITT, CRC-16, CRC-32
|
||||
and CRC-64, as well as the CRC used in OpenPGP's ASCII-armored checksum.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
|
||||
Reference in New Issue
Block a user