[mmseq] Use release-specific source archive

verdurin verdurin at fedoraproject.org
Sun Mar 1 22:06:14 UTC 2015


commit 9d6fc46ce18903d8914d75c4116e5af32a09d918
Author: bloch at verdurin.com <bloch at verdurin.com>
Date:   Sun Mar 1 22:05:51 2015 +0000

    Use release-specific source archive

 .gitignore | 1 +
 mmseq.spec | 6 +++---
 sources    | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea7e516..f1ce5b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /mmseq_0.9.14.zip
 /mmseq_0.9.18.zip
 /latest.zip
+/1.0.8a.zip
diff --git a/mmseq.spec b/mmseq.spec
index 9f4c023..1e3ab26 100644
--- a/mmseq.spec
+++ b/mmseq.spec
@@ -5,8 +5,8 @@ Summary:	Haplotype and isoform specific expression estimation for RNA-seq
 
 Group:		Applications/Engineering
 License:	GPLv2+
-URL:		https://github.com/eturro/mmseq
-Source0:	https://github.com/eturro/mmseq/archive/latest.zip
+URL:		https://github.com/eturro/%{name}
+Source0:	https://github.com/eturro/%{name}/archive/%{version}.zip
 Patch0:		mmseq-sam-header.patch
 #Patch1:		mmseq-flags.patch
 Patch2:		mmseq-zlib.patch
@@ -26,7 +26,7 @@ Software for fast, scalable haplotype and isoform expression
 estimation using multi-mapping RNA-seq reads.  Example scripts are included.
 
 %prep
-%setup -q -n %{name}_%{version}
+%setup -q -n %{name}-%{version}
 #Look for samtools headers in the correct location for Fedora
 %patch0 -p1 -b .mmseq-sam-header.patch
 #Use Fedora compilation headers
diff --git a/sources b/sources
index 4395fd8..e7249e0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b3ce5af9258908672407aeb6f01d0135  latest.zip
+e4d73f76baba7bbd04b0e56d2620c57b  1.0.8a.zip


More information about the scm-commits mailing list