Compare commits
No commits in common. "c8" and "stream-perl-5.24-rhel-8.9.0" have entirely different histories.
c8
...
stream-per
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/B-Debug-1.26.tar.gz
|
SOURCES/B-Debug-1.24.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
5d86e033d2fd6d5763334311b18a186092bd9aac SOURCES/B-Debug-1.26.tar.gz
|
|
@ -1,27 +1,21 @@
|
|||||||
# Run optional test
|
|
||||||
%if !%{defined perl_bootstrap}
|
|
||||||
%bcond_without perl_B_Debug_enables_optional_test
|
|
||||||
%else
|
|
||||||
%bcond_with perl_B_Debug_enables_optional_test
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: perl-B-Debug
|
Name: perl-B-Debug
|
||||||
Version: 1.26
|
Version: 1.24
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Walk Perl syntax tree, print debug information about op-codes
|
Summary: Walk Perl syntax tree, print debug information about op-codes
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/B-Debug/
|
URL: http://search.cpan.org/dist/B-Debug/
|
||||||
Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/B-Debug-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/B-Debug-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: findutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRequires: perl
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
||||||
# Run-time:
|
# Run-time:
|
||||||
BuildRequires: perl(B)
|
BuildRequires: perl(B)
|
||||||
# B::Asmdata not used
|
# B::Asmdata not used
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
# deprecate since perl 5.27.1
|
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
# Optional run-time:
|
# Optional run-time:
|
||||||
# B::Flags 0.04 not packaged
|
# B::Flags 0.04 not packaged
|
||||||
@ -29,12 +23,11 @@ BuildRequires: perl(strict)
|
|||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
%if %{with perl_B_Debug_enables_optional_test}
|
|
||||||
# Optional test:
|
# Optional test:
|
||||||
|
%if !%{defined perl_bootstrap}
|
||||||
BuildRequires: perl(Test::Pod) >= 1.00
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||||||
%endif
|
%endif
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
# deprecate since perl 5.27.1
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Walk Perl syntax tree and print debug information about op-codes. See
|
Walk Perl syntax tree and print debug information about op-codes. See
|
||||||
@ -44,11 +37,12 @@ B::Concise and B::Terse for other details.
|
|||||||
%setup -q -n B-Debug-%{version}
|
%setup -q -n B-Debug-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -61,26 +55,8 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-2
|
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.24-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuild with enable hardening (bug #1636329)
|
||||||
|
|
||||||
* Wed Dec 06 2017 Petr Pisar <ppisar@redhat.com> - 1.26-1
|
|
||||||
- 1.26 bump
|
|
||||||
|
|
||||||
* Thu Aug 10 2017 Petr Pisar <ppisar@redhat.com> - 1.25-2
|
|
||||||
- Rebuild to solve f27-rebuild tag merge conflict
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.24-394
|
|
||||||
- Perl 5.26 re-rebuild of bootstrapped packages
|
|
||||||
|
|
||||||
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.24-393
|
|
||||||
- Perl 5.26 rebuild
|
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-2
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
Loading…
Reference in New Issue
Block a user