automatic version update by autodist [release 0.09-1mamba;Sat Jul 31 2021]

This commit is contained in:
Automatic Build System 2024-01-06 08:40:40 +01:00
parent e7ee18e934
commit 9c719c3c0b

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-Class-Data-Inheritable Name: perl-Class-Data-Inheritable
Version: 0.08 Version: 0.09
Release: 1mamba Release: 1mamba
Summary: Class::Data::Inheritable - Inheritable, overridable class data Summary: Class::Data::Inheritable - Inheritable, overridable class data
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/T/TM/TMTM/Class-Data-Inheritable-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/Class/Class-Data-Inheritable-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
@ -17,7 +17,6 @@ BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl-devel BuildRequires: perl-devel
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Class::Data::Inheritable is for creating accessor/mutators to class data. Class::Data::Inheritable is for creating accessor/mutators to class data.
@ -52,5 +51,8 @@ chmod -R u+w %{buildroot}/*
%doc README %doc README
%changelog %changelog
* Sat Jul 31 2021 Automatic Build System <autodist@mambasoft.it> 0.09-1mamba
- automatic version update by autodist
* Fri Feb 18 2011 gil <puntogil@libero.it> 0.08-1mamba * Fri Feb 18 2011 gil <puntogil@libero.it> 0.08-1mamba
- package created by autospec - package created by autospec