update to 1.22 [release 1.22-1mamba;Sun Nov 13 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 09:21:06 +01:00
parent aa061fa12b
commit 04b0428278

View File

@ -1,18 +1,19 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Module-ScanDeps
Version: 0.97
Release: 2mamba
Version: 1.22
Release: 1mamba
Summary: Module::ScanDeps - Recursively scan Perl code for dependencies
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Module-ScanDeps-%{version}.tar.gz
Source: http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanDeps-%{version}.tar.gz
License: Artistic, GPL
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %perl_major_ver
@ -52,6 +53,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Sun Nov 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.22-1mamba
- update to 1.22
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.97-2mamba
- perl 5.16 mass rebuild