11Name: perl-File-Find-Object
2- Version: 0.3.5
3- Release: 3 %{?dist }
2+ Version: 0.3.8
3+ Release: 5 %{?dist }
44Summary: Object oriented File::Find replacement
5- License: GPLv2+ or Artistic 2.0
5+ License: GPL-2.0 -or-later OR Artistic- 2.0
66Vendor: Microsoft Corporation
77Distribution: Azure Linux
88URL: https://metacpan.org/release/File-Find-Object
9- Source0: https://cpan.metacpan.org/modules/by-module/File /File-Find-Object-%{version }.tar.gz#/perl-File-Find-Object-%{version}.tar.gz
9+ Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF /File-Find-Object-%{version }.tar.gz#/perl-File-Find-Object-%{version}.tar.gz
1010BuildArch: noarch
1111# Module Build
1212BuildRequires: coreutils
@@ -24,15 +24,18 @@ BuildRequires: perl(List::Util)
2424BuildRequires: perl(parent)
2525BuildRequires: perl(strict)
2626BuildRequires: perl(warnings)
27+ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
2728# Test Suite
29+ BuildRequires: perl(blib)
2830BuildRequires: perl(File::Path)
31+ BuildRequires: perl(File::TreeCreate)
2932BuildRequires: perl(IO::Handle)
3033BuildRequires: perl(IPC::Open3)
3134BuildRequires: perl(lib)
32- BuildRequires: perl(blib)
35+ BuildRequires: perl(Test::File) >= 1.993
3336BuildRequires: perl(Test::More) >= 0.88
3437# Dependencies
35- Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version) )
38+ # (none )
3639
3740%description
3841File::Find::Object does the same job as File::Find but works like an object
@@ -58,20 +61,72 @@ make test
5861
5962%files
6063%license LICENSE
61- %doc Changes README.md examples/
64+ %doc Changes examples/ README.md
6265%{perl_vendorlib} /File/
6366%{_mandir }/man3/File::Find::Object.3*
6467%{_mandir }/man3/File::Find::Object::Base.3*
6568%{_mandir }/man3/File::Find::Object::PathComp.3*
6669%{_mandir }/man3/File::Find::Object::Result.3*
6770
6871%changelog
69- *
Fri Apr 22 2022 Muhammad Falak <[email protected] >- 0.3.5-3 70- - Add an explicit BR on `perl(blib)` to enable ptest
71- - License verified
72+ *
Tue Feb 04 2025 Aninda Pradhan <[email protected] > -
0.3.8-5 73+ - Initial Azure Linux import from Fedora 41 (license: MIT)
74+ - License Verified
75+
76+ *
Fri Jul 19 2024 Fedora Release Engineering <[email protected] > -
0.3.8-4 77+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
78+
79+ *
Thu Jan 25 2024 Fedora Release Engineering <[email protected] > -
0.3.8-3 80+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
81+
82+ *
Sun Jan 21 2024 Fedora Release Engineering <[email protected] > -
0.3.8-2 83+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
84+
85+ *
Sat Jul 22 2023 Paul Howarth <[email protected] > -
0.3.8-1 86+ - Update to 0.3.8 (rhbz#2224699)
87+ - Fix use_ok() call (GH#3)
88+
89+ *
Thu Jul 20 2023 Fedora Release Engineering <[email protected] > -
0.3.7-3 90+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
91+
92+ *
Fri Jan 20 2023 Fedora Release Engineering <[email protected] > -
0.3.7-2 93+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
94+
95+ *
Mon Jan 2 2023 Paul Howarth <[email protected] > -
0.3.7-1 96+ - Update to 0.3.7 (rhbz#2157274)
97+ - Fix test failures on Windows (GH#2)
98+ - Use SPDX-format license tag
99+
100+ *
Fri Jul 22 2022 Fedora Release Engineering <[email protected] > -
0.3.6-4 101+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
102+
103+ *
Tue May 31 2022 Jitka Plesnikova <[email protected] > -
0.3.6-3 104+ - Perl 5.36 rebuild
105+
106+ *
Fri Jan 21 2022 Fedora Release Engineering <[email protected] > -
0.3.6-2 107+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
108+
109+ *
Fri Aug 27 2021 Paul Howarth <[email protected] > -
0.3.6-1 110+ - Update to 0.3.6
111+ - Split File::TreeCreate off to its own distribution
112+
113+ *
Thu Jul 22 2021 Fedora Release Engineering <[email protected] > -
0.3.5-7 114+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
115+
116+ *
Fri May 21 2021 Jitka Plesnikova <[email protected] > -
0.3.5-6 117+ - Perl 5.34 rebuild
118+
119+ *
Wed Jan 27 2021 Fedora Release Engineering <[email protected] > -
0.3.5-5 120+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
121+
122+ *
Tue Jul 28 2020 Fedora Release Engineering <[email protected] > -
0.3.5-4 123+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
124+
125+ *
Tue Jun 23 2020 Jitka Plesnikova <[email protected] > -
0.3.5-3 126+ - Perl 5.32 rebuild
72127
73- *
Fri Oct 15 2021 Pawel Winogrodzki <[email protected] > -
0.3.5-2 74- - Initial CBL-Mariner import from Fedora 31 (license: MIT).
128+ *
Tue Mar 10 2020 Paul Howarth <[email protected] > -
0.3.5-2 129+ - BR: perl(blib) for t/00-compile.t
75130
76131*
Tue Jan 28 2020 Paul Howarth <[email protected] > -
0.3.5-1 77132- Update to 0.3.5
0 commit comments