diff --git a/perl-File-Copy-Recursive.spec b/perl-File-Copy-Recursive.spec index 27ca6fb..bcb298e 100644 --- a/perl-File-Copy-Recursive.spec +++ b/perl-File-Copy-Recursive.spec @@ -1,12 +1,12 @@ Name: perl-File-Copy-Recursive Version: 0.30 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extension for recursively copying files and directories License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Copy-Recursive/ Source0: http://www.cpan.org/modules/by-module/File/File-Copy-Recursive-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -45,5 +45,8 @@ make test %{_mandir}/man3/* %changelog +* Thu Jan 18 2007 Ralf Corsépius - 0.30-2 +- Cosmetics. + * Wed Jan 17 2007 Ralf Corsépius - 0.30-1 - Initial Fedora submission.