[perl-Tie-DBI] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Thu Feb 28 08:00:12 UTC 2013


commit f102e12661ce35a96ebc8d51f0b830e32c5b79eb
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 28 09:00:02 2013 +0100

    Specify all dependencies

 perl-Tie-DBI.spec |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/perl-Tie-DBI.spec b/perl-Tie-DBI.spec
index 8050b76..e1678d3 100644
--- a/perl-Tie-DBI.spec
+++ b/perl-Tie-DBI.spec
@@ -5,18 +5,31 @@ Summary:        Tie hashes to DBI relational databases
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Tie-DBI/
-Source0:        http://search.cpan.org/CPAN/authors/id/L/LD/LDS/Tie-DBI-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/Tie-DBI-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(Test::More), perl(DBD::SQLite)
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(DBI)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(constant)
+BuildRequires:  perl(DBD::SQLite)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:  perl(Encode)
 
 %description
 This distribution contains Tie::DBI and Tie::RDBM, two modules that
 allow you to tie associative arrays to relational databases using the
 DBI library.  The hash is tied to a table in a local or networked
-database.  Reading from the hash retrieves values from the datavbase.
+database.  Reading from the hash retrieves values from the database.
 Storing into the hash updates the database (if you have sufficient
 privileges).
 
@@ -50,6 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.05-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+- Specify all dependencies
 
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.05-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild


More information about the scm-commits mailing list