Compare commits
No commits in common. "c8-stream-6.34" and "c9-beta" have entirely different histories.
c8-stream-
...
c9-beta
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/File-Listing-6.04.tar.gz
|
SOURCES/File-Listing-6.14.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
02a41fe1b91f3f198712965360192f31d6d8d74e SOURCES/File-Listing-6.04.tar.gz
|
8eddfdc42cfd76e2b94fbec0166fe95ef9e3ada8 SOURCES/File-Listing-6.14.tar.gz
|
||||||
|
|||||||
@ -1,33 +1,34 @@
|
|||||||
Name: perl-File-Listing
|
Name: perl-File-Listing
|
||||||
Version: 6.04
|
Version: 6.14
|
||||||
Release: 17%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Parse directory listing
|
Summary: Parse directory listing
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
URL: https://metacpan.org/release/File-Listing
|
||||||
URL: http://search.cpan.org/dist/File-Listing/
|
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Listing-%{version}.tar.gz
|
||||||
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: perl(:VERSION) >= 5.6
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
|
BuildRequires: perl(strict)
|
||||||
|
BuildRequires: perl(warnings)
|
||||||
|
# Run-time:
|
||||||
|
BuildRequires: perl(base)
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(HTTP::Date)
|
||||||
BuildRequires: perl(HTTP::Date) >= 6
|
|
||||||
BuildRequires: perl(strict)
|
|
||||||
BuildRequires: perl(Time::Local)
|
BuildRequires: perl(Time::Local)
|
||||||
BuildRequires: perl(vars)
|
|
||||||
# Tests:
|
# Tests:
|
||||||
# Do not BuildRequire optinal perl(LWP::Simple) to break dependency circle.
|
BuildRequires: perl(Config)
|
||||||
BuildRequires: perl(Test)
|
BuildRequires: perl(Data::Dumper)
|
||||||
BuildRequires: perl(Test::More)
|
# LWP::Simple not used
|
||||||
|
BuildRequires: perl(Test::More) >= 0.98
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||||
Requires: perl(HTTP::Date) >= 6
|
|
||||||
Requires: perl(Time::Local)
|
Requires: perl(Time::Local)
|
||||||
Conflicts: perl-libwww-perl < 6
|
Conflicts: perl-libwww-perl < 6
|
||||||
|
|
||||||
# RPM 4.9 style
|
|
||||||
# Remove underspecified dependencies
|
|
||||||
%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(HTTP::Date\\)\s*$
|
|
||||||
# Do not provide private modules
|
# Do not provide private modules
|
||||||
%global __provides_exclude %{?__provides_exclude:__provides_exclude|}^perl\\(File::Listing::
|
%global __provides_exclude %{?__provides_exclude:__provides_exclude|}^perl\\(File::Listing::
|
||||||
|
|
||||||
@ -39,23 +40,66 @@ to parse directory listings.
|
|||||||
%setup -q -n File-Listing-%{version}
|
%setup -q -n File-Listing-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||||
make %{?_smp_mflags}
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
%{make_install}
|
||||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
||||||
%{_fixperms} %{buildroot}/*
|
%{_fixperms} %{buildroot}/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%license LICENSE
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 6.14-4
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 6.14-3
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.14-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Dec 01 2020 Jitka Plesnikova <jplesnik@redhat.com> - 6.14-1
|
||||||
|
- 6.14 bump
|
||||||
|
|
||||||
|
* Tue Oct 06 2020 Petr Pisar <ppisar@redhat.com> - 6.11-1
|
||||||
|
- 6.11 bump
|
||||||
|
|
||||||
|
* Thu Oct 01 2020 Petr Pisar <ppisar@redhat.com> - 6.07-1
|
||||||
|
- 6.07 bump
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-25
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 6.04-24
|
||||||
|
- Perl 5.32 rebuild
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-23
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-22
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 6.04-21
|
||||||
|
- Perl 5.30 rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 6.04-18
|
||||||
|
- Perl 5.28 rebuild
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-17
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-17
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user