6.02 bump
This commit is contained in:
parent
86db5ae6a7
commit
b93910fc8e
@ -1,5 +1,5 @@
|
|||||||
Name: perl-HTTP-Date
|
Name: perl-HTTP-Date
|
||||||
Version: 6.01
|
Version: 6.02
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Date conversion routines
|
Summary: Date conversion routines
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -7,8 +7,9 @@ Group: Development/Libraries
|
|||||||
URL: http://search.cpan.org/dist/HTTP-Date/
|
URL: http://search.cpan.org/dist/HTTP-Date/
|
||||||
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Date-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Date-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(Exporter)
|
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
# Run-time
|
||||||
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(Time::Local)
|
BuildRequires: perl(Time::Local)
|
||||||
BuildRequires: perl(Time::Zone)
|
BuildRequires: perl(Time::Zone)
|
||||||
# Tests only:
|
# Tests only:
|
||||||
@ -40,12 +41,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 16 2012 Petr Pisar <ppisar@redhat.com> - 6.01-1
|
||||||
- 6.01 bump
|
- 6.01 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user