-
Notifications
You must be signed in to change notification settings - Fork 1
/
analysis.spec
47 lines (31 loc) · 860 Bytes
/
analysis.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
Name: analysis
Version: 0.8.0
Release: 2%{?dist}
Summary: Evolutionary genetic analysis tools
Group: Applications/Engineering
License: GPLv2+
URL: http://molpopgen.org/software/%{name}/
Source0: http://molpopgen.org/software/%{name}/%{name}-%{version}.tar.gz
BuildRequires: libsequence-devel
BuildRequires: gsl-devel
BuildRequires: boost-devel
%description
A set of c++ programs for evolutionary genetic analysis.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%files
%doc README AUTHORS ChangeLog COPYING
%{_bindir}/*
%{_mandir}/man1/*
%changelog
* Mon Sep 12 2011 Adam Huffman <[email protected]> - 0.8.0-2
- add missing group field
- add missing Boost BR
* Fri Sep 9 2011 Adam Huffman <[email protected]> - 0.8.0-1
- Initial version