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