Do not build-require version module

epel9
Petr Písař 10 years ago
parent d6a104914f
commit 11a6e4ee96

@ -1,6 +1,6 @@
Name: perl-B-Debug Name: perl-B-Debug
Version: 1.22 Version: 1.22
Release: 1%{?dist} Release: 2%{?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 Group: Development/Libraries
@ -9,7 +9,6 @@ Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/B-Debug-%{version}.ta
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(version)
# Run-time: # Run-time:
BuildRequires: perl(B) BuildRequires: perl(B)
# B::Asmdata not used # B::Asmdata not used
@ -52,6 +51,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed Oct 29 2014 Petr Pisar <ppisar@redhat.com> - 1.22-2
- Do not build-require version module
* Mon Oct 27 2014 Petr Pisar <ppisar@redhat.com> - 1.22-1 * Mon Oct 27 2014 Petr Pisar <ppisar@redhat.com> - 1.22-1
- 1.22 bump - 1.22 bump

Loading…
Cancel
Save