[perl-HTTP-Date] Fix the dependency list

Petr Šabata psabata at fedoraproject.org
Thu Aug 1 07:52:52 UTC 2013


commit adecb7854511887cb57841215bffd8390cd01d97
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Aug 1 09:52:44 2013 +0200

    Fix the dependency list

 perl-HTTP-Date.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTTP-Date.spec b/perl-HTTP-Date.spec
index 91ed9ef..b35a423 100644
--- a/perl-HTTP-Date.spec
+++ b/perl-HTTP-Date.spec
@@ -1,17 +1,20 @@
 Name:           perl-HTTP-Date
 Version:        6.02
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Date conversion routines
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/HTTP-Date/
 Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Date-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
 # Run-time
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Time::Local)
 BuildRequires:  perl(Time::Zone)
+BuildRequires:  perl(vars)
 # Tests only:
 BuildRequires:  perl(Test)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -45,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 01 2013 Petr Šabata <contyk at redhat.com> - 6.02-7
+- Fix the dependency list
+
 * Thu Jul 18 2013 Petr Pisar <ppisar at redhat.com> - 6.02-6
 - Perl 5.18 rebuild
 



More information about the perl-devel mailing list