|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-String-CRC32
|
|
|
|
Name: perl-String-CRC32
|
|
|
|
Version: 1.8
|
|
|
|
Version: 2
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Perl interface for cyclic redundancy check generation
|
|
|
|
Summary: Perl interface for cyclic redundancy check generation
|
|
|
|
License: Public Domain
|
|
|
|
License: Public Domain
|
|
|
|
URL: https://metacpan.org/release/String-CRC32
|
|
|
|
URL: https://metacpan.org/release/String-CRC32
|
|
|
@ -15,11 +15,11 @@ BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
# Module Runtime
|
|
|
|
# Module Runtime
|
|
|
|
BuildRequires: perl(DynaLoader)
|
|
|
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
|
|
|
BuildRequires: perl(XSLoader)
|
|
|
|
# Test Suite
|
|
|
|
# Test Suite
|
|
|
|
# (no additional dependencies)
|
|
|
|
# (no additional dependencies)
|
|
|
|
# Dependencies
|
|
|
|
# Dependencies
|
|
|
@ -60,12 +60,16 @@ make test
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
%doc LICENSE
|
|
|
|
%doc LICENSE
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%doc README.md
|
|
|
|
%doc Changes README.md
|
|
|
|
%{perl_vendorarch}/String/
|
|
|
|
%{perl_vendorarch}/String/
|
|
|
|
%{perl_vendorarch}/auto/String/
|
|
|
|
%{perl_vendorarch}/auto/String/
|
|
|
|
%{_mandir}/man3/String::CRC32.3*
|
|
|
|
%{_mandir}/man3/String::CRC32.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Nov 9 2020 Paul Howarth <paul@city-fan.org> - 2-1
|
|
|
|
|
|
|
|
- Update to 2
|
|
|
|
|
|
|
|
- Switch to XSLoader rather than DynaLoader (GH#5)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-5
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|