- Upstream update.

This commit is contained in:
corsepiu 2006-11-03 05:43:18 +00:00
parent 17d5a82a9f
commit 65ad2d1e35
3 changed files with 13 additions and 6 deletions

View File

@ -1 +1 @@
File-Remove-0.31.tar.gz
File-Remove-0.33.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-File-Remove
Version: 0.31
Release: 3%{?dist}
Version: 0.33
Release: 1%{?dist}
Summary: Convenience module for removing files and directories
License: GPL or Artistic
Group: Development/Libraries
@ -9,6 +9,11 @@ Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSOD/File-Remove-%{version
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(File::Spec) >= 0.84
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Glob)
BuildArch: noarch
%description
@ -36,12 +41,14 @@ make test
%files
%defattr(-,root,root,-)
# For license text(s), see the perl package.
%doc CHANGES README
%doc Changes README LICENSE
%{perl_vendorlib}/File
%{_mandir}/man3/*
%changelog
* Fri Nov 03 2006 Ralf Corsépius <rc040203@freenet.de> - 0.33-1
- Upstream update.
* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.31-3
- Mass rebuild.

View File

@ -1 +1 @@
8dbe965298ffe80415c3460635bb923f File-Remove-0.31.tar.gz
a72672453ccf9884121c788ea859b12d File-Remove-0.33.tar.gz