Specify all dependencies

This commit is contained in:
Petr Písař 2012-08-14 16:16:26 +02:00
parent 06a7f67154
commit de03ba2284

View File

@ -1,6 +1,6 @@
Name: perl-Package-Stash-XS Name: perl-Package-Stash-XS
Version: 0.25 Version: 0.25
Release: 4%{?dist} Release: 5%{?dist}
Summary: Faster and more correct implementation of the Package::Stash API Summary: Faster and more correct implementation of the Package::Stash API
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
@ -11,8 +11,11 @@ Patch1: Package-Stash-XS-0.24-old-Test::More.patch
Patch2: Package-Stash-XS-0.24-no-Test::LeakTrace.patch Patch2: Package-Stash-XS-0.24-no-Test::LeakTrace.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildRequires: perl >= 3:5.8.1 BuildRequires: perl >= 3:5.8.1
BuildRequires: perl(constant)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(lib)
BuildRequires: perl(Pod::Coverage::TrustPod) BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::EOL) BuildRequires: perl(Test::EOL)
BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
@ -22,6 +25,7 @@ BuildRequires: perl(Test::Pod::Coverage)
# Some test suite requirements not universally available # Some test suite requirements not universally available
%if "%{?rhel}" != "4" && "%{?rhel}" != "5" %if "%{?rhel}" != "4" && "%{?rhel}" != "5"
BuildRequires: perl(Test::LeakTrace) >= 0.11 BuildRequires: perl(Test::LeakTrace) >= 0.11
BuildRequires: perl(XSLoader)
%endif %endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -77,6 +81,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/Package::Stash::XS.3pm* %{_mandir}/man3/Package::Stash::XS.3pm*
%changelog %changelog
* Tue Aug 14 2012 Petr Pisar <ppisar@redhat.com> - 0.25-5
- Specify all dependencies
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25-4 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild