- Upstream update.

This commit is contained in:
corsepiu 2007-11-20 04:32:35 +00:00
parent 7f6af5d7b1
commit d3e184400e
3 changed files with 12 additions and 4 deletions

View File

@ -1 +1 @@
File-Remove-0.38.tar.gz
File-Remove-0.39.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-File-Remove
Version: 0.38
Version: 0.39
Release: 1%{?dist}
Summary: Convenience module for removing files and directories
License: GPL+ or Artistic
@ -16,6 +16,11 @@ BuildRequires: perl(File::Spec) >= 0.84
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Glob)
# For improved tests
BuildRequires: perl(Test::Pod) >= 1.00
# FIXME: Not yet available in Fedora
# BuildRequires: perl(Test::MinimumVersion) >= 0.007
BuildArch: noarch
%description
@ -39,7 +44,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
rm -rf $RPM_BUILD_ROOT
%check
make test
make test AUTOMATED_TESTING=1
%files
%defattr(-,root,root,-)
@ -48,6 +53,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Nov 20 2007 Ralf Corsépius <rc040203@freenet.de> - 0.39-1
- Upstream update.
* Wed Oct 17 2007 Ralf Corsépius <rc040203@freenet.de> - 0.38-1
- Upstream update.

View File

@ -1 +1 @@
e6a078ad3348db60de44fe637d6abff2 File-Remove-0.38.tar.gz
8a25d37cc652e67654b9cb4b0fbc87c6 File-Remove-0.39.tar.gz