11Vendor: Microsoft Corporation
22Distribution: Azure Linux
33Name: perl-Tree-DAG_Node
4- Version: 1.31
5- Release: 8 %{?dist }
4+ Version: 1.32
5+ Release: 1 %{?dist }
66Summary: Class for representing nodes in a tree
7- License: ( GPL+ or Artistic)
7+ License: GPL-1.0-or-later OR Artistic-1.0 -Perl
88URL: https://metacpan.org/release/Tree-DAG_Node
9- Source0: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE /Tree-DAG_Node-%{version }.tgz
9+ Source0: https://cpan.metacpan.org/modules/by-module/Tree /Tree-DAG_Node-%{version }.tgz
1010BuildArch: noarch
1111# Module Build ---------------------------------------------------------------
1212BuildRequires: coreutils
@@ -26,8 +26,8 @@ BuildRequires: perl(File::Temp) >= 0.19
2626BuildRequires: perl(Test::More) >= 1.001002
2727BuildRequires: perl(Test::Pod) >= 1.48
2828BuildRequires: perl(utf8)
29- # Runtime ----- ---------------------------------------------------------------
30- Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version) )
29+ # Dependencies ---------------------------------------------------------------
30+ # (none )
3131
3232%description
3333This class encapsulates/makes/manipulates objects that represent nodes in a
@@ -58,16 +58,16 @@ make test
5858make test TEST_FILES=" $( echo $( find xt/ -name ' *.t' ) ) "
5959
6060%files
61- %if 0%{?_licensedir:1 }
6261%license LICENSE
63- %else
64- %doc LICENSE
65- %endif
6662%doc Changes README scripts/
6763%{perl_vendorlib} /Tree/
6864%{_mandir }/man3/Tree::DAG_Node.3*
6965
7066%changelog
67+ * Mon Feb 27 2025 Sumit Jena <v-sumitjena@microsoft.com> - 1.32-1
68+ - Update to version 1.32
69+ - License verified
70+
7171* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.31-8
7272- Initial CBL-Mariner import from Fedora 32 (license: MIT).
7373
0 commit comments