[perl-Crypt-CipherSaber/f20] Clean debuginfo generator temporary files that break manifest validation

Petr Pisar ppisar at fedoraproject.org
Wed Aug 27 14:31:40 UTC 2014


commit 7f1a4829b9617ce503aecb72b2fb0f14493fde77
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jun 3 10:57:13 2014 +0200

    Clean debuginfo generator temporary files that break manifest validation

 perl-Crypt-CipherSaber.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-Crypt-CipherSaber.spec b/perl-Crypt-CipherSaber.spec
index 28d1a2e..dca6110 100644
--- a/perl-Crypt-CipherSaber.spec
+++ b/perl-Crypt-CipherSaber.spec
@@ -1,6 +1,6 @@
 Name:           perl-Crypt-CipherSaber
 Version:        1.00
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Perl module implementing CipherSaber encryption
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -13,8 +13,8 @@ BuildRequires:  perl(Test::Simple) >= 0.60
 BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
-# FIXME : Next BR: enhance the tests, but fails.
-#BuildRequires:  perl(Module::Signature)
+# Optional tests:
+BuildRequires:  perl(Module::Signature)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -38,6 +38,8 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
+# debuginfo generator leaves files that break manifest validation
+rm *.list
 ./Build test
 
 %clean
@@ -50,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 27 2014 Petr Pisar <ppisar at redhat.com> - 1.00-14
+- Clean debuginfo generator temporary files that break manifest validation
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.00-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list