Add BR perl(ExtUtils::MakeMaker).
Signed-off-by: Marcela Mašláňová <mmaslano@redhat.com>
This commit is contained in:
parent
6750ed6ecf
commit
16b7d993a1
@ -1,6 +1,6 @@
|
||||
Name: perl-Class-Data-Inheritable
|
||||
Version: 0.08
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Summary: Inheritable, overridable class data
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||
@ -46,6 +47,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Class::Data::Inheritable.3pm*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 06 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-13
|
||||
- Add BR perl(ExtUtils::MakeMaker)
|
||||
|
||||
* Tue Jul 24 2012 Paul Howarth <paul@city-fan.org> - 0.08-12
|
||||
- BR:/R: perl(Carp)
|
||||
- BR: perl(base)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user