From 862fb69d0509c66d5393e7592d05921389604755 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: May 28 2013 14:02:44 +0000 Subject: import perl-Archive-Extract-0.68-2.el7.src.rpm --- diff --git a/.perl-Archive-Extract.metadata b/.perl-Archive-Extract.metadata new file mode 100644 index 0000000..97d7a4e --- /dev/null +++ b/.perl-Archive-Extract.metadata @@ -0,0 +1 @@ +f4e02894b99aa9a2159c569ade2b8a8014a38461 SOURCES/Archive-Extract-0.68.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-Archive-Extract.spec b/SPECS/perl-Archive-Extract.spec new file mode 100644 index 0000000..acc2362 --- /dev/null +++ b/SPECS/perl-Archive-Extract.spec @@ -0,0 +1,86 @@ +Name: perl-Archive-Extract +# Epoch to compete with core module from perl.spec +Epoch: 1 +Version: 0.68 +Release: 2%{?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: perl +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(strict) +# Run-time: +BuildRequires: perl(Carp) +BuildRequires: perl(constant) +BuildRequires: perl(Cwd) +%if 0%(perl -e 'print $] > 5.017') +BuildRequires: perl(deprecate) +%endif +BuildRequires: perl(File::Basename) +BuildRequires: perl(File::Path) +BuildRequires: perl(File::Spec) >= 0.82 +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(Params::Check) >= 0.07 +BuildRequires: perl(vars) +# Tests: +BuildRequires: perl(Data::Dumper) +BuildRequires: perl(File::Spec::Unix) +BuildRequires: perl(lib) +BuildRequires: perl(Test::More) +# Do not require any decopressing module or executable by default. Let's user +# install what he needs. +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +%if 0%(perl -e 'print $] > 5.017') +Requires: perl(deprecate) +%endif +Requires: perl(File::Spec) >= 0.82 +Requires: perl(IPC::Cmd) >= 0.64 +Requires: perl(Module::Load::Conditional) >= 0.04 +Requires: perl(Params::Check) >= 0.07 + +# Filter under-specified dependencies +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((File::Spec|IPC::Cmd|Module::Load::Conditional|Params::Check)\\)$ + +%description +Archive::Extract is a generic archive extraction mechanism. It allows you to +extract any archive file of the type .tar, .tar.gz, .gz, .Z, tar.bz2, .tbz, +.bz2, .zip, .xz,, .txz, .tar.xz, or .lzma without having to worry how it does +so, or use different interfaces for each type by using either perl modules, or +command-line tools on your system. + +%prep +%setup -q -n Archive-Extract-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%doc CHANGES README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Tue May 28 2013 Petr Pisar - 1:0.68-2 +- Correct typo in dependencies + +* Fri Mar 15 2013 Petr Pisar - 1:0.68-1 +- 0.68 bump + +* Mon Feb 11 2013 Petr Pisar 0.66-1 +- Specfile autogenerated by cpanspec 1.78.