1+ # Store keys in a temp directory
2+ %global gnupghome %(mktemp --directory)
3+
14Name: perl-Module-Signature
2- Version: 0.83
3- Release: 8 %{?dist }
5+ Version: 0.89
6+ Release: 1 %{?dist }
47Summary: CPAN signature management utilities and modules
58License: CC0 and (GPL+ or Artistic)
69Vendor: Microsoft Corporation
710Distribution: Azure Linux
811URL: https://metacpan.org/release/Module-Signature
9- Source0: https://cpan.metacpan.org/modules/by-module/Module/ Module-Signature-%{ version } .tar.gz#/perl-Module-Signature-%{version}.tar.gz
12+ Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/ Module-Signature-0.89 .tar.gz#/perl-Module-Signature-%{version}.tar.gz
1013BuildArch: noarch
1114# Module build
1215BuildRequires: coreutils
@@ -16,6 +19,7 @@ BuildRequires: perl-generators
1619BuildRequires: perl-interpreter
1720BuildRequires: perl(FindBin)
1821BuildRequires: perl(inc::Module::Install) >= 0.92
22+ BuildRequires: perl(lib)
1923BuildRequires: perl(Module::CoreList)
2024BuildRequires: perl(Module::Install::Can)
2125BuildRequires: perl(Module::Install::External)
@@ -82,6 +86,9 @@ find %{buildroot} -type f -name .packlist -delete
8286export GNUPGHOME=$( pwd) /gnupghome
8387make test
8488
89+ %clean
90+ rm -rf %{buildroot } %{gnupghome }
91+
8592%files
8693%license README
8794%doc AUTHORS Changes * .pub
@@ -91,6 +98,10 @@ make test
9198%{_mandir }/man3/Module::Signature.3*
9299
93100%changelog
101+ * Wed Dec 11 2024 Jyoti Kanase <v-jykanase@microsoft.com> - 0.89-1
102+ - Upgrade to 0.89
103+ - License verified
104+
94105* Thu Jan 13 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.83-8
95106- License verified.
96107
0 commit comments