|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Test-Memory-Cycle
|
|
|
|
|
Version: 1.04
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Check for memory leaks and circular memory references
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -15,7 +15,7 @@ BuildRequires: perl(PadWalker)
|
|
|
|
|
BuildRequires: perl(Test::Builder::Tester)
|
|
|
|
|
BuildRequires: perl(Test::Simple) >= 0.62
|
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
|
# BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -44,7 +44,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
# make test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.04-2
|
|
|
|
|
- rebuild for new perl, disable T-P-C and tests for first pass
|
|
|
|
|
|
|
|
|
|
* Wed Aug 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-1
|
|
|
|
|
- Update to 1.04.
|
|
|
|
|
|
|
|
|
|