You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-B-Debug/perl-B-Debug.spec

88 lines
2.6 KiB

10 years ago
Name: perl-B-Debug
10 years ago
Version: 1.23
Release: 366%{?dist}
10 years ago
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: perl
BuildRequires: perl-generators
10 years ago
BuildRequires: perl(ExtUtils::MakeMaker)
# Run-time:
BuildRequires: perl(B)
# B::Asmdata not used
BuildRequires: perl(Config)
BuildRequires: perl(strict)
# Optional run-time:
# B::Flags 0.04 not packaged
# Tests:
BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::More)
BuildRequires: perl(warnings)
# Optional test:
%if !%{defined perl_bootstrap}
BuildRequires: perl(Test::Pod) >= 1.00
%endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description
Walk Perl syntax tree and print debug information about op-codes. See
B::Concise and B::Terse for other details.
%prep
%setup -q -n B-Debug-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
10 years ago
%license Artistic Copying
%doc Changes README
10 years ago
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-366
- Perl 5.24 re-rebuild of bootstrapped packages
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-365
- Increase release to favour standalone package
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-348
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23-347
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-346
- Perl 5.22 re-rebuild of bootstrapped packages
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-345
- Increase release to favour standalone package
10 years ago
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-2
- Perl 5.22 rebuild
10 years ago
* Mon Feb 02 2015 Petr Pisar <ppisar@redhat.com> - 1.23-1
- 1.23 bump
* Wed Oct 29 2014 Petr Pisar <ppisar@redhat.com> - 1.22-2
- Do not build-require version module
10 years ago
* Mon Oct 27 2014 Petr Pisar <ppisar@redhat.com> - 1.22-1
- 1.22 bump
10 years ago
* Wed Sep 17 2014 Petr Pisar <ppisar@redhat.com> 1.21-1
- Specfile autogenerated by cpanspec 1.78.