[samtools] Ensure seqtk tool in misc/ is included

verdurin verdurin at fedoraproject.org
Wed Oct 26 16:02:26 UTC 2011


commit 9167a44666fae43b9e1286d1b5bb31c8d903cd52
Author: Adam Huffman <bloch at verdurin.com>
Date:   Wed Oct 26 16:54:53 2011 +0100

    Ensure seqtk tool in misc/ is included

 samtools.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/samtools.spec b/samtools.spec
index 7cb6101..8dd6511 100644
--- a/samtools.spec
+++ b/samtools.spec
@@ -1,6 +1,6 @@
 Name:		samtools
 Version:	0.1.18
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Tools for nucleotide sequence alignments in the SAM format
 
 Group:		Applications/Engineering
@@ -81,7 +81,7 @@ cd misc/
 install -p blast2sam.pl bowtie2sam.pl export2sam.pl interpolate_sam.pl	\
     maq2sam-long maq2sam-short md5fa md5sum-lite novo2sam.pl psl2sam.pl	\
     sam2vcf.pl samtools.pl soap2sam.pl varfilter.py wgsim wgsim_eval.pl	\
-    zoom2sam.pl								\
+    zoom2sam.pl seqtk	   	       		    			\
     %{buildroot}%{_bindir}
 
 cd ../bcftools/
@@ -118,6 +118,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Oct 26 2011 Adam Huffman <verdurin at fedoraproject.org> - 0.1.18-2
+- make sure new seqtk tool included
+
 * Tue Sep  6 2011 Rasmus Ory Nielsen <ron at ron.dk> - 0.1.18-1
 - Updated to 0.1.18
 


More information about the scm-commits mailing list