From ee7e2fd9321c2a673228c52170e0d7ac5b45a168 Mon Sep 17 00:00:00 2001 From: basebuilder_pel7x64builder0 Date: Fri, 19 Apr 2019 09:38:20 +0200 Subject: [PATCH] perl-IPC-Cmd package update Signed-off-by: basebuilder_pel7x64builder0 --- SPECS/perl-IPC-Cmd.spec | 79 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 SPECS/perl-IPC-Cmd.spec diff --git a/SPECS/perl-IPC-Cmd.spec b/SPECS/perl-IPC-Cmd.spec new file mode 100644 index 00000000..c40c2b7f --- /dev/null +++ b/SPECS/perl-IPC-Cmd.spec @@ -0,0 +1,79 @@ +Name: perl-IPC-Cmd +# Epoch to compete with perl.spec +Epoch: 1 +Version: 0.80 +Release: 4%{?dist} +Summary: Finding and running system commands made easy +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/IPC-Cmd/ +Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/IPC-Cmd-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: perl(Carp) +BuildRequires: perl(constant) +BuildRequires: perl(Exporter) +BuildRequires: perl(File::Spec) +BuildRequires: perl(Locale::Maketext::Simple) +BuildRequires: perl(Module::Load::Conditional) +BuildRequires: perl(Params::Check) >= 0.20 +BuildRequires: perl(POSIX) +BuildRequires: perl(Socket) +BuildRequires: perl(strict) +BuildRequires: perl(Symbol) +BuildRequires: perl(Text::ParseWords) +BuildRequires: perl(vars) +# Tests: +# output.pl/IO::Handle not used +BuildRequires: perl(lib) +BuildRequires: perl(Test::More) +# output.pl/warnings not used +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(ExtUtils::MakeMaker) +Requires: perl(Params::Check) >= 0.20 +Requires: perl(POSIX) + +# Filter under-specified dependencies +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Params::Check\\)$ + +%description +IPC::Cmd allows you to run commands platform independently, interactively +if desired, but have them still work. + +%prep +%setup -q -n IPC-Cmd-%{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 +* Fri Dec 27 2013 Daniel Mach - 1:0.80-4 +- Mass rebuild 2013-12-27 + +* Mon May 20 2013 Petr Pisar - 1:0.80-3 +- Remove unneeded dependency on Config + +* Thu Mar 14 2013 Petr Pisar - 1:0.80-2 +- Set epoch to compete with core module from perl.spec + +* Mon Mar 04 2013 Petr Pisar - 0.80-1 +- 0.80 bump + +* Fri Feb 08 2013 Petr Pisar 0.78-1 +- Specfile autogenerated by cpanspec 1.78.