[perl-Module-ExtractUse] Reinstate %check

Paul Howarth pghmcfc at fedoraproject.org
Thu Mar 17 11:04:15 UTC 2011


commit e8053ae309e5b84213166438accd18589b3b2488
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Mar 17 11:03:31 2011 +0000

    Reinstate %check

 perl-Module-ExtractUse.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/perl-Module-ExtractUse.spec b/perl-Module-ExtractUse.spec
index dbe09fd..cfe674a 100644
--- a/perl-Module-ExtractUse.spec
+++ b/perl-Module-ExtractUse.spec
@@ -1,6 +1,6 @@
 Name:           perl-Module-ExtractUse
 Version:        0.23
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Find out what modules are used
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -39,8 +39,8 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-# switch off for meantime until other packages will be rebuild
-#./Build test
+./Build test
+./Build test --test_files="xt/*.t"
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -55,11 +55,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Thu Mar 17 2011 Paul Howarth <paul at city-fan.org> - 0.23-8
+- Reinstate %%check
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.23-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Mon Dec 20 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.23-6
-- 661697 rebuild for fixing problems with vendorach/lib
+- Rebuild to fix problems with vendorarch/lib (#661697)
 
 * Mon May 03 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.23-5
 - Mass rebuild with perl-5.12.0 


More information about the scm-commits mailing list