automatic version update by autodist [release 1.10-1mamba;Wed Feb 24 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:45:35 +01:00
parent 440ee1b624
commit 756db278ac

View File

@ -1,15 +1,15 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Test-SubCalls Name: perl-Test-SubCalls
Version: 1.09 Version: 1.10
Release: 1mamba Release: 1mamba
Summary: Test::SubCalls - Track the number of times subs are called Summary: Test::SubCalls - Track the number of times subs are called
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: gil <puntogil@libero.it> Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-SubCalls-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/Test/Test-SubCalls-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
BuildRequires: perl(Hook::LexWrap) BuildRequires: perl(Hook::LexWrap)
@ -21,7 +21,6 @@ BuildRequires: perl(Test::Pod)
#BuildRequires: perl(Test::MinimumVersion) #BuildRequires: perl(Test::MinimumVersion)
BuildRequires: perl-devel BuildRequires: perl-devel
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
There are a number of different situations (like testing caching code) where you want to want to do a number of tests, and There are a number of different situations (like testing caching code) where you want to want to do a number of tests, and
@ -58,5 +57,8 @@ chmod -R u+w %{buildroot}/*
%doc Changes LICENSE README %doc Changes LICENSE README
%changelog %changelog
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 1.10-1mamba
- automatic version update by autodist
* Fri Feb 18 2011 gil <puntogil@libero.it> 1.09-1mamba * Fri Feb 18 2011 gil <puntogil@libero.it> 1.09-1mamba
- package created by autospec - package created by autospec