Name: perl-Test-SubCalls
Summary: Track the number of times subs are called
Version: 1.09
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Test-SubCalls/
Description: Track the number of times subs are called.
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: dag # Upstream: Adam Kennedy <adamk$cpan,org> ### EL6 ships with perl-Test-SubCalls-1.09-1.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 Test-SubCalls Summary: Track the number of times subs are called Name: perl-Test-SubCalls Version: 1.09 Release: 1%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/Test-SubCalls/ Source: http://www.cpan.org/modules/by-module/Test/Test-SubCalls-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl >= 0:5.6.0 BuildRequires: perl(ExtUtils::MakeMaker) %{!?el4:BuildRequires: perl(Test::Builder::Tester) >= 1.02} Requires: perl >= 0:5.6.0 %description Track the number of times subs are called. %prep %setup -n %{real_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} %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 Changes LICENSE MANIFEST META.yml README %doc %{_mandir}/man3/Test::SubCalls.3pm* %dir %{perl_vendorlib}/Test/ #%{perl_vendorlib}/Test/SubCalls/ %{perl_vendorlib}/Test/SubCalls.pm %changelog * Thu Jun 11 2009 Christoph Maser <cmr@financial.com> - 1.09-1 - Updated to version 1.09. * Sun Nov 18 2007 Dag Wieers <dag@wieers.com> - 1.07-1 - Updated to release 1.07. * Fri May 04 2007 Dag Wieers <dag@wieers.com> - 1.06-1 - Initial package. (using DAR)