- Upstream update.
- BR: perl(Test::More), perl(Time::HiRes).
This commit is contained in:
parent
c708a3f40a
commit
e51d13ffa9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
IPC-Run3-0.043.tar.gz
|
IPC-Run3-0.044.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-IPC-Run3
|
Name: perl-IPC-Run3
|
||||||
Version: 0.043
|
Version: 0.044
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Run a subprocess in batch mode
|
Summary: Run a subprocess in batch mode
|
||||||
License: (GPL+ or Artistic) or BSD
|
License: (GPL+ or Artistic) or BSD
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -9,6 +9,8 @@ Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IPC-Run3-%{vers
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(Test::More) >= 0.31
|
||||||
|
BuildRequires: perl(Time::HiRes)
|
||||||
# For improved tests
|
# For improved tests
|
||||||
BuildRequires: perl(Test::Pod::Coverage)
|
BuildRequires: perl(Test::Pod::Coverage)
|
||||||
BuildRequires: perl(Test::Pod)
|
BuildRequires: perl(Test::Pod)
|
||||||
@ -52,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 13 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.044-1
|
||||||
|
- Upstream update.
|
||||||
|
- BR: perl(Test::More), perl(Time::HiRes).
|
||||||
|
|
||||||
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.043-4
|
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.043-4
|
||||||
- Mass rebuild with perl-5.12.0
|
- Mass rebuild with perl-5.12.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user