Name: perl-Devel-Leak
Summary: Utility for looking for perl objects that are not reclaimed
Version: 0.03
Release: 1.2
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Devel-Leak/
Description: This module provides a basic way to discover if a piece of perl code
is allocating perl data and not releasing them again.
The build was succesful. The following RPMs were generated:
The build was succesful. The following RPMs were generated:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: Nick Ing-Simmons <nick$ing-simmons,net> ### EL6 ships with perl-Devel-Leak-0.03-10.el6 %{?el6:# Tag: rfx} %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name Devel-Leak Summary: Utility for looking for perl objects that are not reclaimed Name: perl-Devel-Leak Version: 0.03 Release: 1.2%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/Devel-Leak/ Source: http://www.cpan.org/modules/by-module/Devel/Devel-Leak-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) %description This module provides a basic way to discover if a piece of perl code is allocating perl data and not releasing them again. %prep %setup -n %{real_name}-%{version} %build CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}" %install %{__rm} -rf %{buildroot} %{__make} pure_install ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc README %doc %{_mandir}/man3/*.3pm* %dir %{perl_vendorarch}/Devel/ %{perl_vendorarch}/Devel/Leak.pm %dir %{perl_vendorarch}/auto/Devel/ %{perl_vendorarch}/auto/Devel/Leak/ %changelog * Sat Apr 9 2005 Dries Verachtert <dries@ulyssis.org> - 0.03-1 - Initial package.