|
|
9e5105 |
Name: perl-IPC-Cmd
|
|
|
9e5105 |
# Epoch to compete with perl.spec
|
|
|
9e5105 |
Epoch: 1
|
|
|
9e5105 |
Version: 0.80
|
|
|
2ca943 |
Release: 4%{?dist}
|
|
|
9e5105 |
Summary: Finding and running system commands made easy
|
|
|
9e5105 |
License: GPL+ or Artistic
|
|
|
9e5105 |
Group: Development/Libraries
|
|
|
9e5105 |
URL: http://search.cpan.org/dist/IPC-Cmd/
|
|
|
9e5105 |
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/IPC-Cmd-%{version}.tar.gz
|
|
|
9e5105 |
BuildArch: noarch
|
|
|
9e5105 |
BuildRequires: perl
|
|
|
9e5105 |
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
9e5105 |
# Run-time:
|
|
|
9e5105 |
BuildRequires: perl(Carp)
|
|
|
9e5105 |
BuildRequires: perl(constant)
|
|
|
9e5105 |
BuildRequires: perl(Exporter)
|
|
|
9e5105 |
BuildRequires: perl(File::Spec)
|
|
|
9e5105 |
BuildRequires: perl(Locale::Maketext::Simple)
|
|
|
9e5105 |
BuildRequires: perl(Module::Load::Conditional)
|
|
|
9e5105 |
BuildRequires: perl(Params::Check) >= 0.20
|
|
|
9e5105 |
BuildRequires: perl(POSIX)
|
|
|
9e5105 |
BuildRequires: perl(Socket)
|
|
|
9e5105 |
BuildRequires: perl(strict)
|
|
|
9e5105 |
BuildRequires: perl(Symbol)
|
|
|
9e5105 |
BuildRequires: perl(Text::ParseWords)
|
|
|
9e5105 |
BuildRequires: perl(vars)
|
|
|
9e5105 |
# Tests:
|
|
|
9e5105 |
# output.pl/IO::Handle not used
|
|
|
9e5105 |
BuildRequires: perl(lib)
|
|
|
9e5105 |
BuildRequires: perl(Test::More)
|
|
|
9e5105 |
# output.pl/warnings not used
|
|
|
9e5105 |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
9e5105 |
Requires: perl(ExtUtils::MakeMaker)
|
|
|
9e5105 |
Requires: perl(Params::Check) >= 0.20
|
|
|
9e5105 |
Requires: perl(POSIX)
|
|
|
9e5105 |
|
|
|
9e5105 |
# Filter under-specified dependencies
|
|
|
9e5105 |
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Params::Check\\)$
|
|
|
9e5105 |
|
|
|
9e5105 |
%description
|
|
|
9e5105 |
IPC::Cmd allows you to run commands platform independently, interactively
|
|
|
9e5105 |
if desired, but have them still work.
|
|
|
9e5105 |
|
|
|
9e5105 |
%prep
|
|
|
9e5105 |
%setup -q -n IPC-Cmd-%{version}
|
|
|
9e5105 |
|
|
|
9e5105 |
%build
|
|
|
9e5105 |
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
9e5105 |
make %{?_smp_mflags}
|
|
|
9e5105 |
|
|
|
9e5105 |
%install
|
|
|
9e5105 |
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
9e5105 |
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
9e5105 |
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
9e5105 |
|
|
|
9e5105 |
%check
|
|
|
9e5105 |
make test
|
|
|
9e5105 |
|
|
|
9e5105 |
%files
|
|
|
9e5105 |
%doc CHANGES README
|
|
|
9e5105 |
%{perl_vendorlib}/*
|
|
|
9e5105 |
%{_mandir}/man3/*
|
|
|
9e5105 |
|
|
|
9e5105 |
%changelog
|
|
|
2ca943 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:0.80-4
|
|
|
2ca943 |
- Mass rebuild 2013-12-27
|
|
|
2ca943 |
|
|
|
9e5105 |
* Mon May 20 2013 Petr Pisar <ppisar@redhat.com> - 1:0.80-3
|
|
|
9e5105 |
- Remove unneeded dependency on Config
|
|
|
9e5105 |
|
|
|
9e5105 |
* Thu Mar 14 2013 Petr Pisar <ppisar@redhat.com> - 1:0.80-2
|
|
|
9e5105 |
- Set epoch to compete with core module from perl.spec
|
|
|
9e5105 |
|
|
|
9e5105 |
* Mon Mar 04 2013 Petr Pisar <ppisar@redhat.com> - 0.80-1
|
|
|
9e5105 |
- 0.80 bump
|
|
|
9e5105 |
|
|
|
9e5105 |
* Fri Feb 08 2013 Petr Pisar <ppisar@redhat.com> 0.78-1
|
|
|
9e5105 |
- Specfile autogenerated by cpanspec 1.78.
|