|
|
|
@ -1,15 +1,14 @@
|
|
|
|
|
Name: perl-Archive-Extract
|
|
|
|
|
# Epoch to compete with core module from perl.spec
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 0.76
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.78
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Generic archive extracting mechanism
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/Archive-Extract/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Archive-Extract-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
@ -32,7 +31,7 @@ BuildRequires: perl(FileHandle)
|
|
|
|
|
BuildRequires: perl(if)
|
|
|
|
|
BuildRequires: perl(IPC::Cmd) >= 0.64
|
|
|
|
|
BuildRequires: perl(Locale::Maketext::Simple)
|
|
|
|
|
BuildRequires: perl(Module::Load::Conditional) >= 0.04
|
|
|
|
|
BuildRequires: perl(Module::Load::Conditional) >= 0.66
|
|
|
|
|
BuildRequires: perl(Params::Check) >= 0.07
|
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
|
# Tests:
|
|
|
|
@ -48,7 +47,7 @@ Requires: perl(deprecate)
|
|
|
|
|
Requires: perl(Archive::Tar)
|
|
|
|
|
Requires: perl(File::Spec) >= 0.82
|
|
|
|
|
Requires: perl(IPC::Cmd) >= 0.64
|
|
|
|
|
Requires: perl(Module::Load::Conditional) >= 0.04
|
|
|
|
|
Requires: perl(Module::Load::Conditional) >= 0.66
|
|
|
|
|
Requires: perl(Params::Check) >= 0.07
|
|
|
|
|
# Decompressors:
|
|
|
|
|
Requires: %{name}-bz2
|
|
|
|
@ -275,7 +274,7 @@ make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
@ -310,6 +309,9 @@ make test
|
|
|
|
|
%files xz-IO-Uncompress-UnXz
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 29 2016 Petr Pisar <ppisar@redhat.com> - 1:0.78-1
|
|
|
|
|
- 0.78 bump
|
|
|
|
|
|
|
|
|
|
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.76-3
|
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
|
|
|
|
|