Compare commits
No commits in common. "c9-beta" and "c8" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/File-Find-Object-0.3.5.tar.gz
|
||||
SOURCES/File-Find-Object-v0.3.2.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
359cdd0d0942a59a63844d60bcfe0ab3ab1435f7 SOURCES/File-Find-Object-0.3.5.tar.gz
|
||||
1be927302e5f6953ebeaa8c1dc94eb45fe471f5d SOURCES/File-Find-Object-v0.3.2.tar.gz
|
||||
|
@ -1,17 +1,18 @@
|
||||
Name: perl-File-Find-Object
|
||||
Version: 0.3.5
|
||||
Release: 7%{?dist}
|
||||
Version: 0.3.2
|
||||
Release: 5%{?dist}
|
||||
Summary: Object oriented File::Find replacement
|
||||
License: GPLv2+ or Artistic 2.0
|
||||
URL: https://metacpan.org/release/File-Find-Object
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/File/File-Find-Object-%{version}.tar.gz
|
||||
URL: http://search.cpan.org/dist/File-Find-Object/
|
||||
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/File-Find-Object-v%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Class::XSAccessor)
|
||||
@ -25,10 +26,11 @@ BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(blib)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::More)
|
||||
# Dependencies
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -40,15 +42,16 @@ 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
|
||||
%setup -qn File-Find-Object-%{version}
|
||||
%setup -qn File-Find-Object-v%{version}
|
||||
chmod -c 644 examples/tree
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
@ -56,7 +59,7 @@ make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes README.md examples/
|
||||
%doc Changes README examples/
|
||||
%{perl_vendorlib}/File/
|
||||
%{_mandir}/man3/File::Find::Object.3*
|
||||
%{_mandir}/man3/File::Find::Object::Base.3*
|
||||
@ -64,52 +67,6 @@ make test
|
||||
%{_mandir}/man3/File::Find::Object::Result.3*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.5-7
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.5-6
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.3.5-3
|
||||
- Perl 5.32 rebuild
|
||||
|
||||
* Tue Mar 10 2020 Paul Howarth <paul@city-fan.org> - 0.3.5-2
|
||||
- BR: perl(blib) for t/00-compile.t
|
||||
|
||||
* 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}
|
||||
|
||||
* 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)
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.3.2-9
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.3.2-6
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user