epel9
Petr Písař 8 years ago
parent 408b17733f
commit 9750e05ee8

1
.gitignore vendored

@ -1,3 +1,4 @@
/B-Debug-1.21.tar.gz
/B-Debug-1.22.tar.gz
/B-Debug-1.23.tar.gz
/B-Debug-1.24.tar.gz

@ -1,12 +1,14 @@
Name: perl-B-Debug
Version: 1.23
Release: 366%{?dist}
Version: 1.24
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
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
@ -40,7 +42,7 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name .packlist -delete
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@ -53,6 +55,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Dec 23 2016 Petr Pisar <ppisar@redhat.com> - 1.24-1
- 1.24 bump
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-366
- Perl 5.24 re-rebuild of bootstrapped packages

@ -1 +1 @@
16f78c3bdb00d42376306ae11fc93af0 B-Debug-1.23.tar.gz
SHA512 (B-Debug-1.24.tar.gz) = ed41e8ed3dc7e5a2a95abfc9c2a4064cd1d956157be8e9d3018e197ceff2f6fe29319f29e663aa6ff728ecba2acb50d901babac658cb5d9b75583a717c41a78a

Loading…
Cancel
Save