- BR: perl(Test::More).
This commit is contained in:
parent
5f54a0fb0f
commit
93052f005e
@ -1,6 +1,6 @@
|
|||||||
Name: perl-File-Copy-Recursive
|
Name: perl-File-Copy-Recursive
|
||||||
Version: 0.33
|
Version: 0.33
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Extension for recursively copying files and directories
|
Summary: Extension for recursively copying files and directories
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(File::Copy)
|
BuildRequires: perl(File::Copy)
|
||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
@ -46,6 +47,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 14 2007 Ralf Corsépius <rc040203@freenet.de> - 0.33-2
|
||||||
|
- BR: perl(Test::More).
|
||||||
|
|
||||||
* Mon May 14 2007 Ralf Corsépius <rc040203@freenet.de> - 0.33-1
|
* Mon May 14 2007 Ralf Corsépius <rc040203@freenet.de> - 0.33-1
|
||||||
- Upstream update.
|
- Upstream update.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user