Blame SPECS/perl-B-Debug.spec

28a2c6
# Run optional test
28a2c6
%if !%{defined perl_bootstrap}
28a2c6
%if ! (0%{?rhel})
28a2c6
%bcond_without perl_B_Debug_enables_optional_test
28a2c6
%else
28a2c6
%bcond_with perl_B_Debug_enables_optional_test
28a2c6
%endif
28a2c6
%else
28a2c6
%global _without_perl_B_Debug_enables_optional_test 1
28a2c6
%global _with_perl_B_Debug_enables_optional_test 0
28a2c6
%endif
28a2c6
28a2c6
28a2c6
Name:           perl-B-Debug
28a2c6
Version:        1.26
28a2c6
Release:        2%{?dist}
28a2c6
Summary:        Walk Perl syntax tree, print debug information about op-codes
28a2c6
License:        GPL+ or Artistic
28a2c6
URL:            http://search.cpan.org/dist/B-Debug/
28a2c6
Source0:        http://www.cpan.org/authors/id/R/RU/RURBAN/B-Debug-%{version}.tar.gz
28a2c6
BuildArch:      noarch
28a2c6
BuildRequires:  make
28a2c6
BuildRequires:  perl-generators
28a2c6
BuildRequires:  perl-interpreter
28a2c6
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
28a2c6
# Run-time:
28a2c6
BuildRequires:  perl(B)
28a2c6
# B::Asmdata not used
28a2c6
BuildRequires:  perl(Config)
28a2c6
# deprecate since perl 5.27.1
28a2c6
BuildRequires:  perl(strict)
28a2c6
# Optional run-time:
28a2c6
# B::Flags 0.04 not packaged
28a2c6
# Tests:
28a2c6
BuildRequires:  perl(File::Spec)
28a2c6
BuildRequires:  perl(Test::More)
28a2c6
BuildRequires:  perl(warnings)
28a2c6
%if %{with perl_B_Debug_enables_optional_test}
28a2c6
# Optional test:
28a2c6
BuildRequires:  perl(Test::Pod) >= 1.00
28a2c6
%endif
28a2c6
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
28a2c6
# deprecate since perl 5.27.1
28a2c6
28a2c6
%description
28a2c6
Walk Perl syntax tree and print debug information about op-codes. See
28a2c6
B::Concise and B::Terse for other details.
28a2c6
28a2c6
%prep
28a2c6
%setup -q -n B-Debug-%{version}
28a2c6
28a2c6
%build
28a2c6
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
28a2c6
make %{?_smp_mflags}
28a2c6
28a2c6
%install
28a2c6
make pure_install DESTDIR=$RPM_BUILD_ROOT
28a2c6
%{_fixperms} $RPM_BUILD_ROOT/*
28a2c6
28a2c6
%check
28a2c6
make test
28a2c6
28a2c6
%files
28a2c6
%license Artistic Copying
28a2c6
%doc Changes README
28a2c6
%{perl_vendorlib}/*
28a2c6
%{_mandir}/man3/*
28a2c6
28a2c6
%changelog
28a2c6
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-2
28a2c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
28a2c6
28a2c6
* Wed Dec 06 2017 Petr Pisar <ppisar@redhat.com> - 1.26-1
28a2c6
- 1.26 bump
28a2c6
28a2c6
* Thu Aug 10 2017 Petr Pisar <ppisar@redhat.com> - 1.25-2
28a2c6
- Rebuild to solve f27-rebuild tag merge conflict
28a2c6
28a2c6
* Thu Jul 27 2017 Petr Pisar <ppisar@redhat.com> - 1.25-1
28a2c6
- 1.25 bump
28a2c6
28a2c6
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-395
28a2c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
28a2c6
28a2c6
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.24-394
28a2c6
- Perl 5.26 re-rebuild of bootstrapped packages
28a2c6
28a2c6
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.24-393
28a2c6
- Perl 5.26 rebuild
28a2c6
28a2c6
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-2
28a2c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
28a2c6
28a2c6
* Fri Dec 23 2016 Petr Pisar <ppisar@redhat.com> - 1.24-1
28a2c6
- 1.24 bump
28a2c6
28a2c6
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-366
28a2c6
- Perl 5.24 re-rebuild of bootstrapped packages
28a2c6
28a2c6
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-365
28a2c6
- Increase release to favour standalone package
28a2c6
28a2c6
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-348
28a2c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
28a2c6
28a2c6
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23-347
28a2c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
28a2c6
28a2c6
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-346
28a2c6
- Perl 5.22 re-rebuild of bootstrapped packages
28a2c6
28a2c6
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-345
28a2c6
- Increase release to favour standalone package
28a2c6
28a2c6
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-2
28a2c6
- Perl 5.22 rebuild
28a2c6
28a2c6
* Mon Feb 02 2015 Petr Pisar <ppisar@redhat.com> - 1.23-1
28a2c6
- 1.23 bump
28a2c6
28a2c6
* Wed Oct 29 2014 Petr Pisar <ppisar@redhat.com> - 1.22-2
28a2c6
- Do not build-require version module
28a2c6
28a2c6
* Mon Oct 27 2014 Petr Pisar <ppisar@redhat.com> - 1.22-1
28a2c6
- 1.22 bump
28a2c6
28a2c6
* Wed Sep 17 2014 Petr Pisar <ppisar@redhat.com> 1.21-1
28a2c6
- Specfile autogenerated by cpanspec 1.78.