e485fcc
Name:           bwa
31f33d5
Version:        0.7.5a
88ec4ef
Release:        2%{?dist}
e485fcc
Summary:        Burrows-Wheeler Alignment tool
e485fcc
e485fcc
Group:          Applications/Engineering
e485fcc
License:        GPLv3
e485fcc
URL:            http://bio-bwa.sourceforge.net/
e485fcc
Source0:        http://downloads.sourceforge.net/bio-%{name}/%{name}-%{version}.tar.bz2
88ec4ef
# 0.7.x versions only build on x86_64
88ec4ef
ExclusiveArch:	x86_64
e485fcc
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
e485fcc
e485fcc
BuildRequires:  zlib-devel
e485fcc
e485fcc
%description
e485fcc
e485fcc
BWA is a program for aligning sequencing reads against a large
e485fcc
reference genome (e.g. human genome). It has two major components, one
e485fcc
for read shorter than 150bp and the other for longer reads.
e485fcc
e485fcc
%prep
e485fcc
%setup -q
e485fcc
e485fcc
e485fcc
%build
e485fcc
make %{?_smp_mflags} CFLAGS="%{optflags}"
e485fcc
e485fcc
e485fcc
%install
e485fcc
rm -rf %{buildroot}
e485fcc
mkdir -p %{buildroot}/%{_bindir}
e485fcc
mkdir -p %{buildroot}/%{_mandir}/man1
e485fcc
e485fcc
install -m 0755 bwa %{buildroot}/%{_bindir}
e485fcc
install -m 0755 qualfa2fq.pl %{buildroot}/%{_bindir}
d748457
install -m 0755 xa2multi.pl %{buildroot}/%{_bindir}
e485fcc
e485fcc
install -m 0644 bwa.1 %{buildroot}/%{_mandir}/man1/bwa.1
e485fcc
e485fcc
%clean
e485fcc
rm -rf %{buildroot}
e485fcc
e485fcc
e485fcc
%files
e485fcc
%defattr(-,root,root,-)
e485fcc
%doc COPYING NEWS 
e485fcc
%{_mandir}/man1/%{name}.1*
e485fcc
%{_bindir}/bwa
e485fcc
%{_bindir}/qualfa2fq.pl
d748457
%{_bindir}/xa2multi.pl
e485fcc
e485fcc
e485fcc
%changelog
88ec4ef
* Sun Oct 27 2013 Adam Huffman <bloch@verdurin.com> - 0.7.5a-2
88ec4ef
- Remove nosse2 patch because 0.7+ versions only build on x86_64
88ec4ef
31f33d5
* Sat Oct 26 2013 Adam Huffman <bloch@verdurin.com> - 0.7.5a-1
31f33d5
- Update to upstream 0.7.5a
31f33d5
6eb5c7e
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-7
6eb5c7e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6eb5c7e
6344853
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.6.1-6
6344853
- Perl 5.18 rebuild
6344853
24b3048
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-5
24b3048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
24b3048
857d4d3
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-4
857d4d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
857d4d3
daa2159
* Mon May 28 2012 Dan HorĂ¡k <dan[at]danny.cz> - 0.6.1-3
daa2159
- enable SSE2 on x86_64 only, fixes build on secondary arches
19393cf
99585d0
* Sun May 13 2012 Adam Huffman <verdurin@fedoraproject.org> - 0.6.1-2
99585d0
- add patch to avoid SSE2 on i386
99585d0
42db6bd
* Wed Jan 11 2012 Adam Huffman <verdurin@fedoraproject.org> - 0.6.1-1
42db6bd
- update to 0.6.1
42db6bd
2a9f6e1
* Thu Feb 17 2011 Adam Huffman <bloch@verdurin.com> - 0.5.9-1
2a9f6e1
- new upstream release 0.5.9
2a9f6e1
3284374
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
3284374
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3284374
57324e7
* Wed Jan  5 2011 Adam Huffman <bloch@verdurin.com> - 0.5.8c-1
57324e7
- upstream bugfix release
57324e7
b54b915
* Tue Jul 20 2010 Adam Huffman <bloch@verdurin.com> - 0.5.8a-1
b54b915
- new upstream release
b54b915
e485fcc
* Sat May 29 2010 Adam Huffman <bloch@verdurin.com> - 0.5.7-2
e485fcc
- fix source URL
e485fcc
- install manpage
e485fcc
- fix cflags
e485fcc
e485fcc
* Fri May 28 2010 Adam Huffman <bloch@verdurin.com> - 0.5.7-1
e485fcc
- initial version
e485fcc