6.02 bump

This commit is contained in:
Petr Písař 2012-04-02 10:44:39 +02:00
parent 86db5ae6a7
commit b93910fc8e

View File

@ -1,5 +1,5 @@
Name: perl-HTTP-Date
Version: 6.01
Version: 6.02
Release: 1%{?dist}
Summary: Date conversion routines
License: GPL+ or Artistic
@ -7,8 +7,9 @@ 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(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
# Run-time
BuildRequires: perl(Exporter)
BuildRequires: perl(Time::Local)
BuildRequires: perl(Time::Zone)
# Tests only:
@ -40,12 +41,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
make test
%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Mon Apr 02 2012 Petr Pisar <ppisar@redhat.com> - 6.02-1
- 6.02 bump
* Thu Feb 16 2012 Petr Pisar <ppisar@redhat.com> - 6.01-1
- 6.01 bump