Specify all dependencies

This commit is contained in:
Petr Písař 2012-08-15 10:12:02 +02:00
parent bbf16bee68
commit fcf4743664

View File

@ -1,7 +1,7 @@
Name: perl-parent
Epoch: 1
Version: 0.225
Release: 240%{?dist}
Release: 241%{?dist}
Summary: Establish an ISA relationship with base classes at compile time
License: GPL+ or Artistic
Group: Development/Libraries
@ -10,6 +10,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/C/CO/CORION/parent-%{version}.ta
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More) >= 0.4
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -56,6 +57,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/parent.3pm*
%changelog
* Wed Aug 15 2012 Petr Pisar <ppisar@redhat.com> - 1:0.225-241
- Specify all dependencies
* Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.225-240
- bump release to override sub-package from perl.spec