-
Notifications
You must be signed in to change notification settings - Fork 1
/
mothur.spec
71 lines (51 loc) · 1.84 KB
/
mothur.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Name: mothur
Version: 1.21.1
Release: 3%{?dist}
Summary: Computational microbial ecology tool
Group: Applications/Engineering
License: GPLv3
URL: http://www.%{name}.org
Source0: http://www.%{name}.org/w/images/6/64/Mothur.1.21.1.zip
patch0: %{name}-makefile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ncurses-devel
BuildRequires: readline-devel
%description
The mothur project was initiated by Dr. Patrick Schloss and his
software development team in the Department of Microbiology &
Immunology at The University of Michigan. This project seeks to
develop a single piece of open-source, expandable software to fill the
bioinformatics needs of the microbial ecology community. The authors
have incorporated the functionality of dotur, sons, treeclimber,
s-libshuff, unifrac, and much more. In addition to improving the
flexibility of these algorithms, they have added a number of other
features including calculators and visualization tools.
%prep
#Deal with mistakenly included OS X files
%setup -q -n Mothur.source
rm -rf __MACOSX* .DS_Store
%patch0 -p1
%build
#makefile doesn't support SMP builds
make
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
install -m 0755 %{name} %{buildroot}%{_bindir}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc LICENSE
%{_bindir}/%{name}
%changelog
* Tue Aug 23 2011 Adam Huffman <[email protected]> - 1.21.1-3
- various style cleanups
* Fri Aug 19 2011 Adam Huffman <[email protected]> - 1.21.1-2
- patch makefile to fix compilation flags
* Fri Aug 19 2011 Adam Huffman <[email protected]> - 1.21.1-1
- update to upstream 1.21.1
* Fri Jul 29 2011 Adam Huffman <[email protected]> - 1.21.0-1
- update to upstream release 1.21.0
* Tue Jul 19 2011 Adam Huffman <[email protected]> - 1.20.3-1
- initial version