- Upstream update.
This commit is contained in:
parent
7f6af5d7b1
commit
d3e184400e
@ -1 +1 @@
|
||||
File-Remove-0.38.tar.gz
|
||||
File-Remove-0.39.tar.gz
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user