[perl-Taint-Runtime] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Mon Oct 29 14:49:44 UTC 2012


commit 121cedc21b93de2f6c023f09e851316ac48fc0f2
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Oct 29 15:46:52 2012 +0100

    Specify all dependencies

 perl-Taint-Runtime.spec |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/perl-Taint-Runtime.spec b/perl-Taint-Runtime.spec
index 6036f99..602e70a 100644
--- a/perl-Taint-Runtime.spec
+++ b/perl-Taint-Runtime.spec
@@ -1,14 +1,23 @@
 Name:           perl-Taint-Runtime
 Version:        0.03
-Release:        16%{?dist}
+Release:        17%{?dist}
 Summary:        Runtime enable taint checking
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Taint-Runtime
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Taint-Runtime-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(XSLoader)
+# Tests:
 BuildRequires:  perl(Test::More)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:   perl(Carp)
+
+%{?perl_default_filter}
 
 %description
 This module enables runtime taint checking, for cases where the -T
@@ -47,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Oct 29 2012 Petr Pisar <ppisar at redhat.com> - 0.03-17
+- Specify all dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.03-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 



More information about the perl-devel mailing list