11Summary: Params-Validate Perl module
22Name: perl-Params-Validate
3- Version: 1.29
4- Release: 13 %{?dist }
5- # One file is GPL+ or Artistics (c/ppport.h)
6- License: Artistic 2.0 and (GPL+ or Artistic)
3+ Version: 1.31
4+ Release: 1 %{?dist }
5+ # One file is GPL-1.0-or-later OR Artistic-1.0-Perl (c/ppport.h)
6+ License: Artistic- 2.0 AND (GPL-1.0-or-later OR Artistic-1.0 -Perl )
77Vendor: Microsoft Corporation
88Distribution: Azure Linux
99URL: https://metacpan.org/release/Params-Validate
1010Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Params-Validate-%{version }.tar.gz#/perl-Params-Validate-%{version}.tar.gz
1111
12- Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
13-
1412BuildRequires: perl-devel
1513BuildRequires: perl-generators
1614BuildRequires: perl(Carp)
1715BuildRequires: perl(ExtUtils::CBuilder)
1816BuildRequires: perl(Module::Implementation) >= 0.04
19- BuildRequires: perl(Module::Build) >= 0.28
17+ BuildRequires: perl(Module::Build) >= 0.4227
2018
2119# Run-time:
2220BuildRequires: perl(Exporter)
@@ -60,8 +58,7 @@ certain methods, or applying validation callbacks to arguments.
6058
6159%install
6260./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
63- find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2> /dev/null ' ;'
64-
61+ find $RPM_BUILD_ROOT -type f -name ' *.bs' -size 0 -exec rm -f {} \;
6562%{_fixperms } $RPM_BUILD_ROOT /*
6663
6764%check
@@ -75,6 +72,10 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
7572%{_mandir }/man3/*
7673
7774%changelog
75+ *
Mon Mar 17 2025 Sumit Jena <[email protected] > -
1.31-1 76+ - Update to version 1.31
77+ - License verified
78+
7879*
Fri Oct 15 2021 Pawel Winogrodzki <[email protected] > -
1.29-13 7980- Initial CBL-Mariner import from Fedora 32 (license: MIT).
8081
0 commit comments