|
|
@ -1,11 +1,13 @@
|
|
|
|
Name: perl-Test-SubCalls
|
|
|
|
Name: perl-Test-SubCalls
|
|
|
|
Version: 1.09
|
|
|
|
Version: 1.09
|
|
|
|
Release: 27%{?dist}
|
|
|
|
Release: 28%{?dist}
|
|
|
|
Summary: Track the number of times subs are called
|
|
|
|
Summary: Track the number of times subs are called
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/Test-SubCalls/
|
|
|
|
URL: http://search.cpan.org/dist/Test-SubCalls/
|
|
|
|
Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Test-SubCalls-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Test-SubCalls-%{version}.tar.gz
|
|
|
|
|
|
|
|
# Fix building on Perl without "." in @INC, CPAN RT#120411
|
|
|
|
|
|
|
|
Patch0: Test-SubCalls-1.09-inc.diff
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
@ -16,6 +18,7 @@ BuildRequires: perl(File::Path)
|
|
|
|
BuildRequires: perl(File::Spec) >= 0.80
|
|
|
|
BuildRequires: perl(File::Spec) >= 0.80
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
BuildRequires: perl(Hook::LexWrap) >= 0.20
|
|
|
|
BuildRequires: perl(Hook::LexWrap) >= 0.20
|
|
|
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(Test::Builder)
|
|
|
|
BuildRequires: perl(Test::Builder)
|
|
|
|
BuildRequires: perl(Test::Builder::Tester) >= 1.02
|
|
|
|
BuildRequires: perl(Test::Builder::Tester) >= 1.02
|
|
|
|
BuildRequires: perl(Test::More) >= 0.42
|
|
|
|
BuildRequires: perl(Test::More) >= 0.42
|
|
|
@ -36,6 +39,7 @@ subroutine deep within the code was called a specific number of times.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Test-SubCalls-%{version}
|
|
|
|
%setup -q -n Test-SubCalls-%{version}
|
|
|
|
|
|
|
|
%patch0 -p0
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
@ -59,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_mandir}/man3/Test::SubCalls.3pm*
|
|
|
|
%{_mandir}/man3/Test::SubCalls.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 16 2017 Petr Pisar <ppisar@redhat.com> - 1.09-28
|
|
|
|
|
|
|
|
- Fix building on Perl without "." in @INC (CPAN RT#120411)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.09-27
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.09-27
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|