[hmmer] Fix build failure due to old (perl4) code in the test suite.

Christian Iseli c4chris at fedoraproject.org
Fri Jul 20 20:15:17 UTC 2012


commit ba8c880f68761f3877f85ba3502cf443d6e3ea7b
Author: Christian Iseli <Christian.Iseli at licr.org>
Date:   Fri Jul 20 22:15:08 2012 +0200

    Fix build failure due to old (perl4) code in the test suite.

 hmmer.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/hmmer.spec b/hmmer.spec
index e8cde99..0164391 100644
--- a/hmmer.spec
+++ b/hmmer.spec
@@ -1,6 +1,6 @@
 Name:           hmmer
 Version:        3.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Profile HMM software for protein sequence analysis
 
 Group:          Applications/Engineering
@@ -19,6 +19,9 @@ software for protein sequence analysis.
 %prep
 %setup -q
 
+# Need to 'fix' an old perl script
+sed -i '/^require/d;/Getopts/d' easel/devkit/sqc
+
 
 %build
 %configure
@@ -50,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 20 2012 Christian Iseli <Christian.Iseli at unil.ch> - 3.0-5
+- Fix build failure due to old (perl4) code in the test suite
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list