Update to 0.08. BR Test::More.
This commit is contained in:
parent
c76498fe65
commit
7de882abb3
@ -1 +1 @@
|
||||
CPAN-DistnameInfo-0.07.tar.gz
|
||||
CPAN-DistnameInfo-0.08.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-CPAN-DistnameInfo
|
||||
Version: 0.07
|
||||
Release: 2%{?dist}
|
||||
Version: 0.08
|
||||
Release: 1%{?dist}
|
||||
Summary: Extract distribution name and version from a distribution filename
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -9,6 +9,7 @@ Source0: http://www.cpan.org/authors/id/G/GB/GBARR/CPAN-DistnameInfo-%{ve
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -54,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue May 12 2009 Steven Pritchard <steve@kspei.com> 0.08-1
|
||||
- Update to 0.08.
|
||||
- BR Test::More.
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user