update to 1.32 [release 1.32-1mamba;Mon Jan 10 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 09:50:12 +01:00
parent 5cdcb8e723
commit bbeaacc4ae

View File

@ -1,19 +1,22 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Tree-DAG_Node
Version: 1.06
Release: 2mamba
Summary: Tree::DAG_Node - A (super)class for representing nodes in a tree
Group: System/Libraries/Perl
Name: perl-Tree-DAG_Node
Version: 1.32
Release: 1mamba
Summary: Tree::DAG_Node - A (super)class for representing nodes in a tree
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
URL: http://www.cpan.org
Source: http://www.cpan.org/modules/by-module/Tree/Tree-DAG_Node-%{version}.tar.gz
License: Artistic License
Requires: perl >= %perl_major_ver
BuildRequires: perl-devel >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-%{version}.tgz
License: Artistic License
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-File-Slurp-Tiny
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver
%description
Tree::DAG_Node is a (super)class for representing nodes in a tree.
@ -47,6 +50,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.32-1mamba
- update to 1.32
* Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.06-2mamba
- perl 5.16 mass rebuild