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

This commit is contained in:
Automatic Build System 2024-01-06 09:41:15 +01:00
parent 6b02201977
commit 9a0fb8e058

View File

@ -1,15 +1,15 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Test-ClassAPI
Version: 1.06
Version: 1.07
Release: 1mamba
Summary: Test::ClassAPI - Provides basic first-pass API testing for large class trees
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: gil <puntogil@libero.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-ClassAPI-%{version}.tar.gz
Packager: Automatic Build System <autodist@mambasoft.it>
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/Test/Test-ClassAPI-%{version}.tar.gz
License: GPL, Artistic
BuildRequires: perl(Class::Inspector)
BuildRequires: perl(Config::Tiny)
@ -22,7 +22,6 @@ BuildRequires: perl(Test::CPAN::Meta)
BuildRequires: perl(Test::Pod)
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
For many APIs with large numbers of classes, it can be very useful to be able to do a quick once-over to make sure that
@ -56,5 +55,8 @@ chmod -R u+w %{buildroot}/*
%doc Changes LICENSE README
%changelog
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 1.07-1mamba
- automatic version update by autodist
* Fri Feb 18 2011 gil <puntogil@libero.it> 1.06-1mamba
- package created by autospec