Use release-specific source archive

This commit is contained in:
bloch@verdurin.com 2015-03-01 22:05:51 +00:00
parent 93568cd98e
commit 9d6fc46ce1
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/mmseq_0.9.14.zip
/mmseq_0.9.18.zip
/latest.zip
/1.0.8a.zip

View File

@ -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

View File

@ -1 +1 @@
b3ce5af9258908672407aeb6f01d0135 latest.zip
e4d73f76baba7bbd04b0e56d2620c57b 1.0.8a.zip