[bwa] Remove solid2fastq.pl and add xa2multi.pl

verdurin verdurin at fedoraproject.org
Sat Oct 26 23:11:39 UTC 2013


commit d748457547abb8afb293f4bc20ad038c8c8fbe7b
Author: Adam Huffman <verdurin at fedoraproject.org>
Date:   Sun Oct 27 00:11:12 2013 +0100

    Remove solid2fastq.pl and add xa2multi.pl

 bwa.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/bwa.spec b/bwa.spec
index 82a19e2..c738a69 100644
--- a/bwa.spec
+++ b/bwa.spec
@@ -39,6 +39,7 @@ mkdir -p %{buildroot}/%{_mandir}/man1
 install -m 0755 bwa %{buildroot}/%{_bindir}
 install -m 0755 solid2fastq.pl %{buildroot}/%{_bindir}
 install -m 0755 qualfa2fq.pl %{buildroot}/%{_bindir}
+install -m 0755 xa2multi.pl %{buildroot}/%{_bindir}
 
 install -m 0644 bwa.1 %{buildroot}/%{_mandir}/man1/bwa.1
 
@@ -52,7 +53,7 @@ rm -rf %{buildroot}
 %{_mandir}/man1/%{name}.1*
 %{_bindir}/bwa
 %{_bindir}/qualfa2fq.pl
-%{_bindir}/solid2fastq.pl
+%{_bindir}/xa2multi.pl
 
 
 %changelog


More information about the scm-commits mailing list