2013-07-05 11:24:56 +00:00
|
|
|
Name: perl-File-Find-Object
|
2020-01-28 18:45:53 +00:00
|
|
|
Version: 0.3.5
|
2019-08-26 21:06:31 +00:00
|
|
|
Release: 1%{?dist}
|
2013-07-05 11:24:56 +00:00
|
|
|
Summary: Object oriented File::Find replacement
|
2015-07-24 11:30:58 +00:00
|
|
|
License: GPLv2+ or Artistic 2.0
|
2018-06-04 12:36:48 +00:00
|
|
|
URL: https://metacpan.org/release/File-Find-Object
|
2019-08-26 21:06:31 +00:00
|
|
|
Source0: https://cpan.metacpan.org/modules/by-module/File/File-Find-Object-%{version}.tar.gz
|
2013-07-05 11:24:56 +00:00
|
|
|
BuildArch: noarch
|
2016-02-29 11:57:40 +00:00
|
|
|
# Module Build
|
2015-07-24 11:30:58 +00:00
|
|
|
BuildRequires: coreutils
|
2016-09-12 13:40:51 +00:00
|
|
|
BuildRequires: make
|
2016-06-24 07:49:17 +00:00
|
|
|
BuildRequires: perl-generators
|
2020-01-28 18:45:53 +00:00
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
2016-02-29 11:57:40 +00:00
|
|
|
# Module Runtime
|
2013-07-05 11:24:56 +00:00
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Class::XSAccessor)
|
2015-07-24 11:30:58 +00:00
|
|
|
BuildRequires: perl(Fcntl)
|
2016-02-29 11:57:40 +00:00
|
|
|
BuildRequires: perl(File::Spec)
|
2015-07-24 11:30:58 +00:00
|
|
|
BuildRequires: perl(integer)
|
2013-07-05 11:24:56 +00:00
|
|
|
BuildRequires: perl(List::Util)
|
2015-07-24 11:30:58 +00:00
|
|
|
BuildRequires: perl(parent)
|
2016-02-29 11:57:40 +00:00
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Test Suite
|
2015-07-24 11:30:58 +00:00
|
|
|
BuildRequires: perl(File::Path)
|
2016-09-12 13:40:51 +00:00
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
|
|
|
BuildRequires: perl(lib)
|
2019-08-26 21:06:31 +00:00
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
2016-02-29 11:57:40 +00:00
|
|
|
# Dependencies
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
2013-07-05 11:24:56 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
File::Find::Object does the same job as File::Find but works like an object
|
|
|
|
and with an iterator. As File::Find is not object oriented, one cannot
|
|
|
|
perform multiple searches in the same application. The second problem of
|
|
|
|
File::Find is its file processing: after starting its main loop, one cannot
|
|
|
|
easily wait for another event and so get the next result.
|
|
|
|
|
|
|
|
%prep
|
2019-08-26 21:06:31 +00:00
|
|
|
%setup -qn File-Find-Object-%{version}
|
2016-02-29 11:57:40 +00:00
|
|
|
chmod -c 644 examples/tree
|
2013-07-05 11:24:56 +00:00
|
|
|
|
|
|
|
%build
|
2020-01-28 18:45:53 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
%{make_build}
|
2013-07-05 11:24:56 +00:00
|
|
|
|
|
|
|
%install
|
2020-01-28 18:45:53 +00:00
|
|
|
%{make_install}
|
2017-01-09 15:11:17 +00:00
|
|
|
%{_fixperms} -c %{buildroot}
|
2013-07-05 11:24:56 +00:00
|
|
|
|
|
|
|
%check
|
2016-09-12 13:40:51 +00:00
|
|
|
make test
|
2013-07-05 11:24:56 +00:00
|
|
|
|
|
|
|
%files
|
2016-02-29 11:57:40 +00:00
|
|
|
%license LICENSE
|
2019-08-26 21:06:31 +00:00
|
|
|
%doc Changes README.md examples/
|
2016-02-29 11:57:40 +00:00
|
|
|
%{perl_vendorlib}/File/
|
|
|
|
%{_mandir}/man3/File::Find::Object.3*
|
|
|
|
%{_mandir}/man3/File::Find::Object::Base.3*
|
|
|
|
%{_mandir}/man3/File::Find::Object::PathComp.3*
|
|
|
|
%{_mandir}/man3/File::Find::Object::Result.3*
|
2013-07-05 11:24:56 +00:00
|
|
|
|
|
|
|
%changelog
|
2020-01-28 18:45:53 +00:00
|
|
|
* Tue Jan 28 2020 Paul Howarth <paul@city-fan.org> - 0.3.5-1
|
|
|
|
- Update to 0.3.5
|
|
|
|
- Rebuild for order of 'NAME' and 'VERSION' sections in the generated POD
|
|
|
|
documentation (VERSION used to appear before NAME)
|
|
|
|
- Use %%{make_build} and %%{make_install}
|
|
|
|
|
2019-08-26 21:06:31 +00:00
|
|
|
* Mon Aug 26 2019 Paul Howarth <paul@city-fan.org> - 0.3.4-1
|
|
|
|
- Update to 0.3.4
|
|
|
|
- Now at https://github.com/shlomif/perl-file-find-object
|
|
|
|
- tidyall
|
|
|
|
- Add *~ files to MANIFEST.SKIP (GH#1)
|
|
|
|
|
2019-07-26 02:56:52 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-31 05:08:59 +00:00
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.3.2-9
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
2019-02-01 20:40:40 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 17:22:11 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-28 03:57:15 +00:00
|
|
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.3.2-6
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
2018-02-08 21:09:18 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-27 03:55:00 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-04 15:56:24 +00:00
|
|
|
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.3.2-3
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
2017-02-11 03:02:48 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-15 15:44:13 +00:00
|
|
|
* Sun Jan 15 2017 Paul Howarth <paul@city-fan.org> - 0.3.2-1
|
|
|
|
- Update to 0.3.2
|
|
|
|
- Made the version number consistent across the .pm files
|
|
|
|
(https://bitbucket.org/shlomif/perl-file-find-object/issues/1/wrong-version-number)
|
|
|
|
|
2017-01-09 15:11:17 +00:00
|
|
|
* Mon Jan 9 2017 Paul Howarth <paul@city-fan.org> - 0.3.1-1
|
|
|
|
- Update to 0.3.1
|
|
|
|
- Fixed an issue with tracking the depth of the inodes when detecting a
|
|
|
|
symlink loop
|
|
|
|
|
2016-09-12 13:40:51 +00:00
|
|
|
* Mon Sep 12 2016 Paul Howarth <paul@city-fan.org> - 0.3.0-1
|
|
|
|
- Update to 0.3.0
|
|
|
|
- Converted the build system to Dist-Zilla
|
|
|
|
- Switch to ExtUtils::MakeMaker-based flow
|
|
|
|
|
2016-05-18 16:01:54 +00:00
|
|
|
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.13-5
|
|
|
|
- Perl 5.24 re-rebuild of bootstrapped packages
|
|
|
|
|
2016-05-15 23:37:48 +00:00
|
|
|
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.13-4
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
2016-02-29 11:57:40 +00:00
|
|
|
* Mon Feb 29 2016 Paul Howarth <paul@city-fan.org> - 0.2.13-3
|
|
|
|
- Spec clean-up
|
|
|
|
|
2016-02-04 13:37:18 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-07-24 11:30:58 +00:00
|
|
|
* Fri Jul 24 2015 Petr Pisar <ppisar@redhat.com> - 0.2.13-1
|
|
|
|
- 0.2.13 bump
|
|
|
|
- License changed to (GPLv2+ or Artistic 2.0)
|
|
|
|
|
2015-06-18 03:06:27 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-10 13:01:02 +00:00
|
|
|
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.11-6
|
|
|
|
- Perl 5.22 re-rebuild of bootstrapped packages
|
|
|
|
|
2015-06-06 10:19:00 +00:00
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.11-5
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2014-09-08 20:17:29 +00:00
|
|
|
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.11-4
|
|
|
|
- Perl 5.20 re-rebuild of bootstrapped packages
|
|
|
|
|
2014-08-29 16:50:16 +00:00
|
|
|
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.11-3
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-07-23 14:47:24 +00:00
|
|
|
* Wed Jul 23 2014 Petr Pisar <ppisar@redhat.com> - 0.2.11-2
|
|
|
|
- Break dependency cycle perl-File-Find-Object → perl-Test-TrailingSpace →
|
|
|
|
perl-File-Find-Object-Rule
|
|
|
|
|
2014-06-20 04:14:59 +00:00
|
|
|
* Wed Jun 11 2014 Christopher Meng <rpm@cicku.me> - 0.2.11-1
|
|
|
|
- Update to 0.2.11
|
|
|
|
|
2014-06-07 04:12:21 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.7-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 20:46:05 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-21 02:32:04 +00:00
|
|
|
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 0.2.7-3
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-07-05 11:24:56 +00:00
|
|
|
* Wed Jul 03 2013 Christopher Meng <rpm@cicku.me> - 0.2.7-2
|
|
|
|
- Fix the license.
|
|
|
|
- Fix the files permissions.
|
|
|
|
- Fill up the BRs.
|
|
|
|
|
|
|
|
* Sun May 26 2013 Christopher Meng <rpm@cicku.me> - 0.2.7-1
|
|
|
|
- Initial Package.
|