Compare commits
19 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 97dc3b13d9 | |||
|
|
7f55c43b6b | ||
| f4e49cd8cd | |||
| 6ae8e0ebfb | |||
| b92f60de3b | |||
|
|
f77905ba12 | ||
|
|
b659eb3f5e | ||
| 9e3da18ef7 | |||
|
|
a91758a3b5 | ||
| 32eff9c0f3 | |||
| 81bbb9d57e | |||
|
|
23559d4cd1 | ||
| 85429ff9f6 | |||
| 7a0d67a0e1 | |||
| 1ae5776113 | |||
| 403df72592 | |||
| d316d50de8 | |||
| 5adefa8c29 | |||
| c78ffc35b7 |
@@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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) 2025 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,20 +18,16 @@
|
||||
|
||||
%define cpan_name Digest-CRC
|
||||
Name: perl-Digest-CRC
|
||||
Version: 0.240.0
|
||||
Version: 0.24
|
||||
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}-%{cpan_version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OL/OLIMAUL/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(Digest::CRC) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -40,7 +36,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}-%{cpan_version} -p1
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
|
||||
Reference in New Issue
Block a user