66%endif
77
88Name: perl-Class-Tiny
9- Version: 1.006
10- Release: 13 %{?dist }
9+ Version: 1.008
10+ Release: 1 %{?dist }
1111Summary: Minimalist class construction
12- License: ASL 2.0
12+ License: Apache- 2.0
1313Vendor: Microsoft Corporation
1414Distribution: Azure Linux
1515URL: https://metacpan.org/release/Class-Tiny
1616Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-%{version }.tar.gz#/perl-Class-Tiny-%{version}.tar.gz
1717BuildArch: noarch
18+ BuildRequires: coreutils
1819BuildRequires: make
1920BuildRequires: perl-generators
2021BuildRequires: perl-interpreter
@@ -39,7 +40,6 @@ BuildRequires: perl(Test::More) >= 0.96
3940# Optional test
4041BuildRequires: perl(Test::FailWarnings)
4142%endif
42- Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
4343# Devel::GlobalDestruction not needed on Perl >= 5.14
4444# mro on Perl >= 5.10
4545Requires: perl(mro)
@@ -68,11 +68,11 @@ of code. Here is a list of features:
6868%setup -q -n Class-Tiny-%{version }
6969
7070%build
71- perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
72- make %{? _smp_mflags }
71+ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
72+ %{ make_build }
7373
7474%install
75- make pure_install DESTDIR= $RPM_BUILD_ROOT
75+ %{ make_install }
7676%{_fixperms } $RPM_BUILD_ROOT /*
7777
7878%check
@@ -85,6 +85,10 @@ make test
8585%{_mandir }/man3/*
8686
8787%changelog
88+ * Mon Feb 27 2025 Sumit Jena <v-sumitjena@microsoft.com> - 1.008-1
89+ - Update to version 1.008
90+ - License verified
91+
8892* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.006-13
8993- Initial CBL-Mariner import from Fedora 32 (license: MIT).
9094
0 commit comments