perl rebuild, third small chain
This commit is contained in:
parent
72c24c8e32
commit
65b02b8ab6
@ -1,6 +1,6 @@
|
||||
Name: perl-IPC-Run3
|
||||
Version: 0.040
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Run a subprocess in batch mode (a la system) on Unix, Win32, etc
|
||||
License: GPL+ or BSD or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# For improved tests
|
||||
# BuildRequires: perl(Test::Pod::Coverage)
|
||||
BuildRequires: perl(Test::Pod::Coverage)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
@ -40,7 +40,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
# make test
|
||||
make test
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.040-4
|
||||
- Rebuild normally, second pass
|
||||
|
||||
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.040-3
|
||||
- Rebuild for perl 5.10 (again), disable tests for first pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user