6.07 bump
This commit is contained in:
parent
003b457b15
commit
f5f79200b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/File-Listing-6.02.tar.gz
|
||||
/File-Listing-6.03.tar.gz
|
||||
/File-Listing-6.04.tar.gz
|
||||
/File-Listing-6.07.tar.gz
|
||||
|
||||
@ -1,32 +1,37 @@
|
||||
Name: perl-File-Listing
|
||||
Version: 6.04
|
||||
Release: 25%{?dist}
|
||||
Version: 6.07
|
||||
Release: 1%{?dist}
|
||||
Summary: Parse directory listing
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/File-Listing
|
||||
Source0: https://cpan.metacpan.org/authors/id/G/GA/GAAS/File-Listing-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Listing-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(:VERSION) >= 5.6.2
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(HTTP::Date) >= 6
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(HTTP::Date) >= 6.00
|
||||
BuildRequires: perl(Time::Local)
|
||||
BuildRequires: perl(vars)
|
||||
# Tests:
|
||||
# Do not BuildRequire optinal perl(LWP::Simple) to break dependency circle.
|
||||
BuildRequires: perl(Test)
|
||||
BuildRequires: perl(Config)
|
||||
# LWP::Simple not used
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||
Requires: perl(HTTP::Date) >= 6
|
||||
Requires: perl(HTTP::Date) >= 6.00
|
||||
Requires: perl(Time::Local)
|
||||
Conflicts: perl-libwww-perl < 6
|
||||
|
||||
# RPM 4.9 style
|
||||
# Remove underspecified dependencies
|
||||
%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(HTTP::Date\\)\s*$
|
||||
%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(HTTP::Date\\)$
|
||||
# Do not provide private modules
|
||||
%global __provides_exclude %{?__provides_exclude:__provides_exclude|}^perl\\(File::Listing::
|
||||
|
||||
@ -38,23 +43,26 @@ to parse directory listings.
|
||||
%setup -q -n File-Listing-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
%{make_install}
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user