e13ec770ce
- New upstream release 0.96 - Require Module::Load::Conditional 0.66 to resolve CVE-2016-1238 (avoid loading optional modules from default .) - Update patch for use of ExtUtils::MM::Utils - Simplify find command using -delete
166 lines
5.4 KiB
RPMSpec
166 lines
5.4 KiB
RPMSpec
Name: perl-IPC-Cmd
|
|
# Epoch to compete with perl.spec
|
|
Epoch: 1
|
|
Version: 0.96
|
|
Release: 1%{?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
|
|
# Replace ExtUtils::MakeMaker dependency with ExtUtils::MM::Utils.
|
|
# This allows not to require perl-devel. Bug #1129443
|
|
Patch0: IPC-Cmd-0.96-Replace-EU-MM-dependency-with-EU-MM-Utils.patch
|
|
BuildArch: noarch
|
|
# Build:
|
|
BuildRequires: coreutils
|
|
BuildRequires: findutils
|
|
BuildRequires: make
|
|
BuildRequires: perl
|
|
BuildRequires: perl-generators
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
# Run-time:
|
|
BuildRequires: perl(Carp)
|
|
BuildRequires: perl(constant)
|
|
BuildRequires: perl(Exporter)
|
|
BuildRequires: perl(ExtUtils::MM::Utils)
|
|
BuildRequires: perl(File::Spec)
|
|
BuildRequires: perl(FileHandle)
|
|
BuildRequires: perl(IO::Handle)
|
|
BuildRequires: perl(IO::Select)
|
|
BuildRequires: perl(IPC::Open3)
|
|
BuildRequires: perl(IPC::Run) >= 0.55
|
|
BuildRequires: perl(Locale::Maketext::Simple)
|
|
BuildRequires: perl(Module::Load::Conditional) >= 0.66
|
|
BuildRequires: perl(Params::Check) >= 0.20
|
|
BuildRequires: perl(POSIX)
|
|
BuildRequires: perl(Socket)
|
|
BuildRequires: perl(strict)
|
|
BuildRequires: perl(Symbol)
|
|
BuildRequires: perl(Text::ParseWords)
|
|
BuildRequires: perl(Time::HiRes)
|
|
BuildRequires: perl(vars)
|
|
# Tests:
|
|
# output.pl/IO::Handle not used
|
|
BuildRequires: perl(Data::Dumper)
|
|
BuildRequires: perl(File::Temp)
|
|
BuildRequires: perl(lib)
|
|
BuildRequires: perl(Test::More)
|
|
BuildRequires: perl(warnings)
|
|
# Dependencies:
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
Requires: perl(ExtUtils::MM::Utils)
|
|
Requires: perl(FileHandle)
|
|
Requires: perl(IO::Handle)
|
|
Requires: perl(IO::Select)
|
|
Requires: perl(IPC::Open3)
|
|
Suggests: perl(IPC::Run) >= 0.55
|
|
Requires: perl(Module::Load::Conditional) >= 0.66
|
|
Requires: perl(Params::Check) >= 0.20
|
|
Requires: perl(POSIX)
|
|
Requires: perl(Socket)
|
|
Requires: perl(Time::HiRes)
|
|
|
|
# Filter under-specified dependencies
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Module::Load::Conditional\\)$
|
|
%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}
|
|
%patch0 -p1
|
|
|
|
%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 -delete
|
|
%{_fixperms} $RPM_BUILD_ROOT
|
|
|
|
%check
|
|
make test
|
|
|
|
%files
|
|
%doc CHANGES README
|
|
%{perl_vendorlib}/IPC/
|
|
%{_mandir}/man3/IPC::Cmd.3*
|
|
|
|
%changelog
|
|
* Thu Jul 28 2016 Paul Howarth <paul@city-fan.org> - 1:0.96-1
|
|
- Update to 0.96
|
|
- Require Module::Load::Conditional 0.66 to resolve CVE-2016-1238
|
|
(avoid loading optional modules from default .)
|
|
- Update patch for use of ExtUtils::MM::Utils
|
|
- Simplify find command using -delete
|
|
|
|
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.94-4
|
|
- Perl 5.24 rebuild
|
|
|
|
* Mon Apr 18 2016 Petr Pisar <ppisar@redhat.com> - 1:0.94-3
|
|
- Replace ExtUtils::MakeMaker dependency with ExtUtils::MM::Utils (bug #1129443)
|
|
|
|
* Mon Feb 15 2016 Petr Pisar <ppisar@redhat.com> - 1:0.94-2
|
|
- Weaken dependency on IPC::Run (bug #1307195)
|
|
|
|
* Sat Feb 13 2016 Paul Howarth <paul@city-fan.org> - 1:0.94-1
|
|
- 0.94 bump
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.92-347
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.92-346
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.92-345
|
|
- Increase release to favour standalone package
|
|
|
|
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.92-311
|
|
- Perl 5.22 rebuild
|
|
|
|
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.92-310
|
|
- Increase release to favour standalone package
|
|
|
|
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.92-3
|
|
- Perl 5.20 rebuild
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.92-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Thu Jan 23 2014 Petr Pisar <ppisar@redhat.com> - 1:0.92-1
|
|
- 0.92 bump
|
|
|
|
* Tue Nov 19 2013 Petr Pisar <ppisar@redhat.com> - 1:0.90-1
|
|
- 0.90 bump
|
|
|
|
* Tue Nov 05 2013 Petr Pisar <ppisar@redhat.com> - 1:0.86-1
|
|
- 0.86 bump
|
|
|
|
* Thu Aug 08 2013 Petr Pisar <ppisar@redhat.com> - 1:0.84-1
|
|
- 0.84 bump
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.82-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:0.82-2
|
|
- Perl 5.18 rebuild
|
|
|
|
* Mon Jul 08 2013 Petr Pisar <ppisar@redhat.com> - 1:0.82-1
|
|
- 0.82 bump
|
|
|
|
* Mon May 20 2013 Petr Pisar <ppisar@redhat.com> - 1:0.80-3
|
|
- Remove unneeded dependency on Config
|
|
|
|
* Thu Mar 14 2013 Petr Pisar <ppisar@redhat.com> - 1:0.80-2
|
|
- Set epoch to compete with core module from perl.spec
|
|
|
|
* Mon Mar 04 2013 Petr Pisar <ppisar@redhat.com> - 0.80-1
|
|
- 0.80 bump
|
|
|
|
* Fri Feb 08 2013 Petr Pisar <ppisar@redhat.com> 0.78-1
|
|
- Specfile autogenerated by cpanspec 1.78.
|