|
|
|
@ -1,21 +1,20 @@
|
|
|
|
|
Name: perl-B-Debug
|
|
|
|
|
Version: 1.24
|
|
|
|
|
Release: 395%{?dist}
|
|
|
|
|
Version: 1.25
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Walk Perl syntax tree, print debug information about op-codes
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/B-Debug/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/B-Debug-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
# Run-time:
|
|
|
|
|
BuildRequires: perl(B)
|
|
|
|
|
# B::Asmdata not used
|
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
|
# deprecate since perl 5.27.1
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
# Optional run-time:
|
|
|
|
|
# B::Flags 0.04 not packaged
|
|
|
|
@ -28,6 +27,7 @@ BuildRequires: perl(warnings)
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
%endif
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
# deprecate since perl 5.27.1
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Walk Perl syntax tree and print debug information about op-codes. See
|
|
|
|
@ -37,12 +37,11 @@ B::Concise and B::Terse for other details.
|
|
|
|
|
%setup -q -n B-Debug-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
@ -55,6 +54,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 27 2017 Petr Pisar <ppisar@redhat.com> - 1.25-1
|
|
|
|
|
- 1.25 bump
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-395
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|