rebuild, first pass, disable TMV, tests
This commit is contained in:
parent
435ce0134a
commit
b076df9acb
@ -1,6 +1,6 @@
|
||||
Name: perl-File-Remove
|
||||
Version: 0.39
|
||||
Release: 4%{?dist}
|
||||
Release: 4%{?dist}.1
|
||||
Summary: Convenience module for removing files and directories
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -18,7 +18,7 @@ BuildRequires: perl(File::Glob)
|
||||
|
||||
# For improved tests
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::MinimumVersion) >= 0.007
|
||||
# BuildRequires: perl(Test::MinimumVersion) >= 0.007
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -43,7 +43,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
make test AUTOMATED_TESTING=1
|
||||
# make test AUTOMATED_TESTING=1
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
@ -52,6 +52,9 @@ make test AUTOMATED_TESTING=1
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.39-4.1
|
||||
- rebuild, first pass, without TMV, tests
|
||||
|
||||
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.39-4
|
||||
- rebuild for new perl
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user