[perl-Math-MatrixReal] Add a missing test dependency and update %files

Petr Sabata psabata at fedoraproject.org
Mon Nov 7 09:00:22 UTC 2011


commit f3c737bb8ee07bb30f5aaae7bd495847dc494240
Author: Petr Sabata <contyk at redhat.com>
Date:   Mon Nov 7 09:57:41 2011 +0100

    Add a missing test dependency and update %files

 perl-Math-MatrixReal.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-Math-MatrixReal.spec b/perl-Math-MatrixReal.spec
index 7f05b1c..20516ae 100644
--- a/perl-Math-MatrixReal.spec
+++ b/perl-Math-MatrixReal.spec
@@ -14,6 +14,7 @@ BuildRequires:  perl(Math::Complex)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test::Simple)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Most)
 Requires:       perl(Exporter)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -47,7 +48,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 ./Build test
 
 %files
-%doc CHANGES CREDITS GOALS README TODO
+%doc CHANGES CREDITS GOALS README.mkd OLD_README TODO
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 


More information about the scm-commits mailing list