package init
This commit is contained in:
parent
ac4a2b62ca
commit
fa39f64505
BIN
samtools-1.12.tar.bz2
Normal file
BIN
samtools-1.12.tar.bz2
Normal file
Binary file not shown.
48
samtools.spec
Normal file
48
samtools.spec
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
Name: samtools
|
||||||
|
Version: 1.12
|
||||||
|
Release: 1
|
||||||
|
Summary: Tools (written in C using htslib) for manipulating next-generation sequencing data
|
||||||
|
License: MIT and BSD
|
||||||
|
URL: http://www.htslib.org
|
||||||
|
Source0: https://github.com/samtools/samtools/archive/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
BuildRequires: gcc gdb autoconf automake make zlib-devel htslib-devel perl-Getopt-Long ncurses-devel
|
||||||
|
|
||||||
|
%description
|
||||||
|
The original samtools package has been split into three separate but tightly coordinated projects:
|
||||||
|
htslib: C-library for handling high-throughput sequencing data
|
||||||
|
samtools: mpileup and other tools for handling SAM, BAM, CRAM
|
||||||
|
bcftools: calling and other tools for handling VCF, BCF
|
||||||
|
See also http://github.com/samtools/
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{name}-%{version}/
|
||||||
|
|
||||||
|
%build
|
||||||
|
autoheader
|
||||||
|
autoconf -Wno-syntax
|
||||||
|
%configure --prefix=%{_prefix} --libdir=%{_libdir} --with-htslib
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
%pre
|
||||||
|
%preun
|
||||||
|
%post
|
||||||
|
%postun
|
||||||
|
|
||||||
|
%check
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSE
|
||||||
|
%doc README INSTALL doc/ examples/
|
||||||
|
%{_bindir}/*
|
||||||
|
%{_mandir}/*
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Mar 18 2021 yangzhao <yangzhao1@kylinos.cn> - 1.12-1
|
||||||
|
- Package init
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user