[BEDTools] Consoliate debuginfo patches

verdurin verdurin at fedoraproject.org
Sat Jun 14 08:29:08 UTC 2014


commit 62c5f450d6e6e197754d45f0fe3eae9ab4fefff9
Author: Adam Huffman <verdurin at fedoraproject.org>
Date:   Sat Jun 14 09:16:22 2014 +0100

    Consoliate debuginfo patches

 BEDTools.spec |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/BEDTools.spec b/BEDTools.spec
index 6b8c242..34326f0 100644
--- a/BEDTools.spec
+++ b/BEDTools.spec
@@ -10,8 +10,7 @@ URL:		https://github.com/arq5x/bedtools
 Source0:	https://github.com/arq5x/bedtools2/releases/download/v%{version}/bedtools-%{version}.tar.gz
 #Source1:	http://bedtools.googlecode.com/files/%{name}-User-Manual.v4.pdf
 #Fix debuginfo canonicalization error
-Patch0:		bedtools-gzstream-path.patch
-Patch1:		bedtools-debuginfo-path.patch
+Patch0:		bedtools-debuginfo-path.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	  zlib-devel
@@ -39,8 +38,7 @@ together.
 
 %prep
 %setup -q -n bedtools2-%{version}
-%patch0 -p1 -b .BEDTools.path
-%patch1 -p1 -b .BEDTools.debuginfo
+%patch0 -p1 -b .BEDTools.debuginfo
 
 # remove bundled curl library
 rm -rf src/utils/curl


More information about the scm-commits mailing list